Skip to content

Commit c79cf57

Browse files
committed
set dependencies to newly released versions
1 parent e1d432a commit c79cf57

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

cli/csstools-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to CSSTools CLI
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#502) (patch)
6+
37
### 5.0.4
48

59
_January 25, 2026_

cli/csstools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@csstools/postcss-relative-color-syntax": "^4.0.1",
6060
"@csstools/postcss-scope-pseudo-class": "^5.0.0",
6161
"@csstools/postcss-stepped-value-functions": "^5.0.0",
62-
"@csstools/postcss-text-decoration-shorthand": "^5.0.1",
62+
"@csstools/postcss-text-decoration-shorthand": "^5.0.2",
6363
"@csstools/postcss-trigonometric-functions": "^5.0.0",
6464
"@csstools/postcss-unset-value": "^5.0.0",
6565
"css-blank-pseudo": "^8.0.1",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin-packs/postcss-preset-env/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Preset Env
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#502) (patch)
6+
37
### 11.1.2
48

59
_January 25, 2026_

plugin-packs/postcss-preset-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@csstools/postcss-stepped-value-functions": "^5.0.0",
8484
"@csstools/postcss-syntax-descriptor-syntax-production": "^2.0.0",
8585
"@csstools/postcss-system-ui-font-family": "^2.0.0",
86-
"@csstools/postcss-text-decoration-shorthand": "^5.0.1",
86+
"@csstools/postcss-text-decoration-shorthand": "^5.0.2",
8787
"@csstools/postcss-trigonometric-functions": "^5.0.0",
8888
"@csstools/postcss-unset-value": "^5.0.0",
8989
"autoprefixer": "^10.4.23",

0 commit comments

Comments
 (0)