Skip to content

Commit 3904208

Browse files
committed
set dependencies to newly released versions
1 parent b036b5d commit 3904208

File tree

19 files changed

+48
-18
lines changed

19 files changed

+48
-18
lines changed

cli/csstools-cli/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#305) (patch)
1717
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#205) (patch)
1818
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#605) (patch)
19+
- Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#403) (patch)
1920

2021
### 3.0.5
2122

cli/csstools-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@csstools/postcss-gradients-interpolation-method": "^4.0.5",
4747
"@csstools/postcss-hwb-function": "^3.0.4",
4848
"@csstools/postcss-ic-unit": "^3.0.1",
49-
"@csstools/postcss-is-pseudo-class": "^4.0.2",
49+
"@csstools/postcss-is-pseudo-class": "^4.0.3",
5050
"@csstools/postcss-logical-float-and-clear": "^2.0.0",
5151
"@csstools/postcss-logical-resize": "^2.0.0",
5252
"@csstools/postcss-logical-viewport-units": "^2.0.3",

package-lock.json

+9-9
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

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#305) (patch)
1717
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#205) (patch)
1818
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#605) (patch)
19+
- Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#403) (patch)
1920

2021
### 9.1.4
2122

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@csstools/postcss-hwb-function": "^3.0.4",
5959
"@csstools/postcss-ic-unit": "^3.0.1",
6060
"@csstools/postcss-initial": "^1.0.0",
61-
"@csstools/postcss-is-pseudo-class": "^4.0.2",
61+
"@csstools/postcss-is-pseudo-class": "^4.0.3",
6262
"@csstools/postcss-logical-float-and-clear": "^2.0.0",
6363
"@csstools/postcss-logical-resize": "^2.0.0",
6464
"@csstools/postcss-logical-viewport-units": "^2.0.3",

plugins/postcss-color-function/CHANGELOG.md

+4
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/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#133) (patch)
6+
37
### 3.0.5
48

59
_September 24, 2023_

plugins/postcss-color-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dist"
3636
],
3737
"dependencies": {
38-
"@csstools/css-color-parser": "^1.3.2",
38+
"@csstools/css-color-parser": "^1.3.3",
3939
"@csstools/css-parser-algorithms": "^2.3.2",
4040
"@csstools/css-tokenizer": "^2.2.1",
4141
"@csstools/postcss-progressive-custom-properties": "^3.0.1"

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

+4
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/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#133) (patch)
6+
37
### 2.0.5
48

59
_September 24, 2023_

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dist"
4646
],
4747
"dependencies": {
48-
"@csstools/css-color-parser": "^1.3.2",
48+
"@csstools/css-color-parser": "^1.3.3",
4949
"@csstools/css-parser-algorithms": "^2.3.2",
5050
"@csstools/css-tokenizer": "^2.2.1",
5151
"@csstools/postcss-progressive-custom-properties": "^3.0.1"

plugins/postcss-gradients-interpolation-method/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Gradients Interpolation Method
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#133) (patch)
6+
37
### 4.0.5
48

59
_September 24, 2023_

plugins/postcss-gradients-interpolation-method/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dist"
3636
],
3737
"dependencies": {
38-
"@csstools/css-color-parser": "^1.3.2",
38+
"@csstools/css-color-parser": "^1.3.3",
3939
"@csstools/css-parser-algorithms": "^2.3.2",
4040
"@csstools/css-tokenizer": "^2.2.1",
4141
"@csstools/postcss-progressive-custom-properties": "^3.0.1"

plugins/postcss-hwb-function/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS HWB Function
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#133) (patch)
6+
37
### 3.0.4
48

59
_September 24, 2023_

plugins/postcss-hwb-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dist"
3737
],
3838
"dependencies": {
39-
"@csstools/css-color-parser": "^1.3.2",
39+
"@csstools/css-color-parser": "^1.3.3",
4040
"@csstools/css-parser-algorithms": "^2.3.2",
4141
"@csstools/css-tokenizer": "^2.2.1"
4242
},

plugins/postcss-lab-function/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Lab Function
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#133) (patch)
6+
37
### 6.0.5
48

59
_September 24, 2023_

plugins/postcss-lab-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dist"
3636
],
3737
"dependencies": {
38-
"@csstools/css-color-parser": "^1.3.2",
38+
"@csstools/css-color-parser": "^1.3.3",
3939
"@csstools/css-parser-algorithms": "^2.3.2",
4040
"@csstools/css-tokenizer": "^2.2.1",
4141
"@csstools/postcss-progressive-custom-properties": "^3.0.1"

plugins/postcss-oklab-function/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS OKLab Function
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#133) (patch)
6+
37
### 3.0.5
48

59
_September 24, 2023_

plugins/postcss-oklab-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dist"
3636
],
3737
"dependencies": {
38-
"@csstools/css-color-parser": "^1.3.2",
38+
"@csstools/css-color-parser": "^1.3.3",
3939
"@csstools/css-parser-algorithms": "^2.3.2",
4040
"@csstools/css-tokenizer": "^2.2.1",
4141
"@csstools/postcss-progressive-custom-properties": "^3.0.1"

plugins/postcss-relative-color-syntax/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Relative Color Syntax
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.3.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#133) (patch)
6+
37
### 2.0.5
48

59
_September 24, 2023_

plugins/postcss-relative-color-syntax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dist"
4646
],
4747
"dependencies": {
48-
"@csstools/css-color-parser": "^1.3.2",
48+
"@csstools/css-color-parser": "^1.3.3",
4949
"@csstools/css-parser-algorithms": "^2.3.2",
5050
"@csstools/css-tokenizer": "^2.2.1",
5151
"@csstools/postcss-progressive-custom-properties": "^3.0.1"

0 commit comments

Comments
 (0)