@csstools/postcss-random-function 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # Changes to PostCSS Random Function
2
2
 
3
- ### 1.0.0
3
+ ### 1.0.2
4
4
 
5
- _November 11, 2024_
5
+ _December 27, 2024_
6
6
 
7
- - Initial version
8
- - Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#210) (minor)
7
+ - Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#211) (patch)
8
+
9
+ [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function/CHANGELOG.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/postcss-random-function",
3
- "description": "Use round, rem and mod functions in CSS",
4
- "version": "1.0.0",
3
+ "description": "Use the random function in CSS",
4
+ "version": "1.0.2",
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.0",
51
+ "@csstools/css-calc": "^2.1.1",
52
52
  "@csstools/css-parser-algorithms": "^3.0.4",
53
53
  "@csstools/css-tokenizer": "^3.0.3"
54
54
  },