Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krmcbride committed Jul 20, 2023
1 parent a9e67e8 commit 1455af7
Show file tree
Hide file tree
Showing 13 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"useWorkspaces": true,
"npmClient": "npm",
"tagVersionPrefix": "",
Expand Down
142 changes: 71 additions & 71 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/plankton-amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krmcbride/plankton-amqp",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -17,9 +17,9 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@krmcbride/plankton-emitter": "^1.0.0-rc.1",
"@krmcbride/plankton-health": "^1.0.0-rc.1",
"@krmcbride/plankton-logger": "^1.0.0-rc.1",
"@krmcbride/plankton-emitter": "^1.0.0-rc.2",
"@krmcbride/plankton-health": "^1.0.0-rc.2",
"@krmcbride/plankton-logger": "^1.0.0-rc.2",
"amqp-connection-manager": "^4.1.1",
"amqplib": "^0.8.0",
"tslib": "^2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plankton-data-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krmcbride/plankton-data-commons",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/plankton-data-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krmcbride/plankton-data-mongodb",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -12,10 +12,10 @@
"@krmcbride:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@krmcbride/plankton-data-commons": "^1.0.0-rc.1",
"@krmcbride/plankton-emitter": "^1.0.0-rc.1",
"@krmcbride/plankton-health": "^1.0.0-rc.1",
"@krmcbride/plankton-logger": "^1.0.0-rc.1",
"@krmcbride/plankton-data-commons": "^1.0.0-rc.2",
"@krmcbride/plankton-emitter": "^1.0.0-rc.2",
"@krmcbride/plankton-health": "^1.0.0-rc.2",
"@krmcbride/plankton-logger": "^1.0.0-rc.2",
"bluebird": "^3.7.2",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plankton-emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krmcbride/plankton-emitter",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/plankton-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krmcbride/plankton-environment",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/plankton-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krmcbride/plankton-express",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -16,10 +16,10 @@
"@krmcbride:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@krmcbride/plankton-emitter": "^1.0.0-rc.1",
"@krmcbride/plankton-environment": "^1.0.0-rc.1",
"@krmcbride/plankton-health": "^1.0.0-rc.1",
"@krmcbride/plankton-logger": "^1.0.0-rc.1",
"@krmcbride/plankton-emitter": "^1.0.0-rc.2",
"@krmcbride/plankton-environment": "^1.0.0-rc.2",
"@krmcbride/plankton-health": "^1.0.0-rc.2",
"@krmcbride/plankton-logger": "^1.0.0-rc.2",
"app-root-path": "^3.0.0",
"body-parser": "^1.18.2",
"connect-sequence": "^2.1.1",
Expand Down
Loading

0 comments on commit 1455af7

Please sign in to comment.