@csstools/postcss-relative-color-syntax
Advanced tools
Comparing version 2.0.16 to 2.0.17
# Changes to PostCSS Relative Color Syntax | ||
### 2.0.17 | ||
_June 29, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#232) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#270) (minor) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#203) (patch) | ||
### 2.0.16 | ||
@@ -19,8 +27,2 @@ | ||
### 2.0.14 | ||
_April 21, 2024_ | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#200) (major) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-relative-color-syntax", | ||
"description": "Use the relative color syntax in CSS", | ||
"version": "2.0.16", | ||
"version": "2.0.17", | ||
"contributors": [ | ||
@@ -51,5 +51,5 @@ { | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^2.0.2", | ||
"@csstools/css-parser-algorithms": "^2.6.3", | ||
"@csstools/css-tokenizer": "^2.3.1", | ||
"@csstools/css-color-parser": "^2.0.3", | ||
"@csstools/css-parser-algorithms": "^2.7.0", | ||
"@csstools/css-tokenizer": "^2.3.2", | ||
"@csstools/postcss-progressive-custom-properties": "^3.2.0", | ||
@@ -61,2 +61,3 @@ "@csstools/utilities": "^1.0.0" | ||
}, | ||
"scripts": {}, | ||
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax#readme", | ||
@@ -63,0 +64,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12499