@dynamic-labs-sdk/assert-package-version 0.0.1-alpha.27 → 0.1.0-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 0.1.0-alpha.0 (2025-09-02)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add connectAndVerifyWithWalletProvider function ([#385](https://github.com/dynamic-labs/dynamic-sdk/pull/385))
6
+ - add event listening for wallet providers ([#389](https://github.com/dynamic-labs/dynamic-sdk/pull/389))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - sending transaction with solana ([#381](https://github.com/dynamic-labs/dynamic-sdk/pull/381))
11
+
12
+ ### 🔧 Refactors
13
+
14
+ - waas sign message defined in waas provider ([#377](https://github.com/dynamic-labs/dynamic-sdk/pull/377))
15
+ - ban chain enum ([#386](https://github.com/dynamic-labs/dynamic-sdk/pull/386))
16
+ - ban misplaced waas exports ([#387](https://github.com/dynamic-labs/dynamic-sdk/pull/387))
17
+
1
18
  ## 0.0.1-alpha.27 (2025-08-29)
2
19
 
3
20
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs-sdk/assert-package-version",
3
- "version": "0.0.1-alpha.27",
3
+ "version": "0.1.0-alpha.0",
4
4
  "type": "module",
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js",