@magic-ext/solana 3.0.0 → 3.0.1

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
+ # v3.0.1 (Mon Jan 24 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fixing solana react native [#266](https://github.com/magiclabs/magic-js/pull/266) ([@bmeeder22](https://github.com/bmeeder22) [@smithki](https://github.com/smithki))
6
+
7
+ #### Authors: 2
8
+
9
+ - Ben Meeder ([@bmeeder22](https://github.com/bmeeder22))
10
+ - Ian K Smith ([@smithki](https://github.com/smithki))
11
+
12
+ ---
13
+
1
14
  # v2.0.0 (Thu Dec 09 2021)
2
15
 
3
16
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/solana",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "magic solana 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": "^3.0.0"
32
32
  },
33
- "gitHead": "a85f41892cbd7985ee1743764f7f905b89004eaa"
33
+ "gitHead": "21f089a78d37af87fb45b71e12374bc6db6ce80d"
34
34
  }