@csstools/postcss-text-decoration-shorthand 3.0.5 → 3.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 +6 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changes to PostCSS Text Decoration Shorthand
2
2
 
3
+ ### 3.0.6
4
+
5
+ _April 21, 2024_
6
+
7
+ - Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`4.2.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#420) (minor)
8
+
3
9
  ### 3.0.5
4
10
 
5
11
  _March 31, 2024_
@@ -13,10 +19,4 @@ _December 15, 2023_
13
19
  - Fix type definitions
14
20
  - Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#400) (major)
15
21
 
16
- ### 3.0.3
17
-
18
- _September 18, 2023_
19
-
20
- - Improve performance
21
-
22
22
  [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/postcss-text-decoration-shorthand",
3
3
  "description": "Use text-decoration in it's shorthand form in CSS",
4
- "version": "3.0.5",
4
+ "version": "3.0.6",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -48,7 +48,7 @@
48
48
  "dist"
49
49
  ],
50
50
  "dependencies": {
51
- "@csstools/color-helpers": "^4.1.0",
51
+ "@csstools/color-helpers": "^4.2.0",
52
52
  "postcss-value-parser": "^4.2.0"
53
53
  },
54
54
  "peerDependencies": {