Skip to content

Commit 79b61ea

Browse files
committed
v4.0.110
1 parent 9db2f1e commit 79b61ea

File tree

8 files changed

+39
-7
lines changed

8 files changed

+39
-7
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.110](https://github.com/TriplyDB/Yasgui/compare/v4.0.109...v4.0.110) (2020-03-20)
7+
8+
**Note:** Version bump only for package yasgui
9+
10+
11+
12+
13+
614
## [4.0.109](https://github.com/TriplyDB/Yasgui/compare/v4.0.108...v4.0.109) (2020-03-19)
715

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

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "4.0.109"
7+
"version": "4.0.110"
88
}

Diff for: packages/yasgui/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.110](https://github.com/TriplyDB/yasgui/compare/v4.0.109...v4.0.110) (2020-03-20)
7+
8+
**Note:** Version bump only for package @triply/yasgui
9+
10+
11+
12+
13+
614
## [4.0.109](https://github.com/TriplyDB/yasgui/compare/v4.0.108...v4.0.109) (2020-03-19)
715

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

Diff for: packages/yasgui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@triply/yasgui",
33
"description": "Yet Another SPARQL GUI",
4-
"version": "4.0.109",
4+
"version": "4.0.110",
55
"main": "build/yasgui.min.js",
66
"types": "build/ts/src/index.d.ts",
77
"license": "MIT",
@@ -35,8 +35,8 @@
3535
"dependencies": {
3636
"@tarekraafat/autocomplete.js": "^7.2.0",
3737
"@triply/yasgui-utils": "^4.0.107",
38-
"@triply/yasqe": "^4.0.108",
39-
"@triply/yasr": "^4.0.108",
38+
"@triply/yasqe": "^4.0.110",
39+
"@triply/yasr": "^4.0.110",
4040
"@types/lodash-es": "^4.17.3",
4141
"autosuggest-highlight": "^3.1.1",
4242
"blueimp-md5": "^2.12.0",

Diff for: packages/yasqe/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.110](https://github.com/TriplyDB/yasgui/compare/v4.0.109...v4.0.110) (2020-03-20)
7+
8+
**Note:** Version bump only for package @triply/yasqe
9+
10+
11+
12+
13+
614
## [4.0.108](https://github.com/TriplyDB/yasgui/compare/v4.0.107...v4.0.108) (2020-03-10)
715

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

Diff for: packages/yasqe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@triply/yasqe",
33
"description": "Yet Another SPARQL Query Editor",
4-
"version": "4.0.108",
4+
"version": "4.0.110",
55
"main": "build/yasqe.min.js",
66
"types": "build/ts/src/index.d.ts",
77
"license": "MIT",

Diff for: packages/yasr/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.110](https://github.com/TriplyDB/yasgui/compare/v4.0.109...v4.0.110) (2020-03-20)
7+
8+
**Note:** Version bump only for package @triply/yasr
9+
10+
11+
12+
13+
614
## [4.0.108](https://github.com/TriplyDB/yasgui/compare/v4.0.107...v4.0.108) (2020-03-10)
715

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

Diff for: packages/yasr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@triply/yasr",
33
"description": "Yet Another SPARQL Resultset GUI",
4-
"version": "4.0.108",
4+
"version": "4.0.110",
55
"main": "build/yasr.min.js",
66
"types": "build/ts/src/index.d.ts",
77
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"@mapbox/geojson-area": "^0.2.2",
3838
"@mapbox/leaflet-pip": "^1.1.0",
3939
"@triply/yasgui-utils": "^4.0.107",
40-
"@triply/yasqe": "^4.0.108",
40+
"@triply/yasqe": "^4.0.110",
4141
"@turf/turf": "^5.1.6",
4242
"@types/lodash-es": "^4.17.3",
4343
"base64-js": "^1.3.1",

0 commit comments

Comments
 (0)