Skip to content

Commit

Permalink
v4.0.113
Browse files Browse the repository at this point in the history
  • Loading branch information
GerwinBosch committed Apr 8, 2020
1 parent cac17b1 commit 420e6f2
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 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.113](https://github.com/TriplyDB/Yasgui/compare/v4.0.112...v4.0.113) (2020-04-08)

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





## [4.0.112](https://github.com/TriplyDB/Yasgui/compare/v4.0.111...v4.0.112) (2020-04-07)

**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.112"
"version": "4.0.113"
}
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.113](https://github.com/TriplyDB/yasgui/compare/v4.0.112...v4.0.113) (2020-04-08)

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





## [4.0.112](https://github.com/TriplyDB/yasgui/compare/v4.0.111...v4.0.112) (2020-04-07)

**Note:** Version bump only for package @triply/yasgui
Expand Down
4 changes: 2 additions & 2 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.112",
"version": "4.0.113",
"main": "build/yasgui.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@tarekraafat/autocomplete.js": "^7.2.0",
"@triply/yasgui-utils": "^4.0.107",
"@triply/yasqe": "^4.0.111",
"@triply/yasr": "^4.0.112",
"@triply/yasr": "^4.0.113",
"@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/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.113](https://github.com/TriplyDB/yasgui/compare/v4.0.112...v4.0.113) (2020-04-08)

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





## [4.0.112](https://github.com/TriplyDB/yasgui/compare/v4.0.111...v4.0.112) (2020-04-07)

**Note:** Version bump only for package @triply/yasr
Expand Down
2 changes: 1 addition & 1 deletion 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.112",
"version": "4.0.113",
"main": "build/yasr.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 420e6f2

Please sign in to comment.