Skip to content

Commit 2859a11

Browse files
committed
set dependencies to newly released versions
1 parent f9a4838 commit 2859a11

File tree

67 files changed

+109
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+109
-70
lines changed

cli/csstools-cli/CHANGELOG.md

+4
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-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#303) (patch)
6+
37
### 4.0.8
48

59
_October 23, 2024_

cli/csstools-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@csstools/postcss-light-dark-function": "^2.0.6",
5252
"@csstools/postcss-logical-float-and-clear": "^3.0.0",
5353
"@csstools/postcss-logical-resize": "^3.0.0",
54-
"@csstools/postcss-logical-viewport-units": "^3.0.2",
54+
"@csstools/postcss-logical-viewport-units": "^3.0.3",
5555
"@csstools/postcss-media-minmax": "^2.0.3",
5656
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.3",
5757
"@csstools/postcss-nested-calc": "^4.0.0",

experimental/postcss-gradient-stop-increments/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#304) (patch)
67

78
### 2.0.3
89

experimental/postcss-gradient-stop-increments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"dependencies": {
5151
"@csstools/css-calc": "^2.0.3",
52-
"@csstools/css-parser-algorithms": "^3.0.3",
52+
"@csstools/css-parser-algorithms": "^3.0.4",
5353
"@csstools/css-tokenizer": "^3.0.3"
5454
},
5555
"peerDependencies": {

package-lock.json

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cascade-layer-name-parser/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#304) (patch)
67

78
### 2.0.3
89

packages/cascade-layer-name-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"peerDependencies": {
51-
"@csstools/css-parser-algorithms": "^3.0.3",
51+
"@csstools/css-parser-algorithms": "^3.0.4",
5252
"@csstools/css-tokenizer": "^3.0.3"
5353
},
5454
"scripts": {

packages/css-calc/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch)
6+
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#304) (patch)
67

78
### 2.0.3
89

0 commit comments

Comments
 (0)