@csstools/postcss-gradient-stop-increments-experimental 2.0.7 → 2.0.8
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 +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Changes to PostCSS Gradient Stop Increments
|
|
2
2
|
|
|
3
|
-
### 2.0.
|
|
3
|
+
### 2.0.8
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_April 19, 2025_
|
|
6
6
|
|
|
7
|
-
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.
|
|
7
|
+
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#213) (patch)
|
|
8
8
|
|
|
9
9
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/experimental/postcss-gradient-stop-increments/CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csstools/postcss-gradient-stop-increments-experimental",
|
|
3
3
|
"description": "Increment CSS gradient stops",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.8",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dist"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@csstools/css-calc": "^2.1.
|
|
51
|
+
"@csstools/css-calc": "^2.1.3",
|
|
52
52
|
"@csstools/css-parser-algorithms": "^3.0.4",
|
|
53
53
|
"@csstools/css-tokenizer": "^3.0.3"
|
|
54
54
|
},
|