@csstools/csstools-cli 2.1.1 → 2.1.3
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 +28 -2
- package/package.json +15 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
# Changes to CSSTools CLI
|
|
2
2
|
|
|
3
|
+
### 2.1.3 (May 19, 2023)
|
|
4
|
+
|
|
5
|
+
- Updated `@csstools/postcss-is-pseudo-class` to `3.2.1` (patch)
|
|
6
|
+
- Updated `postcss-logical` to `6.2.0` (minor)
|
|
7
|
+
- Updated `postcss-preset-env` to `8.3.3` (patch)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### 2.1.2 (April 17, 2023)
|
|
12
|
+
|
|
13
|
+
- Updated `@csstools/postcss-gradients-interpolation-method` to `3.0.4` (patch)
|
|
14
|
+
- Updated `postcss-preset-env` to `8.3.2` (patch)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
3
18
|
### 2.1.1 (April 10, 2023)
|
|
4
19
|
|
|
5
20
|
- Updated `@csstools/postcss-logical-viewport-units` to `1.0.3` (patch)
|
|
6
|
-
- Updated `@csstools/postcss-media-minmax` to `1.0.2` (patch)
|
|
7
|
-
- Updated `@csstools/postcss-
|
|
21
|
+
- Updated `@csstools/postcss-media-minmax` to `1.0.2` (patch)
|
|
22
|
+
- Updated `@csstools/postcss-media-queries-aspect-ratio-number-values` to `1.0.2` (patch)
|
|
23
|
+
- Updated `@csstools/postcss-stepped-value-functions` to `2.1.1` (patch)
|
|
24
|
+
- Updated `@csstools/postcss-trigonometric-functions` to `2.1.1` (patch)
|
|
25
|
+
- Updated `postcss-custom-media` to `9.1.3` (patch)
|
|
26
|
+
- Updated `postcss-custom-properties` to `13.1.5` (patch)
|
|
27
|
+
- Updated `postcss-custom-selectors` to `7.1.3` (patch)
|
|
28
|
+
- Updated `@csstools/postcss-color-function` to `2.2.1` (patch)
|
|
29
|
+
- Updated `@csstools/postcss-color-mix-function` to `1.0.1` (patch)
|
|
30
|
+
- Updated `@csstools/postcss-gradients-interpolation-method` to `3.0.3` (patch)
|
|
31
|
+
- Updated `@csstools/postcss-hwb-function` to `2.2.1` (patch)
|
|
32
|
+
- Updated `@csstools/postcss-oklab-function` to `2.2.1` (patch)
|
|
33
|
+
- Updated `postcss-lab-function` to `5.2.1` (patch)
|
|
8
34
|
- Updated `postcss-preset-env` to `8.3.1` (patch)
|
|
9
35
|
|
|
10
36
|
### 2.1.0 (April 2, 2023)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csstools/csstools-cli",
|
|
3
3
|
"description": "Transform CSS with any plugin from csstools/postcss-plugins",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.3",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -14,10 +14,16 @@
|
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
16
|
"license": "CC0-1.0",
|
|
17
|
-
"funding":
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
"funding": [
|
|
18
|
+
{
|
|
19
|
+
"type": "github",
|
|
20
|
+
"url": "https://github.com/sponsors/csstools"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"type": "opencollective",
|
|
24
|
+
"url": "https://opencollective.com/csstools"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
21
27
|
"engines": {
|
|
22
28
|
"node": "^14 || ^16 || >=18"
|
|
23
29
|
},
|
|
@@ -36,10 +42,10 @@
|
|
|
36
42
|
"@csstools/postcss-color-function": "^2.2.1",
|
|
37
43
|
"@csstools/postcss-color-mix-function": "^1.0.1",
|
|
38
44
|
"@csstools/postcss-font-format-keywords": "^2.0.2",
|
|
39
|
-
"@csstools/postcss-gradients-interpolation-method": "^3.0.
|
|
45
|
+
"@csstools/postcss-gradients-interpolation-method": "^3.0.4",
|
|
40
46
|
"@csstools/postcss-hwb-function": "^2.2.1",
|
|
41
47
|
"@csstools/postcss-ic-unit": "^2.0.2",
|
|
42
|
-
"@csstools/postcss-is-pseudo-class": "^3.2.
|
|
48
|
+
"@csstools/postcss-is-pseudo-class": "^3.2.1",
|
|
43
49
|
"@csstools/postcss-logical-float-and-clear": "^1.0.1",
|
|
44
50
|
"@csstools/postcss-logical-resize": "^1.0.1",
|
|
45
51
|
"@csstools/postcss-logical-viewport-units": "^1.0.3",
|
|
@@ -71,11 +77,11 @@
|
|
|
71
77
|
"postcss-gap-properties": "^4.0.1",
|
|
72
78
|
"postcss-image-set-function": "^5.0.2",
|
|
73
79
|
"postcss-lab-function": "^5.2.1",
|
|
74
|
-
"postcss-logical": "^6.
|
|
80
|
+
"postcss-logical": "^6.2.0",
|
|
75
81
|
"postcss-nesting": "^11.2.2",
|
|
76
82
|
"postcss-overflow-shorthand": "^4.0.1",
|
|
77
83
|
"postcss-place": "^8.0.1",
|
|
78
|
-
"postcss-preset-env": "^8.3.
|
|
84
|
+
"postcss-preset-env": "^8.3.3",
|
|
79
85
|
"postcss-pseudo-class-any-link": "^8.0.2",
|
|
80
86
|
"postcss-selector-not": "^7.0.1"
|
|
81
87
|
},
|