@friggframework/devtools 1.0.1-v1-alpha.5 → 1.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.
- package/CHANGELOG.md +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# v1.1.0 (Wed Mar 20 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
#### 🐛 Bug Fix
|
|
7
|
+
|
|
8
|
+
- correct some bad automated edits, though they are not in relevant files ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
9
|
+
|
|
10
|
+
#### Authors: 4
|
|
11
|
+
|
|
12
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
13
|
+
- Nicolas Leal ([@nicolasmelo1](https://github.com/nicolasmelo1))
|
|
14
|
+
- nmilcoff ([@nmilcoff](https://github.com/nmilcoff))
|
|
15
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/devtools",
|
|
3
3
|
"prettier": "@friggframework/prettier-config",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@babel/eslint-parser": "^7.18.9",
|
|
7
|
-
"@friggframework/core": "1.
|
|
7
|
+
"@friggframework/core": "^1.1.0",
|
|
8
8
|
"eslint": "^8.22.0",
|
|
9
9
|
"eslint-config-prettier": "^8.5.0",
|
|
10
10
|
"eslint-plugin-json": "^3.1.0",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "9b3427438a223c62d551ce3fd3330c2b8dac00d8"
|
|
41
41
|
}
|