Skip to content

Commit 420e6f2

Browse files
committed
v4.0.113
1 parent cac17b1 commit 420e6f2

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

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.113](https://github.com/TriplyDB/Yasgui/compare/v4.0.112...v4.0.113) (2020-04-08)
7+
8+
**Note:** Version bump only for package yasgui
9+
10+
11+
12+
13+
614
## [4.0.112](https://github.com/TriplyDB/Yasgui/compare/v4.0.111...v4.0.112) (2020-04-07)
715

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

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.112"
7+
"version": "4.0.113"
88
}

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.113](https://github.com/TriplyDB/yasgui/compare/v4.0.112...v4.0.113) (2020-04-08)
7+
8+
**Note:** Version bump only for package @triply/yasgui
9+
10+
11+
12+
13+
614
## [4.0.112](https://github.com/TriplyDB/yasgui/compare/v4.0.111...v4.0.112) (2020-04-07)
715

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

packages/yasgui/package.json

+2-2
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.112",
4+
"version": "4.0.113",
55
"main": "build/yasgui.min.js",
66
"types": "build/ts/src/index.d.ts",
77
"license": "MIT",
@@ -36,7 +36,7 @@
3636
"@tarekraafat/autocomplete.js": "^7.2.0",
3737
"@triply/yasgui-utils": "^4.0.107",
3838
"@triply/yasqe": "^4.0.111",
39-
"@triply/yasr": "^4.0.112",
39+
"@triply/yasr": "^4.0.113",
4040
"@types/lodash-es": "^4.17.3",
4141
"autosuggest-highlight": "^3.1.1",
4242
"blueimp-md5": "^2.12.0",

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.113](https://github.com/TriplyDB/yasgui/compare/v4.0.112...v4.0.113) (2020-04-08)
7+
8+
**Note:** Version bump only for package @triply/yasr
9+
10+
11+
12+
13+
614
## [4.0.112](https://github.com/TriplyDB/yasgui/compare/v4.0.111...v4.0.112) (2020-04-07)
715

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

packages/yasr/package.json

+1-1
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.112",
4+
"version": "4.0.113",
55
"main": "build/yasr.min.js",
66
"types": "build/ts/src/index.d.ts",
77
"license": "MIT",

0 commit comments

Comments
 (0)