@magic-ext/flow 13.0.0 → 14.0.0-canary.538.5337633533.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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # 13.0.0 (Wed June 14 2023)
2
+
3
+ #### 🚀 Enhancement
4
+ - Testing Node v18 ([@makrandgupta](https://github.com/makrandgupta))
5
+ #### Authors: 1
6
+
7
+ - Makrand Gupta ([@makrandgupta](https://github.com/makrandgupta))
8
+
1
9
  # v12.3.0 (Fri May 26 2023)
2
10
 
3
11
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/flow",
3
- "version": "13.0.0",
3
+ "version": "14.0.0-canary.538.5337633533.0",
4
4
  "description": "magic flow extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -35,5 +35,5 @@
35
35
  "@onflow/fcl": "0.0.41",
36
36
  "@onflow/types": "0.0.3"
37
37
  },
38
- "gitHead": "82cc5277cf16641f9a88695146701de744b72435"
38
+ "gitHead": "c1a3d581436cc9c3b00f6540f34e0a137f7f7779"
39
39
  }