@magic-ext/hedera 1.0.0-canary.597.5752851787.0 → 1.0.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 +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -0,0 +1,23 @@
1
+ # v1.0.0 (Thu Aug 03 2023)
2
+
3
+ #### 💥 Breaking Change
4
+
5
+ - [82686] revive hedera extension [#597](https://github.com/magiclabs/magic-js/pull/597) ([@makrandgupta](https://github.com/makrandgupta) [@harryEth](https://github.com/harryEth) [@hcote](https://github.com/hcote))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - remove temple directory ([@hcote](https://github.com/hcote))
10
+ - bump commons ([@makrandgupta](https://github.com/makrandgupta))
11
+ - Update utils.ts ([@harryEth](https://github.com/harryEth))
12
+ - add blank line ([@harryEth](https://github.com/harryEth))
13
+ - hedera extension ([@harryEth](https://github.com/harryEth))
14
+ - hedera extension ([@makrandgupta](https://github.com/makrandgupta))
15
+
16
+ #### Authors: 3
17
+
18
+ - [@harryEth](https://github.com/harryEth)
19
+ - Hunter Cote ([@hcote](https://github.com/hcote))
20
+ - Makrand Gupta ([@makrandgupta](https://github.com/makrandgupta))
21
+
22
+ ---
23
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/hedera",
3
- "version": "1.0.0-canary.597.5752851787.0",
3
+ "version": "1.0.0",
4
4
  "description": "magic hedera extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -30,5 +30,5 @@
30
30
  "devDependencies": {
31
31
  "@magic-sdk/commons": "^14.6.0"
32
32
  },
33
- "gitHead": "8d790ed9d32f348c03bbf2f5c56892504ed85bb4"
33
+ "gitHead": "ca053564a72d9d82867eaac26d9b958a78711539"
34
34
  }