unocss 0.11.2 → 0.11.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/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -112,7 +112,7 @@ Presets are the heart of UnoCSS that lets you make your own custom framework in
112
112
  ###### Official Presets
113
113
 
114
114
  - [@unocss/preset-uno](https://github.com/antfu/unocss/tree/main/packages/preset-uno) - The default preset.
115
- - [@unocss/preset-attributify](https://github.com/antfu/unocss/tree/main/packages/preset-attributify) - Provides [Attributify Mode](#attributify-mode) to other presets and rules.
115
+ - [@unocss/preset-attributify](https://github.com/antfu/unocss/tree/main/packages/preset-attributify) - Provides [Attributify Mode](https://github.com/antfu/unocss/tree/main/packages/preset-attributify#attributify-mode) to other presets and rules.
116
116
  - [@unocss/preset-icons](https://github.com/antfu/unocss/tree/main/packages/preset-icons) - Use any icon as a class utility.
117
117
 
118
118
  ###### Community Presets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unocss",
3
- "version": "0.11.2",
3
+ "version": "0.11.6",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "keywords": [
6
6
  "unocss",
@@ -40,13 +40,13 @@
40
40
  "*.d.ts"
41
41
  ],
42
42
  "dependencies": {
43
- "@unocss/core": "0.11.2",
44
- "@unocss/cli": "0.11.2",
45
- "@unocss/reset": "0.11.2",
46
- "@unocss/preset-icons": "0.11.2",
47
- "@unocss/preset-attributify": "0.11.2",
48
- "@unocss/preset-uno": "0.11.2",
49
- "@unocss/vite": "0.11.2"
43
+ "@unocss/core": "0.11.6",
44
+ "@unocss/cli": "0.11.6",
45
+ "@unocss/reset": "0.11.6",
46
+ "@unocss/preset-icons": "0.11.6",
47
+ "@unocss/preset-attributify": "0.11.6",
48
+ "@unocss/preset-uno": "0.11.6",
49
+ "@unocss/vite": "0.11.6"
50
50
  },
51
51
  "engines": {
52
52
  "node": ">=14"