@magic-sdk/provider 18.0.1-canary.552.5351389326.0 → 18.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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v18.0.1 (Fri Jun 23 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix CI Tests [#552](https://github.com/magiclabs/magic-js/pull/552) ([@Ariflo](https://github.com/Ariflo))
6
+ - Add Testing for isMajorVersionAtLeast ([@Ariflo](https://github.com/Ariflo))
7
+ - DRYify isMajorVersionAtLeast ([@Ariflo](https://github.com/Ariflo))
8
+
9
+ #### Authors: 1
10
+
11
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
12
+
13
+ ---
14
+
1
15
  # v18.0.0 (Tue Jun 20 2023)
2
16
 
3
17
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/provider",
3
- "version": "18.0.1-canary.552.5351389326.0",
3
+ "version": "18.0.1",
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",
@@ -41,5 +41,5 @@
41
41
  "peerDependencies": {
42
42
  "localforage": "^1.7.4"
43
43
  },
44
- "gitHead": "ea941e7e513f8927512810e82dc2084007b43c06"
44
+ "gitHead": "bfc4e0681183134a3265028642aa82bc0d99e1ce"
45
45
  }