@csstools/postcss-color-function 2.2.2 → 2.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changes to PostCSS Color Function
2
2
 
3
+ ### 2.2.3 (June 1, 2023)
4
+
5
+ - Updated `@csstools/postcss-progressive-custom-properties` to `2.3.0` (minor)
6
+
7
+
3
8
  ### 2.2.2 (May 19, 2023)
4
9
 
5
10
  - Ignore relative color syntax
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/postcss-color-function",
3
3
  "description": "Use the color() function in CSS",
4
- "version": "2.2.2",
4
+ "version": "2.2.3",
5
5
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
6
6
  "license": "CC0-1.0",
7
7
  "funding": [
@@ -38,7 +38,7 @@
38
38
  "@csstools/css-color-parser": "^1.2.0",
39
39
  "@csstools/css-parser-algorithms": "^2.1.1",
40
40
  "@csstools/css-tokenizer": "^2.1.1",
41
- "@csstools/postcss-progressive-custom-properties": "^2.2.0"
41
+ "@csstools/postcss-progressive-custom-properties": "^2.3.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "postcss": "^8.4"