Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zfedoran committed Nov 8, 2023
1 parent bcf5d3f commit 7226a46
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 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/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-wallet/client",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"maintained node versions"
],
"dependencies": {
"@code-wallet/library": "^1.0.0",
"@code-wallet/library": "^1.0.4",
"bs58": "^5.0.0",
"buffer": "6.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-wallet/elements",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
],
"dependencies": {
"@code-wallet/events": "^1.0.0",
"@code-wallet/library": "^1.0.0",
"@code-wallet/client": "^1.0.0",
"@code-wallet/library": "^1.0.4",
"@code-wallet/client": "^1.0.4",
"@code-wallet/rpc": "^1.0.0",
"@headlessui/vue": "^1.7.7",
"@heroicons/vue": "^2.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-wallet/library",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7226a46

Please sign in to comment.