Skip to content

Commit

Permalink
v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Dec 11, 2024
1 parent 422c3b9 commit 3861dd2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.14"
"version": "0.0.15"
}
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/example/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.14",
"version": "0.0.15",
"private": true,
"dependencies": {
"@mysten/dapp-kit": "^0.14.25",
Expand All @@ -13,7 +13,7 @@
"@types/node": "^16.18.112",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@zktx.io/ptb-builder": "^0.0.14",
"@zktx.io/ptb-builder": "^0.0.15",
"notistack": "^3.0.1",
"query-string": "^9.1.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ptb-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zktx.io/ptb-builder",
"version": "0.0.14",
"version": "0.0.15",
"description": "Sui programmable transaction blocks builder",
"type": "module",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 3861dd2

Please sign in to comment.