Skip to content

Commit d05c245

Browse files
authored
Merge pull request #1180 from rango-exchange/chore/sync-next-with-main
Chore/sync next with main
2 parents b0c0ddb + 9717b13 commit d05c245

File tree

6 files changed

+25
-8
lines changed

6 files changed

+25
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Widget [0.38.0] (2025-06-10)
2+
_includes `@rango-dev/[email protected]`_
3+
4+
### Bug Fixes
5+
6+
- layout shift on custom slippage input ([8a8fb3b](https://github.com/rango-exchange/rango-client/commit/8a8fb3b7fd88928828c4b6331dd9481fec32ed50))
7+
8+
19
## Widget [0.37.0] (2025-06-09)
210
_includes `@rango-dev/[email protected]`_
311

widget/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rango-dev/widget-app",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"license": "MIT",
55
"private": true,
66
"source": "public/index.html",
@@ -21,9 +21,9 @@
2121
"dependencies": {
2222
"@rango-dev/logging-console": "^0.8.0",
2323
"@rango-dev/logging-subscriber": "^0.8.0",
24-
"@rango-dev/widget-embedded": "^0.44.1-next.0",
24+
"@rango-dev/widget-embedded": "^0.44.1",
2525
"react": "^18.2.0",
2626
"react-dom": "^18.2.0",
2727
"react-router-dom": "^6.8.0"
2828
}
29-
}
29+
}

widget/embedded/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.44.1](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.44.1) (2025-06-10)
2+
3+
4+
### Bug Fixes
5+
6+
* layout shift on custom slippage input ([8a8fb3b](https://github.com/rango-exchange/rango-client/commit/8a8fb3b7fd88928828c4b6331dd9481fec32ed50))
7+
8+
9+
110
# [0.44.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.44.0) (2025-06-09)
211

312

widget/embedded/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rango-dev/widget-embedded",
3-
"version": "0.44.1-next.0",
3+
"version": "0.44.1",
44
"license": "MIT",
55
"type": "module",
66
"source": "./src/index.ts",

widget/iframe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {},
1515
"dependencies": {
16-
"@rango-dev/widget-embedded": "^0.44.1-next.0"
16+
"@rango-dev/widget-embedded": "^0.44.1"
1717
}
1818
}

widget/playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rango-dev/widget-playground",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"license": "MIT",
55
"private": true,
66
"source": "public/index.html",
@@ -26,7 +26,7 @@
2626
"@rango-dev/ui": "^0.47.0",
2727
"@rango-dev/wallets-react": "^0.31.0",
2828
"@rango-dev/wallets-shared": "^0.45.0",
29-
"@rango-dev/widget-embedded": "^0.44.1-next.0",
29+
"@rango-dev/widget-embedded": "^0.44.1",
3030
"rango-sdk": "^0.1.68",
3131
"react": "^18.2.0",
3232
"react-color": "^2.19.3",
@@ -38,4 +38,4 @@
3838
"zustand": "^4.3.2"
3939
},
4040
"gitHead": "a4584c2a3341fe23e033a9ff2db0f201b0a6278c"
41-
}
41+
}

0 commit comments

Comments
 (0)