Skip to content

Commit

Permalink
v4.0.111
Browse files Browse the repository at this point in the history
  • Loading branch information
GerwinBosch committed Mar 20, 2020
1 parent 79b61ea commit 3063c40
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 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.111](https://github.com/TriplyDB/Yasgui/compare/v4.0.109...v4.0.111) (2020-03-20)

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





## [4.0.110](https://github.com/TriplyDB/Yasgui/compare/v4.0.109...v4.0.110) (2020-03-20)

**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.110"
"version": "4.0.111"
}
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.111](https://github.com/TriplyDB/yasgui/compare/v4.0.109...v4.0.111) (2020-03-20)

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





## [4.0.110](https://github.com/TriplyDB/yasgui/compare/v4.0.109...v4.0.110) (2020-03-20)

**Note:** Version bump only for package @triply/yasgui
Expand Down
6 changes: 3 additions & 3 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.110",
"version": "4.0.111",
"main": "build/yasgui.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@tarekraafat/autocomplete.js": "^7.2.0",
"@triply/yasgui-utils": "^4.0.107",
"@triply/yasqe": "^4.0.110",
"@triply/yasr": "^4.0.110",
"@triply/yasqe": "^4.0.111",
"@triply/yasr": "^4.0.111",
"@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.111](https://github.com/TriplyDB/yasgui/compare/v4.0.109...v4.0.111) (2020-03-20)

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





## [4.0.110](https://github.com/TriplyDB/yasgui/compare/v4.0.109...v4.0.110) (2020-03-20)

**Note:** Version bump only for package @triply/yasqe
Expand Down
2 changes: 1 addition & 1 deletion 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.110",
"version": "4.0.111",
"main": "build/yasqe.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
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.111](https://github.com/TriplyDB/yasgui/compare/v4.0.109...v4.0.111) (2020-03-20)

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





## [4.0.110](https://github.com/TriplyDB/yasgui/compare/v4.0.109...v4.0.110) (2020-03-20)

**Note:** Version bump only for package @triply/yasr
Expand Down
4 changes: 2 additions & 2 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.110",
"version": "4.0.111",
"main": "build/yasr.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/leaflet-pip": "^1.1.0",
"@triply/yasgui-utils": "^4.0.107",
"@triply/yasqe": "^4.0.110",
"@triply/yasqe": "^4.0.111",
"@turf/turf": "^5.1.6",
"@types/lodash-es": "^4.17.3",
"base64-js": "^1.3.1",
Expand Down

0 comments on commit 3063c40

Please sign in to comment.