unocss 0.22.0 → 0.22.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -147,6 +147,7 @@ Presets are the heart of UnoCSS that lets you make your own custom framework in
147
147
 
148
148
  - [unocss-preset-typography](https://github.com/ydcjeff/unocss-preset-typography) - Typography Preset by [@ydcjeff](https://github.com/ydcjeff)
149
149
  - [unocss-preset-scalpel](https://github.com/macheteHot/unocss-preset-scalpel) - Scalpel Preset by [@macheteHot](https://github.com/macheteHot/)
150
+ - [unocss-preset-chroma](https://github.com/chu121su12/unocss-preset-chroma) - Gradient Preset by [@chu121su12](https://github.com/chu121su12)
150
151
 
151
152
  ### Use Presets
152
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unocss",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "keywords": [
6
6
  "unocss",
@@ -42,14 +42,14 @@
42
42
  "*.d.ts"
43
43
  ],
44
44
  "dependencies": {
45
- "@unocss/core": "0.22.0",
46
- "@unocss/cli": "0.22.0",
47
- "@unocss/reset": "0.22.0",
48
- "@unocss/preset-icons": "0.22.0",
49
- "@unocss/preset-attributify": "0.22.0",
50
- "@unocss/preset-uno": "0.22.0",
51
- "@unocss/preset-web-fonts": "0.22.0",
52
- "@unocss/vite": "0.22.0"
45
+ "@unocss/core": "0.22.1",
46
+ "@unocss/cli": "0.22.1",
47
+ "@unocss/reset": "0.22.1",
48
+ "@unocss/preset-icons": "0.22.1",
49
+ "@unocss/preset-attributify": "0.22.1",
50
+ "@unocss/preset-uno": "0.22.1",
51
+ "@unocss/preset-web-fonts": "0.22.1",
52
+ "@unocss/vite": "0.22.1"
53
53
  },
54
54
  "engines": {
55
55
  "node": ">=14"