@pplancq/postcss-config 2.0.0 → 2.1.1
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/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @pplancq/postcss-config [2.1.1](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.0...@pplancq/postcss-config@2.1.1) (2024-10-15)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update dependency postcss-normalize to ^13.0.1 ([ceb2150](https://github.com/pplancq/dev-tools/commit/ceb21504f004bda4746b8b2697671a00f44484b6))
|
|
6
|
+
* **deps:** update dependency postcss-preset-env to ^10.0.6 ([f17002d](https://github.com/pplancq/dev-tools/commit/f17002d421167db8ea4d26208efad643dcc4ecf6))
|
|
7
|
+
* **deps:** update dependency postcss-preset-env to ^10.0.7 ([e285605](https://github.com/pplancq/dev-tools/commit/e2856056611145f0f292a6e9e64f98d381fed52f))
|
|
8
|
+
|
|
9
|
+
## @pplancq/postcss-config [2.1.0](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.0.0...@pplancq/postcss-config@2.1.0) (2024-09-16)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **postcss-config:** bump postcss-normalize from 10.0.1 to 13.0.0 ([1b9a020](https://github.com/pplancq/dev-tools/commit/1b9a0204f741fc4b1f13377558785c2cfdc1a937))
|
|
14
|
+
|
|
1
15
|
## @pplancq/postcss-config [2.0.0](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@1.1.0...@pplancq/postcss-config@2.0.0) (2024-08-16)
|
|
2
16
|
|
|
3
17
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/postcss-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "pplancq postcss config",
|
|
6
6
|
"author": "pplancq <paul.plancq@outlook.fr>",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
25
|
-
"postcss-normalize": "^
|
|
26
|
-
"postcss-preset-env": "^10.0.
|
|
25
|
+
"postcss-normalize": "^13.0.1",
|
|
26
|
+
"postcss-preset-env": "^10.0.7"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
29
|
"node": ">=18"
|