Skip to content

Commit

Permalink
set dependencies to newly released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jul 13, 2024
1 parent d14262d commit 45cf843
Show file tree
Hide file tree
Showing 21 changed files with 60 additions and 20 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions plugins/postcss-color-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS Color Function

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 3.0.19

_July 7, 2024_
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-color-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dist"
],
"dependencies": {
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
"@csstools/postcss-progressive-custom-properties": "^3.3.0",
Expand Down
4 changes: 4 additions & 0 deletions plugins/postcss-color-functional-notation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS Color Functional Notation

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 6.0.14

_July 7, 2024_
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-color-functional-notation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dist"
],
"dependencies": {
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
"@csstools/postcss-progressive-custom-properties": "^3.3.0",
Expand Down
4 changes: 4 additions & 0 deletions plugins/postcss-color-mix-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS Color Mix Function

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 2.0.19

_July 7, 2024_
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-color-mix-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dist"
],
"dependencies": {
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
"@csstools/postcss-progressive-custom-properties": "^3.3.0",
Expand Down
4 changes: 4 additions & 0 deletions plugins/postcss-contrast-color-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS Contrast Color Function

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 1.0.6

_July 7, 2024_
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-contrast-color-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {
"@csstools/color-helpers": "^4.2.1",
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
"@csstools/postcss-progressive-custom-properties": "^3.3.0",
Expand Down
4 changes: 4 additions & 0 deletions plugins/postcss-gamut-mapping/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS gamut-mapping

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 1.0.11

_July 6, 2024_
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-gamut-mapping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dist"
],
"dependencies": {
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions plugins/postcss-gradients-interpolation-method/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS Gradients Interpolation Method

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 4.0.20

_July 7, 2024_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dist"
],
"dependencies": {
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
"@csstools/postcss-progressive-custom-properties": "^3.3.0",
Expand Down
4 changes: 4 additions & 0 deletions plugins/postcss-hwb-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS HWB Function

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 3.0.18

_July 7, 2024_
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-hwb-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dist"
],
"dependencies": {
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
"@csstools/postcss-progressive-custom-properties": "^3.3.0",
Expand Down
4 changes: 4 additions & 0 deletions plugins/postcss-lab-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS Lab Function

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 6.0.19

_July 7, 2024_
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-lab-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dist"
],
"dependencies": {
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
"@csstools/postcss-progressive-custom-properties": "^3.3.0",
Expand Down
4 changes: 4 additions & 0 deletions plugins/postcss-oklab-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS OKLab Function

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 3.0.19

_July 7, 2024_
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-oklab-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dist"
],
"dependencies": {
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
"@csstools/postcss-progressive-custom-properties": "^3.3.0",
Expand Down
4 changes: 4 additions & 0 deletions plugins/postcss-relative-color-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS Relative Color Syntax

### Unreleased (patch)

- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#205) (patch)

### 2.0.19

_July 7, 2024_
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-relative-color-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dist"
],
"dependencies": {
"@csstools/css-color-parser": "^2.0.4",
"@csstools/css-color-parser": "^2.0.5",
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
"@csstools/postcss-progressive-custom-properties": "^3.3.0",
Expand Down

0 comments on commit 45cf843

Please sign in to comment.