Skip to content

Commit acd98b6

Browse files
committed
chore: release v66.1.0-beta.11
1 parent 064ad60 commit acd98b6

47 files changed

Lines changed: 47 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "66.1.0-beta.10",
2+
"version": "66.1.0-beta.11",
33
"scripts": {
44
"bench": "node run.mjs"
55
},

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "66.1.0-beta.10",
4+
"version": "66.1.0-beta.11",
55
"private": true,
66
"scripts": {
77
"docs:dev": "vitepress dev",

interactive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "interactive",
33
"type": "module",
4-
"version": "66.1.0-beta.10",
4+
"version": "66.1.0-beta.11",
55
"private": true,
66
"scripts": {
77
"build": "nuxi prepare && esno scripts/prepare.ts && nuxi generate",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unocss/monorepo",
33
"type": "module",
4-
"version": "66.1.0-beta.10",
4+
"version": "66.1.0-beta.11",
55
"private": true,
66
"packageManager": "pnpm@10.8.0",
77
"scripts": {

packages-deprecated/preset-uno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unocss/preset-uno",
33
"type": "module",
4-
"version": "66.1.0-beta.10",
4+
"version": "66.1.0-beta.11",
55
"description": "Deprecated, renamed to `@unocss/preset-wind3`",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages-deprecated/preset-wind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unocss/preset-wind",
33
"type": "module",
4-
"version": "66.1.0-beta.10",
4+
"version": "66.1.0-beta.11",
55
"description": "Deprecated, renamed to `@unocss/preset-wind3`",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages-engine/autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unocss/autocomplete",
33
"type": "module",
4-
"version": "66.1.0-beta.10",
4+
"version": "66.1.0-beta.11",
55
"description": "Autocomplete utils for UnoCSS",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages-engine/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unocss/cli",
33
"type": "module",
4-
"version": "66.1.0-beta.10",
4+
"version": "66.1.0-beta.11",
55
"description": "CLI for UnoCSS",
66
"author": {
77
"name": "Johann Schopplich",

packages-engine/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unocss/config",
33
"type": "module",
4-
"version": "66.1.0-beta.10",
4+
"version": "66.1.0-beta.11",
55
"description": "Config loader for UnoCSS",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages-engine/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unocss/core",
33
"type": "module",
4-
"version": "66.1.0-beta.10",
4+
"version": "66.1.0-beta.11",
55
"description": "The instant on-demand Atomic CSS engine.",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)