putout 35.0.2 → 35.0.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 +7 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2024.02.01, v35.0.3
2
+
3
+ feature:
4
+ - 2dce8613e putout: @putout/processor-css v9.0.0
5
+ - 073af93ba @putout/processor-css: drop support of 🐊 < 35
6
+ - 0da8506b9 @putout/processor-css: do not emit align warnings
7
+
1
8
  2024.02.01, v35.0.2
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.0.2",
3
+ "version": "35.0.3",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -173,7 +173,7 @@
173
173
  "@putout/plugin-types": "^3.0.0",
174
174
  "@putout/plugin-typescript": "^6.0.0",
175
175
  "@putout/plugin-webpack": "^3.0.0",
176
- "@putout/processor-css": "^8.0.0",
176
+ "@putout/processor-css": "^9.0.0",
177
177
  "@putout/processor-filesystem": "^3.0.0",
178
178
  "@putout/processor-ignore": "^6.0.0",
179
179
  "@putout/processor-javascript": "^5.0.0",