@csstools/postcss-relative-color-syntax 2.0.12 → 2.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -16
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,22 @@
|
|
|
1
1
|
# Changes to PostCSS Relative Color Syntax
|
|
2
2
|
|
|
3
|
-
### 2.0.
|
|
3
|
+
### 2.0.14
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_April 21, 2024_
|
|
6
6
|
|
|
7
|
-
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`
|
|
7
|
+
- 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)
|
|
8
8
|
|
|
9
|
-
### 2.0.
|
|
9
|
+
### 2.0.13
|
|
10
10
|
|
|
11
|
-
_March
|
|
11
|
+
_March 31, 2024_
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
- Updated [`@csstools/css-
|
|
15
|
-
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#311) (patch)
|
|
16
|
-
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#261) (patch)
|
|
17
|
-
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.6.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#160) (minor)
|
|
13
|
+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#320) (minor)
|
|
14
|
+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.6.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#163) (patch)
|
|
18
15
|
|
|
19
|
-
### 2.0.
|
|
16
|
+
### 2.0.12
|
|
20
17
|
|
|
21
|
-
|
|
18
|
+
_March 17, 2024_
|
|
22
19
|
|
|
23
|
-
-
|
|
24
|
-
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#260) (minor)
|
|
25
|
-
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#310) (minor)
|
|
26
|
-
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.5.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#152) (patch)
|
|
20
|
+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.6.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#162) (patch)
|
|
27
21
|
|
|
28
22
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csstools/postcss-relative-color-syntax",
|
|
3
3
|
"description": "Use the relative color syntax in CSS",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.14",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"dist"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@csstools/css-color-parser": "^
|
|
51
|
+
"@csstools/css-color-parser": "^2.0.0",
|
|
52
52
|
"@csstools/css-parser-algorithms": "^2.6.1",
|
|
53
53
|
"@csstools/css-tokenizer": "^2.2.4",
|
|
54
|
-
"@csstools/postcss-progressive-custom-properties": "^3.
|
|
54
|
+
"@csstools/postcss-progressive-custom-properties": "^3.2.0",
|
|
55
55
|
"@csstools/utilities": "^1.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|