@dynamic-labs-sdk/assert-package-version 0.1.0-alpha.23 → 0.1.0-alpha.25

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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.1.0-alpha.25 (2025-10-29)
2
+
3
+ ### Breaking Changes
4
+
5
+ - Rename signInWithSocialRedirect -> authenticateWithSocial
6
+ - Rename completeSocialRedirectSignIn -> completeSocialAuthentication
7
+
8
+ ### 🚀 Features
9
+
10
+ - add support for social account linking ([#616](https://github.com/dynamic-labs/dynamic-sdk/pull/616))
11
+
12
+ ## 0.1.0-alpha.24 (2025-10-28)
13
+
14
+ ### Breaking Changes
15
+
16
+ Removed `getSigner` from `solana` package in favor of individual signing methods
17
+ - signAndSendTransaction
18
+ - signTransaction
19
+ - signAllTransactions
20
+
1
21
  ## 0.1.0-alpha.23 (2025-10-22)
2
22
 
3
23
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs-sdk/assert-package-version",
3
- "version": "0.1.0-alpha.23",
3
+ "version": "0.1.0-alpha.25",
4
4
  "type": "module",
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js",