Skip to content

Commit

Permalink
chore v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek committed May 17, 2023
1 parent 898c017 commit 1e9869c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion libs/command-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ddd-master/command-bus",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"version": "0.0.10",
"version": "0.0.11",
"private": false,
"exports": {
".": "./dist/src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion libs/query-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ddd-master/query-bus",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"version": "0.0.10",
"version": "0.0.11",
"private": false,
"exports": {
".": "./dist/src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion libs/result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ddd-master/result",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"version": "0.0.10",
"version": "0.0.11",
"private": false,
"exports": {
".": "./dist/src/index.js"
Expand Down
10 changes: 5 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ddd-master/main",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"scripts": {
"build:all": "turbo build:clean && turbo run build",
Expand Down

0 comments on commit 1e9869c

Please sign in to comment.