Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cusspvz committed Mar 12, 2024
1 parent af2ebe9 commit 525eb07
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.0.6",
"version": "0.1.0",
"npmClient": "yarn",
"useNx": true
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abmt/cli",
"version": "0.0.6",
"version": "0.1.0",
"description": "ABMT CLI - allows developers to use ABMT as a standalone framework",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
}
},
"dependencies": {
"@abmt/migrations-fs": "^0.0.6",
"@abmt/migrations-fs": "^0.1.0",
"chalk": "4",
"cli-table": "^0.3.11",
"commander": "^11.1.0",
Expand Down
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": "@abmt/core",
"version": "0.0.6",
"version": "0.1.0",
"description": "ABMT core includes all the core functionality and typescript interfaces for extending it",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrations-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abmt/migrations-fs",
"version": "0.0.6",
"version": "0.1.0",
"description": "Provides ABMT the ability to capture migrations defined as individual files",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@abmt/core": "0.0.1"
},
"devDependencies": {
"@abmt/core": "^0.0.6"
"@abmt/core": "^0.1.0"
},
"gitHead": "938739f6b799751414fbf27c874c8dd1a87ec253"
}
4 changes: 2 additions & 2 deletions packages/migrations-in-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abmt/migrations-in-memory",
"version": "0.0.6",
"version": "0.1.0",
"description": "Provides ABMT the ability to capture migrations programatically",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@abmt/core": "0.0.1"
},
"devDependencies": {
"@abmt/core": "^0.0.6"
"@abmt/core": "^0.1.0"
},
"gitHead": "938739f6b799751414fbf27c874c8dd1a87ec253"
}
4 changes: 2 additions & 2 deletions packages/orm-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abmt/orm-mongoose",
"version": "0.0.6",
"version": "0.1.0",
"description": "Allows ABMT to store and execute migrations with Mongoose",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"mongoose": "^7.6.3"
},
"dependencies": {
"@abmt/core": "^0.0.6",
"@abmt/core": "^0.1.0",
"lodash": "^4.17.21",
"mongodb-memory-server": "^9.0.1",
"mongoose": "^7.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/orm-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abmt/orm-sequelize",
"version": "0.0.6",
"version": "0.1.0",
"description": "Allows ABMT to store and execute migrations with SQLite",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"@abmt/core": "^0.0.6",
"@abmt/core": "^0.1.0",
"lodash": "^4.17.21",
"mem": "6"
},
Expand Down

0 comments on commit 525eb07

Please sign in to comment.