Skip to content

Commit

Permalink
Bump version to v3.5.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Oct 4, 2020
1 parent 2b3eb00 commit 5c9abcd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli/package-lock.json

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

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongo-seeding-cli",
"description": "The ultimate command line tool for populating your MongoDB database.",
"version": "3.4.1",
"version": "3.5.0-alpha.0",
"license": "MIT",
"keywords": [
"mongo",
Expand Down Expand Up @@ -68,7 +68,7 @@
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"extend": "^3.0.2",
"mongo-seeding": "^3.4.1",
"mongo-seeding": "^3.5.0-alpha.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion core/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 core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bugs": {
"url": "https://github.com/pkosiec/mongo-seeding/issues"
},
"version": "3.4.1",
"version": "3.5.0-alpha.0",
"main": "dist/index.js",
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion docker-image/test/tester/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 docker-image/test/tester/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docker-image-tester",
"description": "Tester app for Mongo Seeding Docker Image",
"version": "3.4.0-alpha.2",
"version": "3.5.0-alpha.0",
"private": true,
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.1",
"version": "3.5.0-alpha.0",
"packages": ["cli", "core", "docker-image/test/tester"],
"command": {
"publish": {
Expand Down

0 comments on commit 5c9abcd

Please sign in to comment.