Skip to content

Commit

Permalink
Bump version to v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed May 25, 2022
1 parent d94a373 commit 574803b
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 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.7.1",
"version": "3.7.2",
"license": "MIT",
"keywords": [
"mongo",
Expand Down Expand Up @@ -67,7 +67,7 @@
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"extend": "^3.0.2",
"mongo-seeding": "^3.7.1",
"mongo-seeding": "^3.7.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
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.7.1",
"version": "3.7.2",
"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.7.1",
"version": "3.7.2",
"private": true,
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-docker-image/sample-data/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 examples/custom-docker-image/sample-data/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docker-image-mongo-seeding-example",
"description": "JS and JSON samples for Mongo Seeding",
"version": "3.7.1",
"version": "3.7.2",
"private": true,
"license": "MIT",
"author": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@types/node": "^17.0.35",
"mongo-seeding": "^3.7.1",
"mongo-seeding": "^3.7.2",
"mongodb": "^3.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/import-data-ts/example/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 examples/import-data-ts/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sample-data-example-ts",
"description": "TypeScript samples for Mongo Seeding",
"version": "3.7.1",
"version": "3.7.2",
"private": true,
"license": "MIT",
"author": {
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/pkosiec/mongo-seeding"
},
"dependencies": {
"mongo-seeding": "^3.7.1",
"mongo-seeding": "^3.7.2",
"mongodb": "^3.6.3",
"typeorm": "^0.2.29"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/import-data/example/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 examples/import-data/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sample-data-example",
"description": "JS and JSON samples for Mongo Seeding",
"version": "3.7.1",
"version": "3.7.2",
"private": true,
"license": "MIT",
"author": {
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"@types/node": "^16.6.1",
"mongo-seeding": "^3.7.1"
"mongo-seeding": "^3.7.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.7.1",
"version": "3.7.2",
"packages": [
"cli",
"core",
Expand Down

0 comments on commit 574803b

Please sign in to comment.