diff --git a/lerna.json b/lerna.json index 829ccad..0d13d68 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "0.0.5", + "version": "0.0.6", "npmClient": "yarn", "useNx": true } diff --git a/packages/cli/package.json b/packages/cli/package.json index 9471f70..0628fcb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@abmt/cli", - "version": "0.0.5", + "version": "0.0.6", "description": "ABMT CLI - allows developers to use ABMT as a standalone framework", "repository": { "type": "git", @@ -40,7 +40,7 @@ } }, "dependencies": { - "@abmt/migrations-fs": "^0.0.5", + "@abmt/migrations-fs": "^0.0.6", "chalk": "4", "cli-table": "^0.3.11", "commander": "^11.1.0", diff --git a/packages/core/package.json b/packages/core/package.json index e399814..b880cba 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@abmt/core", - "version": "0.0.5", + "version": "0.0.6", "description": "ABMT core includes all the core functionality and typescript interfaces for extending it", "repository": { "type": "git", diff --git a/packages/migrations-fs/package.json b/packages/migrations-fs/package.json index 39ffcc7..2a90f58 100644 --- a/packages/migrations-fs/package.json +++ b/packages/migrations-fs/package.json @@ -1,6 +1,6 @@ { "name": "@abmt/migrations-fs", - "version": "0.0.5", + "version": "0.0.6", "description": "Provides ABMT the ability to capture migrations defined as individual files", "repository": { "type": "git", @@ -30,7 +30,7 @@ "@abmt/core": "0.0.1" }, "devDependencies": { - "@abmt/core": "^0.0.5" + "@abmt/core": "^0.0.6" }, "gitHead": "938739f6b799751414fbf27c874c8dd1a87ec253" } diff --git a/packages/migrations-in-memory/package.json b/packages/migrations-in-memory/package.json index 56836d5..2d2f1f2 100644 --- a/packages/migrations-in-memory/package.json +++ b/packages/migrations-in-memory/package.json @@ -1,6 +1,6 @@ { "name": "@abmt/migrations-in-memory", - "version": "0.0.5", + "version": "0.0.6", "description": "Provides ABMT the ability to capture migrations programatically", "repository": { "type": "git", @@ -30,7 +30,7 @@ "@abmt/core": "0.0.1" }, "devDependencies": { - "@abmt/core": "^0.0.5" + "@abmt/core": "^0.0.6" }, "gitHead": "938739f6b799751414fbf27c874c8dd1a87ec253" } diff --git a/packages/orm-mongoose/package.json b/packages/orm-mongoose/package.json index 28c754b..cb98032 100644 --- a/packages/orm-mongoose/package.json +++ b/packages/orm-mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@abmt/orm-mongoose", - "version": "0.0.5", + "version": "0.0.6", "description": "Allows ABMT to store and execute migrations with Mongoose", "repository": { "type": "git", @@ -30,7 +30,7 @@ "mongoose": "^7.6.3" }, "dependencies": { - "@abmt/core": "^0.0.5", + "@abmt/core": "^0.0.6", "lodash": "^4.17.21", "mongodb-memory-server": "^9.0.1", "mongoose": "^7.6.3" diff --git a/packages/orm-sequelize/package.json b/packages/orm-sequelize/package.json index b5d29e4..d488a8e 100644 --- a/packages/orm-sequelize/package.json +++ b/packages/orm-sequelize/package.json @@ -1,6 +1,6 @@ { "name": "@abmt/orm-sequelize", - "version": "0.0.5", + "version": "0.0.6", "description": "Allows ABMT to store and execute migrations with SQLite", "repository": { "type": "git", @@ -27,7 +27,7 @@ "test": "jest" }, "dependencies": { - "@abmt/core": "^0.0.5", + "@abmt/core": "^0.0.6", "lodash": "^4.17.21", "mem": "6" },