@magic-ext/flow 15.0.3-canary.cf18d0f.0 → 15.0.3
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 +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v15.0.3 (Fri Sep 22 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- adds cdnGlobalName to flow package.json [#630](https://github.com/magiclabs/magic-js/pull/630) ([@joshuascan](https://github.com/joshuascan))
|
|
6
|
+
- adds cdnGlobalName to flow package.json ([@joshuascan](https://github.com/joshuascan))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v14.3.0 (Wed Aug 16 2023)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/flow",
|
|
3
|
-
"version": "15.0.3
|
|
3
|
+
"version": "15.0.3",
|
|
4
4
|
"description": "magic flow extension",
|
|
5
5
|
"author": "Magic <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"@onflow/fcl": "^1.4.1",
|
|
37
37
|
"@onflow/types": "^1.1.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "37d967a7b368504e081c0685032c36723cea08c4"
|
|
40
40
|
}
|