@csstools/postcss-media-minmax 1.0.1 → 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 +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changes to PostCSS Media MinMax
2
2
 
3
+ ### 1.0.2 (April 10, 2023)
4
+
5
+ - Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6
+ - Updated `@csstools/css-parser-algorithms` to `2.1.1` (patch)
7
+ - Updated `@csstools/css-calc` to `1.1.1` (patch)- Updated `@csstools/media-query-list-parser` to `2.0.4` (patch)
8
+
3
9
  ### 1.0.1 (April 10, 2023)
4
10
 
5
11
  - Improve the detection of math function in media queries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/postcss-media-minmax",
3
3
  "description": "Use the range notation in CSS media queries",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -42,10 +42,10 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@csstools/css-calc": "^1.1.0",
46
- "@csstools/css-parser-algorithms": "^2.1.0",
47
- "@csstools/css-tokenizer": "^2.1.0",
48
- "@csstools/media-query-list-parser": "^2.0.3"
45
+ "@csstools/css-calc": "^1.1.1",
46
+ "@csstools/css-parser-algorithms": "^2.1.1",
47
+ "@csstools/css-tokenizer": "^2.1.1",
48
+ "@csstools/media-query-list-parser": "^2.0.4"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "postcss": "^8.4"