Skip to content

Commit

Permalink
v4.0.101
Browse files Browse the repository at this point in the history
  • Loading branch information
GerwinBosch committed Feb 7, 2020
1 parent cdf574a commit c79f7c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.100"
"version": "4.0.101"
}
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.100",
"version": "4.0.101",
"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.100",
"@triply/yasqe": "^4.0.100",
"@triply/yasr": "^4.0.100",
"@triply/yasqe": "^4.0.101",
"@triply/yasr": "^4.0.101",
"@types/lodash-es": "^4.17.3",
"autosuggest-highlight": "^3.1.1",
"blueimp-md5": "^2.12.0",
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.100",
"version": "4.0.101",
"main": "build/yasqe.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
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.100",
"version": "4.0.101",
"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.100",
"@triply/yasqe": "^4.0.100",
"@triply/yasqe": "^4.0.101",
"@turf/turf": "^5.1.6",
"@types/lodash-es": "^4.17.3",
"base64-js": "^1.3.1",
Expand Down

0 comments on commit c79f7c3

Please sign in to comment.