@rango-dev/provider-tonconnect 0.25.0 → 0.25.1

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 +154 -0
  2. package/package.json +4 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,154 @@
1
+ ## [0.25.1](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.25.0...provider-tonconnect@0.25.1) (2026-09-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ship dist and changelog when publishing with npm ([0a8bd5d](https://github.com/rango-exchange/rango-client/commit/0a8bd5d779bd652b6ca7195cda4ce465ba196f0e))
7
+ # [0.25.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.24.0...provider-tonconnect@0.25.0) (2026-09-15)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **signers:** remove extra ton transaction fields ([5748292](https://github.com/rango-exchange/rango-client/commit/5748292491a9d5bcf1717cbd463ca99f782b884a))
13
+
14
+
15
+ ### Features
16
+
17
+ * add support for ledger wallet ([eacfd0b](https://github.com/rango-exchange/rango-client/commit/eacfd0bd32f87629e6cc9f6170368e1e208a6bd0))
18
+ * migrate wallet connect provider to hub ([efa6aef](https://github.com/rango-exchange/rango-client/commit/efa6aeff2c9dc406707024417c2307f3c345b71d))
19
+ # [0.24.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.23.0...provider-tonconnect@0.24.0) (2026-08-18)
20
+
21
+
22
+
23
+ # [0.23.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.22.1...provider-tonconnect@0.23.0) (2026-07-07)
24
+
25
+
26
+
27
+ ## [0.22.1](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.22.0...provider-tonconnect@0.22.1) (2026-06-02)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * remove null values from ton signer data and use raw address format ([9ca3f69](https://github.com/rango-exchange/rango-client/commit/9ca3f691e2a6bfe83d2377a565fd69f5c2b8ae45))
33
+
34
+
35
+
36
+ # [0.22.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.21.1...provider-tonconnect@0.22.0) (2026-05-31)
37
+
38
+
39
+ ### Features
40
+
41
+ * migrated tonconnect to the hub ([e525841](https://github.com/rango-exchange/rango-client/commit/e525841665ddeaa4bf72620ede54ad5e7e1328e6))
42
+
43
+
44
+
45
+ ## [0.21.1](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.21.0...provider-tonconnect@0.21.1) (2026-05-02)
46
+
47
+
48
+
49
+ # [0.21.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.20.0...provider-tonconnect@0.21.0) (2026-04-29)
50
+
51
+
52
+
53
+ # [0.20.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.19.0...provider-tonconnect@0.20.0) (2025-12-30)
54
+
55
+
56
+
57
+ # [0.19.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.18.0...provider-tonconnect@0.19.0) (2025-12-15)
58
+
59
+
60
+
61
+ # [0.18.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.17.0...provider-tonconnect@0.18.0) (2025-12-09)
62
+
63
+
64
+
65
+ # [0.17.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.16.1...provider-tonconnect@0.17.0) (2025-12-02)
66
+
67
+
68
+
69
+ ## [0.16.1](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.16.0...provider-tonconnect@0.16.1) (2025-11-22)
70
+
71
+
72
+
73
+ # [0.14.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.13.0...provider-tonconnect@0.14.0) (2025-10-29)
74
+
75
+
76
+
77
+ # [0.13.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.12.0...provider-tonconnect@0.13.0) (2025-09-29)
78
+
79
+
80
+
81
+ # [0.12.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.11.0...provider-tonconnect@0.12.0) (2025-09-06)
82
+
83
+
84
+
85
+ # [0.11.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.10.0...provider-tonconnect@0.11.0) (2025-08-19)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * remove retry dynamic import and throw refined error on dynamic import failure ([a2944ac](https://github.com/rango-exchange/rango-client/commit/a2944ac3c05a0e945f6e5621fa5693ab89625485))
91
+
92
+
93
+ ### Features
94
+
95
+ * implement retry mechanism for lazy imports ([9a8e191](https://github.com/rango-exchange/rango-client/commit/9a8e191711d2319990ca4d0613e8188a5f86842f))
96
+
97
+
98
+
99
+ # [0.10.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.9.0...provider-tonconnect@0.10.0) (2025-08-05)
100
+
101
+
102
+
103
+ # [0.9.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.8.0...provider-tonconnect@0.9.0) (2025-07-22)
104
+
105
+
106
+ ### Reverts
107
+
108
+ * Revert "chore(release): publish" ([064ce15](https://github.com/rango-exchange/rango-client/commit/064ce157a2f819856f647f83aeb1c0410542e8d7))
109
+
110
+
111
+
112
+ # [0.7.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.6.1...provider-tonconnect@0.7.0) (2025-06-09)
113
+
114
+
115
+
116
+ ## [0.6.1](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.6.0...provider-tonconnect@0.6.1) (2025-05-04)
117
+
118
+
119
+
120
+ # [0.6.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.5.0...provider-tonconnect@0.6.0) (2025-04-30)
121
+
122
+
123
+ ### Bug Fixes
124
+
125
+ * rename pbt to ptb for sui ([3d6d89f](https://github.com/rango-exchange/rango-client/commit/3d6d89f2265766607a15d61e0df92643fb33072b))
126
+
127
+
128
+ ### Features
129
+
130
+ * update sui to consider recent api changes ([d764b25](https://github.com/rango-exchange/rango-client/commit/d764b2501df9bb295f63cdbc0b05acd4a3abb4b9))
131
+
132
+
133
+
134
+ # [0.5.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.4.0...provider-tonconnect@0.5.0) (2025-03-11)
135
+
136
+
137
+
138
+ # [0.4.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.3.0...provider-tonconnect@0.4.0) (2025-02-23)
139
+
140
+
141
+
142
+ # [0.3.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.2.0...provider-tonconnect@0.3.0) (2024-12-30)
143
+
144
+
145
+
146
+ # 0.2.0 (2024-11-27)
147
+
148
+
149
+ ### Features
150
+
151
+ * add ton connect provider ([2a2dbb7](https://github.com/rango-exchange/rango-client/commit/2a2dbb79022263f19446ced49d298e04d63f927f))
152
+
153
+
154
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-tonconnect",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/mod.ts",
@@ -11,7 +11,8 @@
11
11
  "typings": "dist/mod.d.ts",
12
12
  "files": [
13
13
  "dist",
14
- "src"
14
+ "src",
15
+ "CHANGELOG.md"
15
16
  ],
16
17
  "scripts": {
17
18
  "build": "yarn run rangutopia library build",
@@ -25,7 +26,7 @@
25
26
  "@hub3js/namespaces": "^0.5.1",
26
27
  "@hub3js/std": "^0.4.0",
27
28
  "@hub3js/tvm": "^0.4.0",
28
- "@rango-dev/signer-ton": "^0.30.0",
29
+ "@rango-dev/signer-ton": "^0.30.1",
29
30
  "@ton/core": "^0.59.0",
30
31
  "@ton/crypto": "^3.3.0",
31
32
  "@tonconnect/ui": "^2.0.9",