@magic-ext/gdkms 1.1.0 → 1.2.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.
- package/CHANGELOG.md +23 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
# v1.2.0 (Fri Jun 23 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Auto version bumping [#557](https://github.com/magiclabs/magic-js/pull/557) ([@Ethella](https://github.com/Ethella) [@Ariflo](https://github.com/Ariflo))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Match NPM Version ([@Ariflo](https://github.com/Ariflo))
|
|
10
|
+
- Update CHANGELOG.md \[skip ci\] ([@Ethella](https://github.com/Ethella))
|
|
11
|
+
- Merge branch 'master' into briancleary7114-sc-80045-remove-approval-step-for-canary-releases ([@bcleary06](https://github.com/bcleary06))
|
|
12
|
+
- Fix typo for gdkms [#555](https://github.com/magiclabs/magic-js/pull/555) ([@Ethella](https://github.com/Ethella))
|
|
13
|
+
- Fix tests ([@Ethella](https://github.com/Ethella))
|
|
14
|
+
- Fix typo for gdkms ([@Ethella](https://github.com/Ethella))
|
|
15
|
+
|
|
16
|
+
#### Authors: 3
|
|
17
|
+
|
|
18
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
|
19
|
+
- Brian Cleary ([@bcleary06](https://github.com/bcleary06))
|
|
20
|
+
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
1
24
|
# v1.1.0 (Fri Jun 23 2023)
|
|
2
25
|
|
|
3
26
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/gdkms",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "G-DKMS extension",
|
|
5
5
|
"author": "Magic <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@magic-sdk/commons": "^14.
|
|
30
|
+
"@magic-sdk/commons": "^14.2.0"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "49d171b23611e73d2354677a5bbef9d276b42867"
|
|
33
33
|
}
|