Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
v0.3.92
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbeggi committed Jul 8, 2022
1 parent c50dfc6 commit 416c63e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions demo/blueprint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castore/demo-blueprint",
"version": "0.3.91",
"version": "0.3.92",
"license": "MIT",
"homepage": "https://github.com/theodo/castore#readme",
"bugs": "https://github.com/theodo/castore/issues",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@castore/event-store": "^0.3.91",
"@castore/event-store": "^0.3.92",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions demo/implementation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castore/demo-implementation",
"version": "0.3.91",
"version": "0.3.92",
"license": "UNLICENSED",
"sideEffects": false,
"scripts": {
Expand All @@ -18,9 +18,9 @@
"test-unit": "jest --maxWorkers=4 --passWithNoTests"
},
"dependencies": {
"@castore/demo-blueprint": "^0.3.91",
"@castore/demo-blueprint": "^0.3.92",
"@castore/dynamodb-event-storage-adapter": "^0.3.91",
"@castore/event-store": "^0.3.91",
"@castore/event-store": "^0.3.92",
"@middy/core": "^3.0.4",
"@middy/validator": "^3.0.4",
"source-map-support": "^0.5.19"
Expand Down
6 changes: 3 additions & 3 deletions demo/visualization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castore/demo-visualization",
"version": "0.3.91",
"version": "0.3.92",
"scripts": {
"lint-fix": "yarn linter-base-config --fix",
"lint-fix-all": "yarn lint-fix .",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@castore/demo-blueprint": "^0.3.91",
"@castore/event-store": "^0.3.91",
"@castore/demo-blueprint": "^0.3.92",
"@castore/event-store": "^0.3.92",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@material-ui/core": "^4.12.4",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.3.91"
"version": "0.3.92"
}
4 changes: 2 additions & 2 deletions packages/dynamodb-event-storage-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castore/dynamodb-event-storage-adapter",
"version": "0.1.0",
"version": "0.3.92",
"license": "MIT",
"homepage": "https://github.com/theodo/castore#readme",
"bugs": "https://github.com/theodo/castore/issues",
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "rm -rf dist && concurrently 'yarn:package-* --watch'"
},
"dependencies": {
"@castore/event-store": "^0.3.9",
"@castore/event-store": "^0.3.92",
"aws-sdk": "^2.1129.0",
"dynamodb-toolbox": "0.4.0-alpha.2",
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/event-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castore/event-store",
"version": "0.3.91",
"version": "0.3.92",
"license": "MIT",
"homepage": "https://github.com/theodo/castore#readme",
"bugs": "https://github.com/theodo/castore/issues",
Expand Down

0 comments on commit 416c63e

Please sign in to comment.