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 Sep 16, 2024
1 parent 829f2d4 commit c792862
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/queue-manager-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"rango-sdk": "^0.1.49"
},
"dependencies": {
"@rango-dev/provider-all": "^0.37.1",
"@rango-dev/provider-all": "^0.37.2-next.0",
"@rango-dev/provider-xdefi": "^0.37.0",
"@rango-dev/queue-manager-rango-preset": "^0.37.0",
"@rango-dev/queue-manager-react": "^0.27.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/wallets-adapter-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"clean": "rimraf .parcel-cache && rimraf dist"
},
"dependencies": {
"@rango-dev/provider-all": "^0.37.1",
"@rango-dev/wallets-adapter": "^0.33.1",
"@rango-dev/provider-all": "^0.37.2-next.0",
"@rango-dev/wallets-adapter": "^0.33.2-next.0",
"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 @@ -15,7 +15,7 @@
"clean": "rimraf .parcel-cache && rimraf dist"
},
"dependencies": {
"@rango-dev/provider-all": "^0.37.1",
"@rango-dev/provider-all": "^0.37.2-next.0",
"@rango-dev/ui": "^0.39.0",
"@rango-dev/wallets-react": "^0.23.0",
"@rango-dev/wallets-shared": "^0.37.0",
Expand Down
4 changes: 2 additions & 2 deletions wallets/provider-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-all",
"version": "0.37.1",
"version": "0.37.2-next.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@rango-dev/provider-taho": "^0.37.0",
"@rango-dev/provider-tokenpocket": "^0.37.0",
"@rango-dev/provider-tomo": "^0.4.0",
"@rango-dev/provider-trezor": "^0.4.1",
"@rango-dev/provider-trezor": "^0.4.2-next.0",
"@rango-dev/provider-tron-link": "^0.37.0",
"@rango-dev/provider-trustwallet": "^0.37.0",
"@rango-dev/provider-walletconnect-2": "^0.30.0",
Expand Down
2 changes: 1 addition & 1 deletion wallets/provider-trezor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-trezor",
"version": "0.4.1",
"version": "0.4.2-next.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
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.33.1",
"version": "0.33.2-next.0",
"license": "MIT",
"type": "module",
"module": "./dist/index.js",
Expand All @@ -23,7 +23,7 @@
"react": ">=16"
},
"dependencies": {
"@rango-dev/provider-all": "^0.37.1",
"@rango-dev/provider-all": "^0.37.2-next.0",
"@rango-dev/ui": "^0.39.0",
"@rango-dev/wallets-react": "^0.23.0",
"@rango-dev/wallets-shared": "^0.37.0",
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.6.0",
"@rango-dev/logging-subscriber": "^0.6.0",
"@rango-dev/widget-embedded": "^0.33.1",
"@rango-dev/widget-embedded": "^0.33.2-next.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0"
Expand Down
4 changes: 2 additions & 2 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.33.1",
"version": "0.33.2-next.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -25,7 +25,7 @@
"@lingui/core": "4.2.1",
"@lingui/react": "4.2.1",
"@rango-dev/logging-core": "^0.6.0",
"@rango-dev/provider-all": "^0.37.1",
"@rango-dev/provider-all": "^0.37.2-next.0",
"@rango-dev/queue-manager-core": "^0.27.0",
"@rango-dev/queue-manager-rango-preset": "^0.37.0",
"@rango-dev/queue-manager-react": "^0.27.0",
Expand Down
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.33.1"
"@rango-dev/widget-embedded": "^0.33.2-next.0"
}
}
4 changes: 2 additions & 2 deletions widget/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@types/stringify-object": "^4.0.2"
},
"dependencies": {
"@rango-dev/provider-all": "^0.37.1",
"@rango-dev/provider-all": "^0.37.2-next.0",
"@rango-dev/ui": "^0.39.0",
"@rango-dev/wallets-react": "^0.23.0",
"@rango-dev/wallets-shared": "^0.37.0",
"@rango-dev/widget-embedded": "^0.33.1",
"@rango-dev/widget-embedded": "^0.33.2-next.0",
"rango-sdk": "^0.1.49",
"react": "^18.2.0",
"react-color": "^2.19.3",
Expand Down

0 comments on commit c792862

Please sign in to comment.