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 Jan 27, 2025
1 parent 23f3961 commit 7dee06c
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 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.42.1-next.2",
"@rango-dev/wallets-adapter": "^0.38.1-next.2",
"@rango-dev/wallets-adapter": "^0.38.1-next.3",
"rango-sdk": "^0.1.57",
"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.42.1-next.2",
"@rango-dev/ui": "^0.43.1-next.1",
"@rango-dev/ui": "^0.43.1-next.2",
"@rango-dev/wallets-react": "^0.27.1-next.3",
"@rango-dev/wallets-shared": "^0.41.1-next.1",
"rango-sdk": "^0.1.57",
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.38.1-next.2",
"version": "0.38.1-next.3",
"license": "MIT",
"type": "module",
"module": "./dist/index.js",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@rango-dev/provider-all": "^0.42.1-next.2",
"@rango-dev/ui": "^0.43.1-next.1",
"@rango-dev/ui": "^0.43.1-next.2",
"@rango-dev/wallets-react": "^0.27.1-next.3",
"@rango-dev/wallets-shared": "^0.41.1-next.1",
"rango-types": "^0.1.74"
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.38.1-next.5",
"@rango-dev/widget-embedded": "^0.38.1-next.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0"
Expand Down
4 changes: 2 additions & 2 deletions widget/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/charts",
"version": "0.5.1-next.1",
"version": "0.5.1-next.2",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -26,7 +26,7 @@
"react-dom": ">=16"
},
"dependencies": {
"@rango-dev/ui": "^0.43.1-next.1",
"@rango-dev/ui": "^0.43.1-next.2",
"@visx/axis": "2.18.0",
"@visx/event": "2.17.0",
"@visx/grid": "2.18.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.38.1-next.5",
"version": "0.38.1-next.6",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@rango-dev/queue-manager-rango-preset": "^0.41.1-next.1",
"@rango-dev/queue-manager-react": "^0.27.0",
"@rango-dev/signer-solana": "^0.36.0",
"@rango-dev/ui": "^0.43.1-next.1",
"@rango-dev/ui": "^0.43.1-next.2",
"@rango-dev/wallets-core": "^0.40.1-next.9",
"@rango-dev/wallets-react": "^0.27.1-next.3",
"@rango-dev/wallets-shared": "^0.41.1-next.1",
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.38.1-next.5"
"@rango-dev/widget-embedded": "^0.38.1-next.6"
}
}
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.42.1-next.2",
"@rango-dev/ui": "^0.43.1-next.1",
"@rango-dev/ui": "^0.43.1-next.2",
"@rango-dev/wallets-react": "^0.27.1-next.3",
"@rango-dev/wallets-shared": "^0.41.1-next.1",
"@rango-dev/widget-embedded": "^0.38.1-next.5",
"@rango-dev/widget-embedded": "^0.38.1-next.6",
"rango-sdk": "^0.1.57",
"react": "^18.2.0",
"react-color": "^2.19.3",
Expand Down
4 changes: 2 additions & 2 deletions widget/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@types/react-dom": "^18.0.8"
},
"dependencies": {
"@rango-dev/ui": "^0.43.1-next.1",
"@rango-dev/ui": "^0.43.1-next.2",
"@rango-dev/wallets-shared": "^0.41.1-next.1",
"@rango-dev/charts": "^0.5.1-next.1",
"@rango-dev/charts": "^0.5.1-next.2",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^8.0.8",
Expand Down
4 changes: 2 additions & 2 deletions widget/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/ui",
"version": "0.43.1-next.1",
"version": "0.43.1-next.2",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -62,4 +62,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 7dee06c

Please sign in to comment.