@csstools/postcss-text-decoration-shorthand 3.0.0 → 3.0.2
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.
- package/CHANGELOG.md +13 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
# Changes to PostCSS Text Decoration Shorthand
|
|
2
2
|
|
|
3
|
+
### 3.0.2
|
|
4
|
+
|
|
5
|
+
_September 2, 2023_
|
|
6
|
+
|
|
7
|
+
- Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#302) (patch)
|
|
8
|
+
|
|
9
|
+
### 3.0.1
|
|
10
|
+
|
|
11
|
+
_August 28, 2023_
|
|
12
|
+
|
|
13
|
+
- Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#301) (patch)
|
|
14
|
+
|
|
3
15
|
### 3.0.0
|
|
4
16
|
|
|
5
17
|
_July 3, 2023_
|
|
6
18
|
|
|
7
19
|
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
|
|
8
|
-
- Updated [`@csstools/color-helpers`](/packages/color-helpers) to [`3.0.0`](/packages/color-helpers/CHANGELOG.md#300) (major)
|
|
20
|
+
- Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#300) (major)
|
|
9
21
|
|
|
10
22
|
### 2.2.4
|
|
11
23
|
|
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.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dist"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@csstools/color-helpers": "^3.0.
|
|
48
|
+
"@csstools/color-helpers": "^3.0.2",
|
|
49
49
|
"postcss-value-parser": "^4.2.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@csstools/postcss-tape": "*",
|
|
56
|
-
"autoprefixer": "^10.4.
|
|
56
|
+
"autoprefixer": "^10.4.15"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "rollup -c ../../rollup/default.mjs",
|