@csstools/postcss-text-decoration-shorthand 2.2.3 → 2.2.4

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 +5 -0
  2. package/package.json +12 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changes to PostCSS Text Decoration Shorthand
2
2
 
3
+ ### 2.2.4 (May 19, 2023)
4
+
5
+ - Updated `@csstools/color-helpers` to `2.1.0` (minor)
6
+
7
+
3
8
  ### 2.2.3 (April 10, 2023)
4
9
 
5
10
  - Updated: `@csstools/color-helpers` to `v2.0.0`
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": "2.2.3",
4
+ "version": "2.2.4",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -14,10 +14,16 @@
14
14
  }
15
15
  ],
16
16
  "license": "CC0-1.0",
17
- "funding": {
18
- "type": "opencollective",
19
- "url": "https://opencollective.com/csstools"
20
- },
17
+ "funding": [
18
+ {
19
+ "type": "github",
20
+ "url": "https://github.com/sponsors/csstools"
21
+ },
22
+ {
23
+ "type": "opencollective",
24
+ "url": "https://opencollective.com/csstools"
25
+ }
26
+ ],
21
27
  "engines": {
22
28
  "node": "^14 || ^16 || >=18"
23
29
  },
@@ -39,7 +45,7 @@
39
45
  "dist"
40
46
  ],
41
47
  "dependencies": {
42
- "@csstools/color-helpers": "^2.0.0",
48
+ "@csstools/color-helpers": "^2.1.0",
43
49
  "postcss-value-parser": "^4.2.0"
44
50
  },
45
51
  "peerDependencies": {