@polymeshassociation/polymesh-sdk 27.6.0-beta.1 → 27.6.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 CHANGED
@@ -1,4 +1,4 @@
1
- # [27.6.0-beta.1](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v27.5.1...v27.6.0-beta.1) (2025-05-15)
1
+ # [27.6.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v27.5.1...v27.6.0) (2025-05-22)
2
2
 
3
3
 
4
4
  ### Features
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## Polymesh version
14
14
 
15
- This release is compatible with Polymesh v7
15
+ This release is compatible with Polymesh v7.0, v7.1, v7.2
16
16
 
17
17
  ## Getting Started
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "27.6.0-beta.1",
3
+ "version": "27.6.0",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",