Skip to content

Commit bde9ba1

Browse files
committed
set dependencies to newly released versions
1 parent 63948e4 commit bde9ba1

File tree

45 files changed

+123
-47
lines changed

Some content is hidden

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

45 files changed

+123
-47
lines changed

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

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#213) (patch)
6+
37
### 2.0.7
48

59
_February 23, 2025_

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"dependencies": {
51-
"@csstools/css-calc": "^2.1.2",
51+
"@csstools/css-calc": "^2.1.3",
5252
"@csstools/css-parser-algorithms": "^3.0.4",
5353
"@csstools/css-tokenizer": "^3.0.3"
5454
},

package-lock.json

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

packages/css-color-parser/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Drop the `max` keyword for `contrast-color( <color> )`
6+
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#213) (patch)
67

78
### 3.0.8
89

packages/css-color-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"dependencies": {
5151
"@csstools/color-helpers": "^5.0.2",
52-
"@csstools/css-calc": "^2.1.2"
52+
"@csstools/css-calc": "^2.1.3"
5353
},
5454
"peerDependencies": {
5555
"@csstools/css-parser-algorithms": "^3.0.4",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Updated [`cssdb`](https://github.com/csstools/cssdb) to [`8.2.4`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#824-march-10-2025) (patch)
6+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch)
67

78
### 10.1.5
89

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@csstools/postcss-nested-calc": "^4.0.0",
7676
"@csstools/postcss-normalize-display-values": "^4.0.0",
7777
"@csstools/postcss-oklab-function": "^4.0.8",
78-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
78+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
7979
"@csstools/postcss-random-function": "^1.0.3",
8080
"@csstools/postcss-relative-color-syntax": "^3.0.8",
8181
"@csstools/postcss-scope-pseudo-class": "^4.0.1",

plugins/postcss-color-function/CHANGELOG.md

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch)
6+
37
### 4.0.8
48

59
_February 23, 2025_

plugins/postcss-color-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@csstools/css-color-parser": "^3.0.8",
4242
"@csstools/css-parser-algorithms": "^3.0.4",
4343
"@csstools/css-tokenizer": "^3.0.3",
44-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
44+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
4545
"@csstools/utilities": "^2.0.0"
4646
},
4747
"peerDependencies": {

plugins/postcss-color-functional-notation/CHANGELOG.md

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch)
6+
37
### 7.0.8
48

59
_February 23, 2025_

plugins/postcss-color-functional-notation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@csstools/css-color-parser": "^3.0.8",
4242
"@csstools/css-parser-algorithms": "^3.0.4",
4343
"@csstools/css-tokenizer": "^3.0.3",
44-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
44+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
4545
"@csstools/utilities": "^2.0.0"
4646
},
4747
"peerDependencies": {

plugins/postcss-color-mix-function/CHANGELOG.md

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch)
6+
37
### 3.0.8
48

59
_February 23, 2025_

plugins/postcss-color-mix-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@csstools/css-color-parser": "^3.0.8",
5252
"@csstools/css-parser-algorithms": "^3.0.4",
5353
"@csstools/css-tokenizer": "^3.0.3",
54-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
54+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
5555
"@csstools/utilities": "^2.0.0"
5656
},
5757
"peerDependencies": {

plugins/postcss-content-alt-text/CHANGELOG.md

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch)
6+
37
### 2.0.4
48

59
_November 1, 2024_

plugins/postcss-content-alt-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@csstools/css-parser-algorithms": "^3.0.4",
5252
"@csstools/css-tokenizer": "^3.0.3",
53-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
53+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
5454
"@csstools/utilities": "^2.0.0"
5555
},
5656
"peerDependencies": {

plugins/postcss-contrast-color-function/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Drop the `max` keyword for `contrast-color( <color> )`
6+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch)
67

78
### 2.0.8
89

plugins/postcss-contrast-color-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@csstools/css-color-parser": "^3.0.8",
5252
"@csstools/css-parser-algorithms": "^3.0.4",
5353
"@csstools/css-tokenizer": "^3.0.3",
54-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
54+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
5555
"@csstools/utilities": "^2.0.0"
5656
},
5757
"peerDependencies": {

plugins/postcss-double-position-gradients/CHANGELOG.md

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch)
6+
37
### 6.0.0
48

59
_August 3, 2024_

plugins/postcss-double-position-gradients/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dist"
3939
],
4040
"dependencies": {
41-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
41+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
4242
"@csstools/utilities": "^2.0.0",
4343
"postcss-value-parser": "^4.2.0"
4444
},

plugins/postcss-exponential-functions/CHANGELOG.md

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#213) (patch)
6+
37
### 2.0.7
48

59
_February 23, 2025_

0 commit comments

Comments
 (0)