From 30a6b7c3b05ba241c33b0d910ba1078d071e7ec8 Mon Sep 17 00:00:00 2001 From: Laurens Rietveld Date: Sun, 1 Mar 2020 10:45:48 +0100 Subject: [PATCH] v4.0.107 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 2 +- packages/yasgui/CHANGELOG.md | 8 ++++++++ packages/yasgui/package.json | 8 ++++---- packages/yasqe/CHANGELOG.md | 8 ++++++++ packages/yasqe/package.json | 4 ++-- packages/yasr/CHANGELOG.md | 8 ++++++++ packages/yasr/package.json | 6 +++--- 10 files changed, 51 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d538b4b9..62bf729e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.107](https://github.com/TriplyDB/Yasgui/compare/v4.0.106...v4.0.107) (2020-03-01) + +**Note:** Version bump only for package yasgui + + + + + ## [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 diff --git a/lerna.json b/lerna.json index 22a691b9..e83c194a 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "4.0.106" + "version": "4.0.107" } diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index fd2c5a96..8889c619 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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.107](https://github.com/TriplyDB/yasgui/compare/v4.0.106...v4.0.107) (2020-03-01) + +**Note:** Version bump only for package @triply/yasgui-utils + + + + + ## [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 diff --git a/packages/utils/package.json b/packages/utils/package.json index f99c2ec3..a8add8d8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@triply/yasgui-utils", - "version": "4.0.106", + "version": "4.0.107", "description": "Utils for YASGUI libs", "main": "build/index.min.js", "types": "build/ts/src/index.d.ts", diff --git a/packages/yasgui/CHANGELOG.md b/packages/yasgui/CHANGELOG.md index 85e2d3af..a2941adf 100644 --- a/packages/yasgui/CHANGELOG.md +++ b/packages/yasgui/CHANGELOG.md @@ -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.107](https://github.com/TriplyDB/yasgui/compare/v4.0.106...v4.0.107) (2020-03-01) + +**Note:** Version bump only for package @triply/yasgui + + + + + ## [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 diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index f7330ea0..031e8587 100644 --- a/packages/yasgui/package.json +++ b/packages/yasgui/package.json @@ -1,7 +1,7 @@ { "name": "@triply/yasgui", "description": "Yet Another SPARQL GUI", - "version": "4.0.106", + "version": "4.0.107", "main": "build/yasgui.min.js", "types": "build/ts/src/index.d.ts", "license": "MIT", @@ -34,9 +34,9 @@ }, "dependencies": { "@tarekraafat/autocomplete.js": "^7.2.0", - "@triply/yasgui-utils": "^4.0.106", - "@triply/yasqe": "^4.0.106", - "@triply/yasr": "^4.0.106", + "@triply/yasgui-utils": "^4.0.107", + "@triply/yasqe": "^4.0.107", + "@triply/yasr": "^4.0.107", "@types/lodash-es": "^4.17.3", "autosuggest-highlight": "^3.1.1", "blueimp-md5": "^2.12.0", diff --git a/packages/yasqe/CHANGELOG.md b/packages/yasqe/CHANGELOG.md index 832a99de..6a24d3de 100644 --- a/packages/yasqe/CHANGELOG.md +++ b/packages/yasqe/CHANGELOG.md @@ -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.107](https://github.com/TriplyDB/yasgui/compare/v4.0.106...v4.0.107) (2020-03-01) + +**Note:** Version bump only for package @triply/yasqe + + + + + ## [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 diff --git a/packages/yasqe/package.json b/packages/yasqe/package.json index 9d82e94a..30678e8f 100644 --- a/packages/yasqe/package.json +++ b/packages/yasqe/package.json @@ -1,7 +1,7 @@ { "name": "@triply/yasqe", "description": "Yet Another SPARQL Query Editor", - "version": "4.0.106", + "version": "4.0.107", "main": "build/yasqe.min.js", "types": "build/ts/src/index.d.ts", "license": "MIT", @@ -33,7 +33,7 @@ "prepublishOnly": "./../../bin/checkPackageVersions.sh" }, "dependencies": { - "@triply/yasgui-utils": "^4.0.106", + "@triply/yasgui-utils": "^4.0.107", "@types/lodash-es": "^4.17.3", "codemirror": "^5.51.0", "lodash-es": "^4.17.15", diff --git a/packages/yasr/CHANGELOG.md b/packages/yasr/CHANGELOG.md index eaacd4e1..37aa4bee 100644 --- a/packages/yasr/CHANGELOG.md +++ b/packages/yasr/CHANGELOG.md @@ -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.107](https://github.com/TriplyDB/yasgui/compare/v4.0.106...v4.0.107) (2020-03-01) + +**Note:** Version bump only for package @triply/yasr + + + + + ## [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 diff --git a/packages/yasr/package.json b/packages/yasr/package.json index 3448d7bf..019f3dcf 100644 --- a/packages/yasr/package.json +++ b/packages/yasr/package.json @@ -1,7 +1,7 @@ { "name": "@triply/yasr", "description": "Yet Another SPARQL Resultset GUI", - "version": "4.0.106", + "version": "4.0.107", "main": "build/yasr.min.js", "types": "build/ts/src/index.d.ts", "license": "MIT", @@ -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.106", - "@triply/yasqe": "^4.0.106", + "@triply/yasgui-utils": "^4.0.107", + "@triply/yasqe": "^4.0.107", "@turf/turf": "^5.1.6", "@types/lodash-es": "^4.17.3", "base64-js": "^1.3.1",