@knapsack/prettier-config 4.65.2--canary.4271.460a76c.0 → 4.65.2
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 +3 -5
- package/prettier.config.d.cts +0 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
# v4.65.2 (Tue Jun 11 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Merge branch 'latest' into update-reference-arch-06052024 ([@GormanDesign](https://github.com/GormanDesign))
|
6
|
+
- Merge branch 'latest' into feature/ksp-5180-update-floating-ui-lib ([@mabry1985](https://github.com/mabry1985))
|
7
|
+
|
8
|
+
#### Authors: 2
|
9
|
+
|
10
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
11
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
12
|
+
|
13
|
+
---
|
14
|
+
|
1
15
|
# v4.65.1 (Mon Jun 10 2024)
|
2
16
|
|
3
17
|
#### 🏠 Internal
|
package/package.json
CHANGED
@@ -1,13 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/prettier-config",
|
3
3
|
"description": "Reusable Prettier Config",
|
4
|
-
"version": "4.65.2
|
4
|
+
"version": "4.65.2",
|
5
5
|
"bin": "./bin.js",
|
6
6
|
"main": "prettier.config.cjs",
|
7
|
-
"types": "./prettier.config.d.cts",
|
8
7
|
"exports": {
|
9
8
|
".": {
|
10
|
-
"types": "./prettier.config.d.cts",
|
11
9
|
"require": "./prettier.config.cjs"
|
12
10
|
},
|
13
11
|
"./creator": {
|
@@ -24,7 +22,7 @@
|
|
24
22
|
"start": "tsc --watch"
|
25
23
|
},
|
26
24
|
"dependencies": {
|
27
|
-
"@knapsack/creator-utils": "4.65.2
|
25
|
+
"@knapsack/creator-utils": "4.65.2",
|
28
26
|
"prettier": "^2.8.8"
|
29
27
|
},
|
30
28
|
"devDependencies": {
|
@@ -39,5 +37,5 @@
|
|
39
37
|
"directory": "tools/prettier-config",
|
40
38
|
"type": "git"
|
41
39
|
},
|
42
|
-
"gitHead": "
|
40
|
+
"gitHead": "21e42e190e946fdbdce9f4beca634e827c0f7355"
|
43
41
|
}
|
package/prettier.config.d.cts
DELETED