Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl committed Jul 23, 2024
1 parent 67854fc commit b19e7dc
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useWorkspaces": true,
"version": "0.2.1",
"version": "0.3.0",
"command": {
"publish": {
"registry": "https://registry.npmjs.org"
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routingjs/core",
"version": "0.2.1",
"version": "0.3.0",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/graphhopper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routingjs/graphhopper",
"version": "0.2.1",
"version": "0.3.0",
"description": "RoutingJS GraphHopper Module",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"dependencies": {
"@googlemaps/polyline-codec": "^1.0.28",
"@routingjs/core": "^0.2.1"
"@routingjs/core": "^0.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/ors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routingjs/ors",
"version": "0.2.1",
"version": "0.3.0",
"description": "RoutingJS OpenRouteService Module",
"main": "dist/js/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"dependencies": {
"@googlemaps/polyline-codec": "^1.0.28",
"@routingjs/core": "^0.2.1"
"@routingjs/core": "^0.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/osrm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routingjs/osrm",
"version": "0.2.1",
"version": "0.3.0",
"description": "RoutingJS OSRM Module",
"main": "dist/js/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"dependencies": {
"@googlemaps/polyline-codec": "^1.0.28",
"@routingjs/core": "^0.2.1"
"@routingjs/core": "^0.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/valhalla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routingjs/valhalla",
"version": "0.2.1",
"version": "0.3.0",
"description": "RoutingJS Valhalla Module",
"main": "dist/js/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"dependencies": {
"@googlemaps/polyline-codec": "^1.0.28",
"@routingjs/core": "^0.2.1"
"@routingjs/core": "^0.3.0"
}
}

0 comments on commit b19e7dc

Please sign in to comment.