Skip to content

Commit

Permalink
chore: bump into v0.0.12 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek <>
  • Loading branch information
BartekCK committed May 17, 2023
1 parent 633dacb commit fd75a88
Show file tree
Hide file tree
Showing 5 changed files with 13 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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"private": false,
"exports": {
".": "./dist/src/index.js"
Expand Down
14 changes: 9 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.11",
"version": "0.0.12",
"private": true,
"scripts": {
"build:all": "turbo build:clean && turbo run build",
Expand Down

0 comments on commit fd75a88

Please sign in to comment.