@magic-ext/hedera 1.0.2-canary.d0b00f1.0 → 1.0.2

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v1.0.2 (Wed Oct 11 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Removes React Native entrypoint from all extension's package.json [#644](https://github.com/magiclabs/magic-js/pull/644) ([@Ariflo](https://github.com/Ariflo))
6
+ - Removes React Native entrypoint from all extensions package.json ([@Ariflo](https://github.com/Ariflo))
7
+
8
+ #### Authors: 1
9
+
10
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
11
+
12
+ ---
13
+
1
14
  # v1.0.1 (Thu Aug 10 2023)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/hedera",
3
- "version": "1.0.2-canary.d0b00f1.0",
3
+ "version": "1.0.2",
4
4
  "description": "magic hedera extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -32,5 +32,5 @@
32
32
  "peerDependencies": {
33
33
  "@hashgraph/sdk": "^2.31.0"
34
34
  },
35
- "gitHead": "d0b00f1cc3ae3a5bc98b86fa9b113297331c35bb"
35
+ "gitHead": "945f375f9c9a6d4233e09f3ccedafbef34e6aeef"
36
36
  }