Skip to content

Commit

Permalink
chore: bump into v1.0.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartekCK committed May 18, 2023
1 parent c0de273 commit 14bb51c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 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.12",
"version": "1.0.0",
"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.12",
"version": "1.0.0",
"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.12",
"version": "1.0.0",
"private": false,
"exports": {
".": "./dist/src/index.js"
Expand Down
13 changes: 5 additions & 8 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.12",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "turbo run test",
Expand Down

0 comments on commit 14bb51c

Please sign in to comment.