@magic-ext/harmony 14.2.0-canary.bec1e99.0 → 14.2.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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # v14.2.0 (Wed Aug 09 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - republish harmony ext [#603](https://github.com/magiclabs/magic-js/pull/603) ([@hcote](https://github.com/hcote))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - remove RN path ([@hcote](https://github.com/hcote))
10
+ - add test ([@hcote](https://github.com/hcote))
11
+ - restore RN path in package.json ([@hcote](https://github.com/hcote))
12
+ - restore changelog ([@hcote](https://github.com/hcote))
13
+ - republish harmony ext ([@hcote](https://github.com/hcote))
14
+
15
+ #### Authors: 1
16
+
17
+ - Hunter Cote ([@hcote](https://github.com/hcote))
18
+
19
+ ---
20
+
1
21
  # v14.1.0 (Tue Aug 08 2023)
2
22
 
3
23
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/harmony",
3
- "version": "14.2.0-canary.bec1e99.0",
3
+ "version": "14.2.0",
4
4
  "description": "magic harmony extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -29,5 +29,5 @@
29
29
  "devDependencies": {
30
30
  "@magic-sdk/commons": "^15.1.0"
31
31
  },
32
- "gitHead": "bec1e99db79ee62295c4e591a27088475ae2dfa9"
32
+ "gitHead": "41bb26338547f10a39b65b808a901a2b51ad40ba"
33
33
  }