@rango-dev/signer-sui 0.11.0 → 0.12.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.
- package/CHANGELOG.md +15 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [0.12.0](https://github.com/rango-exchange/rango-client/compare/signer-sui@0.11.0...signer-sui@0.12.0) (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.11.0](https://github.com/rango-exchange/rango-client/compare/signer-sui@0.10.0...signer-sui@0.11.0) (2026-08-18)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **signer-sui:** throw SignerError on sign rejection ([46561bd](https://github.com/rango-exchange/rango-client/commit/46561bda59cba4ad50388b5e22a1b44dc25b1d95))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
# [0.10.0](https://github.com/rango-exchange/rango-client/compare/signer-sui@0.9.1...signer-sui@0.10.0) (2026-05-31)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/signer-sui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.1-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"typings": "dist/index.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",
|