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