@d-zero/postcss-config 5.0.0-alpha.15 → 5.0.0-alpha.17

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/.postcssrc.js CHANGED
@@ -3,7 +3,7 @@ export default {
3
3
  'postcss-custom-media': true,
4
4
  'postcss-math': true,
5
5
  'postcss-calc': true,
6
- 'postcss-color-function': true,
6
+ 'postcss-color-mod-function': true,
7
7
  'postcss-clip-path-polyfill': true,
8
8
  autoprefixer: true,
9
9
  'postcss-base64': {
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.0.0-alpha.17](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.16...v5.0.0-alpha.17) (2024-10-10)
7
+
8
+ **Note:** Version bump only for package @d-zero/postcss-config
9
+
10
+ # [5.0.0-alpha.16](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.15...v5.0.0-alpha.16) (2024-10-09)
11
+
12
+ ### Features
13
+
14
+ - **postcss:** replace `postcss-color-function` with `postcss-color-mod-function` ([0dc805e](https://github.com/d-zero-dev/frontend-env/commit/0dc805e45b93c07ee2232a6898dcb30048708816))
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ - **postcss:** use `color-mod()` instead of `color()`
19
+
6
20
  # [5.0.0-alpha.15](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.14...v5.0.0-alpha.15) (2024-10-01)
7
21
 
8
22
  **Note:** Version bump only for package @d-zero/postcss-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/postcss-config",
3
- "version": "5.0.0-alpha.15",
3
+ "version": "5.0.0-alpha.17",
4
4
  "description": "Configurations of PostCSS",
5
5
  "repository": "https://github.com/d-zero-dev/frontend-env.git",
6
6
  "author": "D-ZERO Co., Ltd.",
@@ -17,10 +17,10 @@
17
17
  "postcss-base64": "0.7.1",
18
18
  "postcss-calc": "10.0.2",
19
19
  "postcss-clip-path-polyfill": "1.1.0",
20
- "postcss-color-function": "4.1.0",
21
- "postcss-custom-media": "11.0.1",
20
+ "postcss-color-mod-function": "3.0.3",
21
+ "postcss-custom-media": "11.0.2",
22
22
  "postcss-math": "0.0.10",
23
23
  "postcss-scss": "4.0.9"
24
24
  },
25
- "gitHead": "3f81a7c6975a37dfb3b0501da71a146ffff49077"
25
+ "gitHead": "8a731a43ecc817951671958444da77f97d0a0971"
26
26
  }