Skip to content

Commit

Permalink
chore: release v0.59.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 1, 2024
1 parent 41bc87b commit 5163bef
Show file tree
Hide file tree
Showing 48 changed files with 337 additions and 337 deletions.
2 changes: 1 addition & 1 deletion bench/package.json
@@ -1,5 +1,5 @@
{
"version": "0.58.9",
"version": "0.59.0-beta.1",
"scripts": {
"bench": "node run.mjs"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"private": true,
"scripts": {
"docs:dev": "vitepress dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-cli4/package.json
@@ -1,5 +1,5 @@
{
"version": "0.58.9",
"version": "0.59.0-beta.1",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-cli5/package.json
@@ -1,5 +1,5 @@
{
"version": "0.58.9",
"version": "0.59.0-beta.1",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion interactive/package.json
@@ -1,7 +1,7 @@
{
"name": "interactive",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"private": true,
"scripts": {
"build": "nuxi prepare && esno scripts/prepare.ts && nuxi generate",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/monorepo",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"private": true,
"packageManager": "pnpm@8.15.5",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/astro",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "UnoCSS integration for Astro",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/autocomplete",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "Autocomplete utils for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/cli",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "CLI for UnoCSS",
"author": {
"name": "Johann Schopplich",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/config",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "Config loader for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/core",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "The instant on-demand Atomic CSS engine.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
94 changes: 47 additions & 47 deletions packages/eslint-config/package.json
@@ -1,48 +1,48 @@
{
"name": "@unocss/eslint-config",
"version": "0.58.9",
"description": "ESLint config for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/eslint-config#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/eslint-config"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"eslint-config",
"eslint"
],
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./flat": {
"import": "./dist/flat.mjs",
"require": "./dist/flat.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
},
"dependencies": {
"@unocss/eslint-plugin": "workspace:*"
}
{
"name": "@unocss/eslint-config",
"version": "0.59.0-beta.1",
"description": "ESLint config for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/eslint-config#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/eslint-config"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"eslint-config",
"eslint"
],
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./flat": {
"import": "./dist/flat.mjs",
"require": "./dist/flat.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
},
"dependencies": {
"@unocss/eslint-plugin": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/eslint-plugin",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "ESLint plugin for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/extractor-arbitrary-variants/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/extractor-arbitrary-variants",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "Extractor arbitrary variants for utilities",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/extractor-mdc/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/extractor-mdc",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "UnoCSS extractor for MDC",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/extractor-pug/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/extractor-pug",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "UnoCSS extractor for Pug",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/extractor-svelte/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/extractor-svelte",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "UnoCSS extractor for Svelte",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/inspector",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "The inspector UI for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/nuxt",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "Nuxt module for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
98 changes: 49 additions & 49 deletions packages/postcss/package.json
@@ -1,50 +1,50 @@
{
"name": "@unocss/postcss",
"version": "0.58.9",
"description": "PostCSS plugin for UnoCSS",
"author": "sibbng <sibbngheid@gmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/postcss#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/postcss"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
},
"peerDependencies": {
"postcss": "^8.4.21"
},
"dependencies": {
"@unocss/config": "workspace:*",
"@unocss/core": "workspace:*",
"@unocss/rule-utils": "workspace:*",
"css-tree": "^2.3.1",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.8",
"postcss": "^8.4.38"
}
{
"name": "@unocss/postcss",
"version": "0.59.0-beta.1",
"description": "PostCSS plugin for UnoCSS",
"author": "sibbng <sibbngheid@gmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/postcss#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/postcss"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
},
"peerDependencies": {
"postcss": "^8.4.21"
},
"dependencies": {
"@unocss/config": "workspace:*",
"@unocss/core": "workspace:*",
"@unocss/rule-utils": "workspace:*",
"css-tree": "^2.3.1",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.8",
"postcss": "^8.4.38"
}
}
2 changes: 1 addition & 1 deletion packages/preset-attributify/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-attributify",
"type": "module",
"version": "0.58.9",
"version": "0.59.0-beta.1",
"description": "Attributify preset for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 5163bef

Please sign in to comment.