Skip to content

Commit

Permalink
v4.0.106
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurensRietveld committed Feb 25, 2020
1 parent 7dfd20e commit 81bc9ac
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.106](https://github.com/TriplyDB/Yasgui/compare/v4.0.105...v4.0.106) (2020-02-25)

**Note:** Version bump only for package yasgui





## [4.0.105](https://github.com/TriplyDB/Yasgui/compare/v4.0.104...v4.0.105) (2020-02-10)

**Note:** Version bump only for package yasgui
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.0.105"
"version": "4.0.106"
}
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.106](https://github.com/TriplyDB/yasgui/compare/v4.0.105...v4.0.106) (2020-02-25)

**Note:** Version bump only for package @triply/yasgui-utils
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triply/yasgui-utils",
"version": "4.0.100",
"version": "4.0.106",
"description": "Utils for YASGUI libs",
"main": "build/index.min.js",
"types": "build/ts/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/yasgui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.106](https://github.com/TriplyDB/yasgui/compare/v4.0.105...v4.0.106) (2020-02-25)

**Note:** Version bump only for package @triply/yasgui





## [4.0.105](https://github.com/TriplyDB/yasgui/compare/v4.0.104...v4.0.105) (2020-02-10)

**Note:** Version bump only for package @triply/yasgui
Expand Down
8 changes: 4 additions & 4 deletions packages/yasgui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triply/yasgui",
"description": "Yet Another SPARQL GUI",
"version": "4.0.105",
"version": "4.0.106",
"main": "build/yasgui.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"@tarekraafat/autocomplete.js": "^7.2.0",
"@triply/yasgui-utils": "^4.0.100",
"@triply/yasqe": "^4.0.105",
"@triply/yasr": "^4.0.105",
"@triply/yasgui-utils": "^4.0.106",
"@triply/yasqe": "^4.0.106",
"@triply/yasr": "^4.0.106",
"@types/lodash-es": "^4.17.3",
"autosuggest-highlight": "^3.1.1",
"blueimp-md5": "^2.12.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/yasqe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.106](https://github.com/TriplyDB/yasgui/compare/v4.0.105...v4.0.106) (2020-02-25)

**Note:** Version bump only for package @triply/yasqe





## [4.0.105](https://github.com/TriplyDB/yasgui/compare/v4.0.104...v4.0.105) (2020-02-10)

**Note:** Version bump only for package @triply/yasqe
Expand Down
4 changes: 2 additions & 2 deletions packages/yasqe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triply/yasqe",
"description": "Yet Another SPARQL Query Editor",
"version": "4.0.105",
"version": "4.0.106",
"main": "build/yasqe.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "./../../bin/checkPackageVersions.sh"
},
"dependencies": {
"@triply/yasgui-utils": "^4.0.100",
"@triply/yasgui-utils": "^4.0.106",
"@types/lodash-es": "^4.17.3",
"codemirror": "^5.51.0",
"lodash-es": "^4.17.15",
Expand Down
8 changes: 8 additions & 0 deletions packages/yasr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.106](https://github.com/TriplyDB/yasgui/compare/v4.0.105...v4.0.106) (2020-02-25)

**Note:** Version bump only for package @triply/yasr





## [4.0.105](https://github.com/TriplyDB/yasgui/compare/v4.0.104...v4.0.105) (2020-02-10)

**Note:** Version bump only for package @triply/yasr
Expand Down
6 changes: 3 additions & 3 deletions packages/yasr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triply/yasr",
"description": "Yet Another SPARQL Resultset GUI",
"version": "4.0.105",
"version": "4.0.106",
"main": "build/yasr.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/leaflet-pip": "^1.1.0",
"@triply/yasgui-utils": "^4.0.100",
"@triply/yasqe": "^4.0.105",
"@triply/yasgui-utils": "^4.0.106",
"@triply/yasqe": "^4.0.106",
"@turf/turf": "^5.1.6",
"@types/lodash-es": "^4.17.3",
"base64-js": "^1.3.1",
Expand Down

0 comments on commit 81bc9ac

Please sign in to comment.