@jmlweb/prettier-config-tailwind 1.0.4 → 1.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @jmlweb/prettier-config-tailwind
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 0c32641: Update dependencies to latest stable versions
8
+ - Updated dependencies [0c32641]
9
+ - @jmlweb/prettier-config-base@1.0.6
10
+
11
+ ## 1.0.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 30f8ffb: Add "Why Use This?" sections to package READMEs explaining configuration philosophy and design decisions
16
+ - Updated dependencies [30f8ffb]
17
+ - @jmlweb/prettier-config-base@1.0.5
18
+
3
19
  ## 1.0.4
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jmlweb/prettier-config-tailwind",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Prettier configuration for jmlweb projects with Tailwind CSS support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -49,10 +49,10 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "prettier-plugin-tailwindcss": "^0.7.2",
52
- "@jmlweb/prettier-config-base": "1.0.4"
52
+ "@jmlweb/prettier-config-base": "1.0.6"
53
53
  },
54
54
  "devDependencies": {
55
- "prettier": "^3.3.3",
55
+ "prettier": "^3.7.4",
56
56
  "tsup": "^8.5.1",
57
57
  "typescript": "^5.9.3",
58
58
  "@jmlweb/tsconfig-internal": "0.0.1"