@friggframework/devtools 1.1.4--canary.301.a08eae3.0 → 1.1.5
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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v1.1.5 (Tue Apr 09 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- update router to include options and refresh [#301](https://github.com/friggframework/frigg/pull/301) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
6
|
+
- Bump version to: v1.1.4 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
7
|
+
- Bump version to: v1.1.3 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
8
|
+
|
|
9
|
+
#### Authors: 2
|
|
10
|
+
|
|
11
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
12
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
1
16
|
# v2.0.0 (Sat Mar 30 2024)
|
|
2
17
|
|
|
3
18
|
#### 💥 Breaking Change
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/devtools",
|
|
3
3
|
"prettier": "@friggframework/prettier-config",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.5",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@babel/eslint-parser": "^7.18.9",
|
|
7
|
-
"@friggframework/core": "1.1.
|
|
8
|
-
"@friggframework/test": "1.1.
|
|
7
|
+
"@friggframework/core": "^1.1.5",
|
|
8
|
+
"@friggframework/test": "^1.1.5",
|
|
9
9
|
"eslint": "^8.22.0",
|
|
10
10
|
"eslint-config-prettier": "^8.5.0",
|
|
11
11
|
"eslint-plugin-json": "^3.1.0",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"eslint-plugin-yaml": "^0.5.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@friggframework/eslint-config": "1.1.
|
|
18
|
-
"@friggframework/prettier-config": "1.1.
|
|
17
|
+
"@friggframework/eslint-config": "^1.1.5",
|
|
18
|
+
"@friggframework/prettier-config": "^1.1.5"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"lint:fix": "prettier --write --loglevel error . && eslint . --fix",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "1a53bc7153b3735729e4d881ca9d7677964293c9"
|
|
40
40
|
}
|