@knapsack/prettier-config 4.65.4--canary.4280.f142e6b.0 → 4.65.5--canary.4296.43f2725.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +5 -3
- package/prettier.config.d.cts +4 -0
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
# v4.65.4 (Fri Jun 21 2024)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- setup Next.js Routing [#4208](https://github.com/knapsack-labs/app-monorepo/pull/4208) ([@EvanLovely](https://github.com/EvanLovely) [@GormanDesign](https://github.com/GormanDesign) [@mabry1985](https://github.com/mabry1985))
|
6
|
+
|
7
|
+
#### Authors: 3
|
8
|
+
|
9
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
10
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
11
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
12
|
+
|
13
|
+
---
|
14
|
+
|
1
15
|
# v4.65.3 (Tue Jun 11 2024)
|
2
16
|
|
3
17
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/prettier-config",
|
3
3
|
"description": "Reusable Prettier Config",
|
4
|
-
"version": "4.65.
|
4
|
+
"version": "4.65.5--canary.4296.43f2725.0",
|
5
5
|
"bin": "./bin.js",
|
6
6
|
"main": "prettier.config.cjs",
|
7
|
+
"types": "./prettier.config.d.cts",
|
7
8
|
"exports": {
|
8
9
|
".": {
|
10
|
+
"types": "./prettier.config.d.cts",
|
9
11
|
"require": "./prettier.config.cjs"
|
10
12
|
},
|
11
13
|
"./creator": {
|
@@ -22,7 +24,7 @@
|
|
22
24
|
"start": "tsc --watch"
|
23
25
|
},
|
24
26
|
"dependencies": {
|
25
|
-
"@knapsack/creator-utils": "4.65.
|
27
|
+
"@knapsack/creator-utils": "4.65.5--canary.4296.43f2725.0",
|
26
28
|
"prettier": "^2.8.8"
|
27
29
|
},
|
28
30
|
"devDependencies": {
|
@@ -37,5 +39,5 @@
|
|
37
39
|
"directory": "tools/prettier-config",
|
38
40
|
"type": "git"
|
39
41
|
},
|
40
|
-
"gitHead": "
|
42
|
+
"gitHead": "43f27254f2e594aecd9c73355724f1cade211206"
|
41
43
|
}
|