Skip to content

Commit

Permalink
bump version to 2.3.57
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhoek committed Aug 5, 2020
1 parent 4610562 commit 6d1bb8e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# bump the version number in all the sub-package.json, using lerna
- run: |
npm run lernapublish
npm run lernaversion
cat packages/nlmaps/package.json
# remove misc files, add&commit changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jsnext:main": "dist/nlmaps.es.js",
"scripts": {
"bootstrap": "lerna bootstrap",
"lernapublish": "lerna version $npm_package_version --no-git-tag-version --no-push --yes",
"lernaversion": "lerna version $npm_package_version --no-git-tag-version --no-push --yes",
"build": "echo \"Use node scripts/build.js instead\"",
"serve": "node scripts/serve.js",
"watch": "echo \"Use node scripts/build.js --watch instead\""
Expand Down
2 changes: 1 addition & 1 deletion packages/nlmaps-geolocator/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/nlmaps-geolocator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlmaps-geolocator",
"version": "2.3.43",
"version": "2.3.57",
"description": "",
"main": "build/nlmaps-geolocator.cjs.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/nlmaps-googlemaps/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/nlmaps-googlemaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlmaps-googlemaps",
"version": "2.3.51",
"version": "2.3.57",
"description": "",
"main": "build/nlmaps-googlemaps.cjs.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/nlmaps-leaflet/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/nlmaps-leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlmaps-leaflet",
"version": "2.3.43",
"version": "2.3.57",
"description": "",
"main": "build/nlmaps-leaflet.cjs.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/nlmaps/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/nlmaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlmaps",
"version": "2.3.55",
"version": "2.3.57",
"engines": {
"node": ">=6.0.0 <=6.11"
},
Expand Down

0 comments on commit 6d1bb8e

Please sign in to comment.