@magic-sdk/provider 18.1.0-canary.548.5359961176.0 → 18.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 +26 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ # v18.1.0 (Fri Jun 23 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Implement view-in-wallet [#548](https://github.com/magiclabs/magic-js/pull/548) ([@octave08](https://github.com/octave08))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Remove approval step for canary releases [sc-80045] [#549](https://github.com/magiclabs/magic-js/pull/549) ([@bcleary06](https://github.com/bcleary06))
10
+ - Add test suite for nft checkout ([@octave08](https://github.com/octave08))
11
+ - Implement view-in-wallet ([@octave08](https://github.com/octave08))
12
+ - Merge branch 'master' into briancleary7114-sc-80045-remove-approval-step-for-canary-releases ([@bcleary06](https://github.com/bcleary06))
13
+ - Fix Failing CI [#556](https://github.com/magiclabs/magic-js/pull/556) ([@Ariflo](https://github.com/Ariflo))
14
+ - Fix Failing CI ([@Ariflo](https://github.com/Ariflo))
15
+ - Fix CI Tests [#552](https://github.com/magiclabs/magic-js/pull/552) ([@Ariflo](https://github.com/Ariflo))
16
+ - Add Testing for isMajorVersionAtLeast ([@Ariflo](https://github.com/Ariflo))
17
+ - DRYify isMajorVersionAtLeast ([@Ariflo](https://github.com/Ariflo))
18
+
19
+ #### Authors: 3
20
+
21
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
22
+ - Brian Cleary ([@bcleary06](https://github.com/bcleary06))
23
+ - Jay Hwang ([@octave08](https://github.com/octave08))
24
+
25
+ ---
26
+
1
27
  # v18.0.0 (Tue Jun 20 2023)
2
28
 
3
29
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/provider",
3
- "version": "18.1.0-canary.548.5359961176.0",
3
+ "version": "18.1.0",
4
4
  "description": "Core business logic for Magic SDK packages.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -34,12 +34,12 @@
34
34
  "tslib": "^2.3.1"
35
35
  },
36
36
  "dependencies": {
37
- "@magic-sdk/types": "15.5.0-canary.548.5359961176.0",
37
+ "@magic-sdk/types": "^15.5.0",
38
38
  "eventemitter3": "^4.0.4",
39
39
  "web3-core": "1.5.2"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "localforage": "^1.7.4"
43
43
  },
44
- "gitHead": "4879378bc729a3b5d159d798770fc666fd127d77"
44
+ "gitHead": "dd51deb2e5c23fbbb9190cb47fee25919fc19798"
45
45
  }