@csstools/postcss-ic-unit 3.0.4 → 3.0.6

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 +10 -11
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,23 +1,22 @@
1
1
  # Changes to PostCSS IC Unit
2
2
 
3
- ### 3.0.4
3
+ ### 3.0.6
4
4
 
5
- _February 19, 2024_
5
+ _March 31, 2024_
6
6
 
7
- - Reuse code with `@csstools/utilities`
8
- - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#310) (minor)
7
+ - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#320) (minor)
9
8
 
10
- ### 3.0.3
9
+ ### 3.0.5
11
10
 
12
- _December 15, 2023_
11
+ _March 13, 2024_
13
12
 
14
- - Fix type definitions
15
- - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#303) (patch)
13
+ - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#311) (patch)
16
14
 
17
- ### 3.0.2
15
+ ### 3.0.4
18
16
 
19
- _October 9, 2023_
17
+ _February 19, 2024_
20
18
 
21
- - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#302) (patch)
19
+ - Reuse code with `@csstools/utilities`
20
+ - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#310) (minor)
22
21
 
23
22
  [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/postcss-ic-unit",
3
3
  "description": "Use the ic length unit",
4
- "version": "3.0.4",
4
+ "version": "3.0.6",
5
5
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
6
6
  "license": "MIT-0",
7
7
  "funding": [
@@ -38,7 +38,7 @@
38
38
  "dist"
39
39
  ],
40
40
  "dependencies": {
41
- "@csstools/postcss-progressive-custom-properties": "^3.1.0",
41
+ "@csstools/postcss-progressive-custom-properties": "^3.2.0",
42
42
  "@csstools/utilities": "^1.0.0",
43
43
  "postcss-value-parser": "^4.2.0"
44
44
  },
@@ -48,7 +48,7 @@
48
48
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit#readme",
49
49
  "repository": {
50
50
  "type": "git",
51
- "url": "https://github.com/csstools/postcss-plugins.git",
51
+ "url": "git+https://github.com/csstools/postcss-plugins.git",
52
52
  "directory": "plugins/postcss-ic-unit"
53
53
  },
54
54
  "bugs": "https://github.com/csstools/postcss-plugins/issues",