@polymeshassociation/polymesh-sdk 24.8.0-alpha.1 โ†’ 25.0.0-alpha.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.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
- # [24.8.0-alpha.1](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.7.0...v24.8.0-alpha.1) (2024-09-06)
1
+ # [25.0.0-alpha.1](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.8.0-alpha.1...v25.0.0-alpha.1) (2024-09-09)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * ๐Ÿ› allow reject a proposal by creator with no other votes ([ef4e564](https://github.com/PolymeshAssociation/polymesh-sdk/commit/ef4e564f9a8f408ae5f13ff7f8b4eb0c281093fe))
6
+ * ๐ŸŽธ `getLegs` can now return off-chain legs ([fbf6718](https://github.com/PolymeshAssociation/polymesh-sdk/commit/fbf6718e4aa3f771855a12432d9256eb2edb3989))
7
7
 
8
8
 
9
- ### Features
9
+ ### BREAKING CHANGES
10
10
 
11
- * ๐ŸŽธ allow modify required signatures for multiSig ([7e28582](https://github.com/PolymeshAssociation/polymesh-sdk/commit/7e285826235515c593b8fad9dedf0abebb855ff2))
11
+ * ๐Ÿงจ getLegs may return off-chain legs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "24.8.0-alpha.1",
3
+ "version": "25.0.0-alpha.1",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",