@rango-dev/widget-embedded 0.60.0 → 0.60.1-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [0.60.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.59.1...widget-embedded@0.60.0) (2026-05-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * changed tonconnect manifest url to use the manifest in the assets repo ([99726dd](https://github.com/rango-exchange/rango-client/commit/99726ddedf7f25673af7f2559fa2dd4d373f7d42))
7
+ * fix build ([f83d9c9](https://github.com/rango-exchange/rango-client/commit/f83d9c9c8d23aba3c428e971939992ae7e4b15d9))
8
+
9
+
10
+ ### Features
11
+
12
+ * migrated tonconnect to the hub ([e525841](https://github.com/rango-exchange/rango-client/commit/e525841665ddeaa4bf72620ede54ad5e7e1328e6))
13
+
14
+
15
+
1
16
  ## [0.59.1](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.59.0...widget-embedded@0.59.1) (2026-05-02)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.60.0",
3
+ "version": "0.60.1-next.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -25,7 +25,7 @@
25
25
  "@lingui/core": "4.2.1",
26
26
  "@lingui/react": "4.2.1",
27
27
  "@rango-dev/logging-core": "^0.12.1",
28
- "@rango-dev/provider-all": "^0.62.0",
28
+ "@rango-dev/provider-all": "^0.62.1-next.0",
29
29
  "@rango-dev/queue-manager-core": "^0.33.0",
30
30
  "@rango-dev/queue-manager-rango-preset": "^0.62.0",
31
31
  "@rango-dev/queue-manager-react": "^0.33.0",