Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 20, 2024
1 parent e8e3bbb commit 97643ae
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/wallets-adapter-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@rango-dev/provider-all": "^0.35.2-next.0",
"@rango-dev/wallets-adapter": "^0.30.1-next.1",
"@rango-dev/wallets-adapter": "^0.30.1-next.2",
"rango-sdk": "^0.1.49",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/wallets-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@rango-dev/provider-all": "^0.35.2-next.0",
"@rango-dev/ui": "^0.36.1-next.1",
"@rango-dev/ui": "^0.36.1-next.2",
"@rango-dev/wallets-react": "^0.21.2-next.0",
"@rango-dev/wallets-shared": "^0.35.1",
"rango-sdk": "^0.1.49",
Expand Down
4 changes: 2 additions & 2 deletions wallets/wallets-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/wallets-adapter",
"version": "0.30.1-next.1",
"version": "0.30.1-next.2",
"license": "MIT",
"type": "module",
"module": "./dist/index.js",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@rango-dev/provider-all": "^0.35.2-next.0",
"@rango-dev/ui": "^0.36.1-next.1",
"@rango-dev/ui": "^0.36.1-next.2",
"@rango-dev/wallets-react": "^0.21.2-next.0",
"@rango-dev/wallets-shared": "^0.35.1",
"rango-types": "^0.1.69"
Expand Down
2 changes: 1 addition & 1 deletion widget/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@rango-dev/logging-console": "^0.5.1-next.0",
"@rango-dev/logging-subscriber": "^0.5.1-next.0",
"@rango-dev/widget-embedded": "^0.30.1-next.2",
"@rango-dev/widget-embedded": "^0.30.1-next.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0"
Expand Down
6 changes: 3 additions & 3 deletions widget/embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/widget-embedded",
"version": "0.30.1-next.2",
"version": "0.30.1-next.3",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@rango-dev/queue-manager-rango-preset": "^0.35.2-next.0",
"@rango-dev/queue-manager-react": "^0.26.0",
"@rango-dev/signer-solana": "^0.30.1-next.0",
"@rango-dev/ui": "^0.36.1-next.1",
"@rango-dev/ui": "^0.36.1-next.2",
"@rango-dev/wallets-react": "^0.21.2-next.0",
"@rango-dev/wallets-shared": "^0.35.1",
"bignumber.js": "^9.1.1",
Expand All @@ -53,4 +53,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion widget/iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {},
"dependencies": {
"@rango-dev/widget-embedded": "^0.30.1-next.2"
"@rango-dev/widget-embedded": "^0.30.1-next.3"
}
}
4 changes: 2 additions & 2 deletions widget/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@rango-dev/provider-all": "^0.35.2-next.0",
"@rango-dev/ui": "^0.36.1-next.1",
"@rango-dev/ui": "^0.36.1-next.2",
"@rango-dev/wallets-react": "^0.21.2-next.0",
"@rango-dev/wallets-shared": "^0.35.1",
"@rango-dev/widget-embedded": "^0.30.1-next.2",
"@rango-dev/widget-embedded": "^0.30.1-next.3",
"rango-sdk": "^0.1.49",
"react": "^18.2.0",
"react-color": "^2.19.3",
Expand Down
2 changes: 1 addition & 1 deletion widget/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^18.0.8"
},
"dependencies": {
"@rango-dev/ui": "^0.36.1-next.1",
"@rango-dev/ui": "^0.36.1-next.2",
"@rango-dev/wallets-shared": "^0.35.1",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-info": "^5.3.21",
Expand Down
2 changes: 1 addition & 1 deletion widget/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/ui",
"version": "0.36.1-next.1",
"version": "0.36.1-next.2",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down

0 comments on commit 97643ae

Please sign in to comment.