8000 chore: release v0.65.2 · unocss/unocss@15657b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15657b5

Browse files
committed
chore: release v0.65.2
1 parent dd8500d commit 15657b5

File tree

48 files changed

+48
-48
lines changed

Some content is hidden

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

48 files changed

+48
-48
lines changed

bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.65.1",
2+
"version": "0.65.2",
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": "0.65.1",
4+
"version": "0.65.2",
55
"private": true,
66
"scripts": {
77
"docs:dev": "vitepress dev",

examples/vue-cli4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.65.1",
2+
"version": "0.65.2",
33
"private": true,
44
"scripts": {
55
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",

examples/vue-cli5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.65.1",
2+
"version": "0.65.2",
33
"private": true,
44
"scripts": {
55
"dev": "vue-cli-service serve",

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": "0.65.1",
4+
"version": "0.65.2",
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": "0.65.1",
4+
"version": "0.65.2",
55
"private": true,
66
"packageManager": "pnpm@9.15.0",
77
"scripts": {

packages/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": "0.65.1",
4+
"version": "0.65.2",
55
"description": "UnoCSS integration for Astro",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/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": "0.65.1",
4+
"version": "0.65.2",
55
"description": "Autocomplete utils for UnoCSS",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/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": "0.65.1",
4+
"version": "0.65.2",
55
"description": "CLI for UnoCSS",
66
"author": {
77
"name": "Johann Schopplich",

packages/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": "0.65.1",
4+
"version": "0.65.2",
55
"description": "Config loader for UnoCSS",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)
0