@magic-ext/flow 11.0.2 → 11.1.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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v11.1.0 (Tue Apr 04 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - feat: [sc-73967] Auto publish canary version for Magic SDK [#478](https://github.com/magiclabs/magic-js/pull/478) ([@bcleary06](https://github.com/bcleary06))
6
+ - Merge branch 'master' into briancleary7114-sc-73967-auto-publish-canary-version-for-magic-sdk ([@bcleary06](https://github.com/bcleary06))
7
+
8
+ #### Authors: 1
9
+
10
+ - Brian Cleary ([@bcleary06](https://github.com/bcleary06))
11
+
12
+ ---
13
+
1
14
  # v11.0.2 (Mon Apr 03 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": "11.0.2",
3
+ "version": "11.1.0",
4
4
  "description": "magic flow extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  ]
28
28
  },
29
29
  "devDependencies": {
30
- "@magic-sdk/commons": "^12.0.1",
30
+ "@magic-sdk/commons": "^12.1.0",
31
31
  "@onflow/fcl": "0.0.41",
32
32
  "@onflow/types": "0.0.3"
33
33
  },
@@ -35,5 +35,5 @@
35
35
  "@onflow/fcl": "0.0.41",
36
36
  "@onflow/types": "0.0.3"
37
37
  },
38
- "gitHead": "f99327909f82baad5d5bb2e4ecd8fa97a0ec213b"
38
+ "gitHead": "045559a8d86c3c46525e34690ac7ba5ba6a80ada"
39
39
  }