Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jan 3, 2025
1 parent 8c2186e commit 1f60ebb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1.4"
"version": "0.1.5"
}
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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -13,7 +13,7 @@
"@mysten/dapp-kit": "^0.14.44",
"@mysten/sui": "^1.18.0",
"@tanstack/react-query": "^5.62.11",
"@zktx.io/ptb-builder": "^0.1.4",
"@zktx.io/ptb-builder": "^0.1.5",
"notistack": "^3.0.1",
"query-string": "^9.1.1",
"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.1.4",
"version": "0.1.5",
"description": "Sui programmable transaction blocks builder",
"type": "module",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 1f60ebb

Please sign in to comment.