Skip to content

Commit

Permalink
v4.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
GerwinBosch committed Feb 6, 2020
1 parent 34980d3 commit 9c95c05
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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.99"
"version": "4.0.100"
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triply/yasgui-utils",
"version": "4.0.94",
"version": "4.0.100",
"description": "Utils for YASGUI libs",
"main": "build/index.min.js",
"types": "build/ts/src/index.d.ts",
Expand Down
8 changes: 4 additions & 4 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.99",
"version": "4.0.100",
"main": "build/yasgui.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"@tarekraafat/autocomplete.js": "^7.2.0",
"@triply/yasgui-utils": "^4.0.94",
"@triply/yasqe": "^4.0.99",
"@triply/yasr": "^4.0.99",
"@triply/yasgui-utils": "^4.0.100",
"@triply/yasqe": "^4.0.100",
"@triply/yasr": "^4.0.100",
"@types/lodash-es": "^4.17.3",
"autosuggest-highlight": "^3.1.1",
"blueimp-md5": "^2.12.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.99",
"version": "4.0.100",
"main": "build/yasqe.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "./../../bin/checkPackageVersions.sh"
},
"dependencies": {
"@triply/yasgui-utils": "^4.0.94",
"@triply/yasgui-utils": "^4.0.100",
"@types/lodash-es": "^4.17.3",
"codemirror": "^5.51.0",
"lodash-es": "^4.17.15",
Expand Down
6 changes: 3 additions & 3 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.99",
"version": "4.0.100",
"main": "build/yasr.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -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.94",
"@triply/yasqe": "^4.0.99",
"@triply/yasgui-utils": "^4.0.100",
"@triply/yasqe": "^4.0.100",
"@turf/turf": "^5.1.6",
"@types/lodash-es": "^4.17.3",
"base64-js": "^1.3.1",
Expand Down

0 comments on commit 9c95c05

Please sign in to comment.