Skip to content

Commit 5e85118

Browse files
committed
chore: release v65.5.0
1 parent 9528de0 commit 5e85118

45 files changed

Lines changed: 45 additions & 45 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": "65.4.3",
2+
"version": "65.5.0",
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": "65.4.3",
4+
"version": "65.5.0",
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": "65.4.3",
4+
"version": "65.5.0",
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": "65.4.3",
4+
"version": "65.5.0",
55
"private": true,
66
"packageManager": "pnpm@10.4.0",
77
"scripts": {

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": "65.4.3",
4+
"version": "65.5.0",
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": "65.4.3",
4+
"version": "65.5.0",
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": "65.4.3",
4+
"version": "65.5.0",
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": "65.4.3",
4+
"version": "65.5.0",
55
"description": "The instant on-demand Atomic CSS engine.",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages-integrations/astro/package.json

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

packages-integrations/eslint-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/eslint-config",
33
"type": "module",
4-
"version": "65.4.3",
4+
"version": "65.5.0",
55
"description": "ESLint config for UnoCSS",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)