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 Apr 24, 2024
1 parent 1548ba9 commit 56b723b
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 18 deletions.
6 changes: 3 additions & 3 deletions examples/queue-manager-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"rango-sdk": "^0.1.45"
},
"dependencies": {
"@rango-dev/provider-all": "^0.32.0",
"@rango-dev/provider-xdefi": "0.32.0",
"@rango-dev/provider-all": "^0.32.1",
"@rango-dev/provider-xdefi": "^0.32.1",
"@rango-dev/queue-manager-rango-preset": "^0.32.0",
"@rango-dev/queue-manager-react": "^0.26.0",
"@rango-dev/wallets-react": "^0.18.0",
Expand All @@ -26,4 +26,4 @@
"rango-sdk-basic": "^0.1.44",
"rango-types": "^0.1.59"
}
}
}
4 changes: 2 additions & 2 deletions examples/wallets-adapter-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean": "rimraf .parcel-cache && rimraf dist"
},
"dependencies": {
"@rango-dev/provider-all": "^0.32.0",
"@rango-dev/wallets-adapter": "^0.27.0",
"@rango-dev/provider-all": "^0.32.1",
"@rango-dev/wallets-adapter": "^0.27.1",
"rango-sdk": "^0.1.45",
"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 @@ -11,7 +11,7 @@
"clean": "rimraf .parcel-cache && rimraf dist"
},
"dependencies": {
"@rango-dev/provider-all": "^0.32.0",
"@rango-dev/provider-all": "^0.32.1",
"@rango-dev/ui": "^0.33.0",
"@rango-dev/wallets-react": "^0.18.0",
"@rango-dev/wallets-shared": "^0.32.0",
Expand Down
4 changes: 4 additions & 0 deletions wallets/provider-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.32.1](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.1) (2024-04-24)



# [0.32.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.0) (2024-04-24)


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.32.0",
"version": "0.32.1",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@rango-dev/provider-tron-link": "^0.32.0",
"@rango-dev/provider-trustwallet": "^0.32.0",
"@rango-dev/provider-walletconnect-2": "^0.25.0",
"@rango-dev/provider-xdefi": "^0.32.0"
"@rango-dev/provider-xdefi": "^0.32.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions wallets/provider-xdefi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.32.1](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.1) (2024-04-24)



# [0.32.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.0) (2024-04-24)


Expand Down
4 changes: 2 additions & 2 deletions wallets/provider-xdefi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-xdefi",
"version": "0.32.0",
"version": "0.32.1",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -30,4 +30,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 4 additions & 0 deletions wallets/wallets-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.27.1](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.27.1) (2024-04-24)



# [0.27.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.27.0) (2024-04-24)


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.27.0",
"version": "0.27.1",
"license": "MIT",
"type": "module",
"module": "./dist/index.js",
Expand All @@ -23,7 +23,7 @@
"react": ">=16"
},
"dependencies": {
"@rango-dev/provider-all": "^0.32.0",
"@rango-dev/provider-all": "^0.32.1",
"@rango-dev/ui": "^0.33.0",
"@rango-dev/wallets-react": "^0.18.0",
"@rango-dev/wallets-shared": "^0.32.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 @@ -15,7 +15,7 @@
},
"devDependencies": {},
"dependencies": {
"@rango-dev/widget-embedded": "^0.27.0",
"@rango-dev/widget-embedded": "^0.27.1",
"@rango-dev/logging-subscriber": "^0.2.0",
"@rango-dev/logging-console": "^0.2.0",
"react": "^18.2.0",
Expand Down
4 changes: 4 additions & 0 deletions widget/embedded/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.27.1](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.27.1) (2024-04-24)



# [0.27.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.27.0) (2024-04-24)


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.27.0",
"version": "0.27.1",
"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.2.0",
"@rango-dev/provider-all": "^0.32.0",
"@rango-dev/provider-all": "^0.32.1",
"@rango-dev/queue-manager-core": "^0.26.0",
"@rango-dev/queue-manager-rango-preset": "^0.32.0",
"@rango-dev/queue-manager-react": "^0.26.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.27.0"
"@rango-dev/widget-embedded": "^0.27.1"
}
}
4 changes: 2 additions & 2 deletions widget/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@types/stringify-object": "^4.0.2"
},
"dependencies": {
"@rango-dev/provider-all": "^0.32.0",
"@rango-dev/provider-all": "^0.32.1",
"@rango-dev/ui": "^0.33.0",
"@rango-dev/wallets-react": "^0.18.0",
"@rango-dev/wallets-shared": "^0.32.0",
"@rango-dev/widget-embedded": "^0.27.0",
"@rango-dev/widget-embedded": "^0.27.1",
"rango-sdk": "^0.1.45",
"react": "^18.2.0",
"react-color": "^2.19.3",
Expand Down

0 comments on commit 56b723b

Please sign in to comment.