Skip to content

Commit

Permalink
chore: release v0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 5, 2024
1 parent db51707 commit ea4fc4e
Show file tree
Hide file tree
Showing 48 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion bench/package.json
@@ -1,5 +1,5 @@
{
"version": "0.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"private": true,
"packageManager": "pnpm@8.15.6",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/astro",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"description": "The instant on-demand Atomic CSS engine.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/eslint-config",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "ESLint config for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/eslint-plugin",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"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.59.0-beta.1",
"version": "0.59.0",
"description": "Nuxt module for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/postcss",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "PostCSS plugin for UnoCSS",
"author": "sibbng <sibbngheid@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-attributify/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-attributify",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Attributify preset for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-icons/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-icons",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Pure CSS Icons for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-legacy-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@unocss/preset-legacy-compat",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Collections of legacy compatibility utilities.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-mini/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-mini",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "The minimal preset for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-rem-to-px/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-rem-to-px",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Convert all rem to px in utils",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-tagify/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-tagify",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Tagify preset for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-typography/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-typography",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Typography preset for UnoCSS",
"author": "Jeff Yang",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-uno/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-uno",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "The default preset for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-web-fonts/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-web-fonts",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Web Fonts support for Uno CSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-wind/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/preset-wind",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Tailwind / Windi CSS compact preset for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/reset/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/reset",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Collection of CSS resetting",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/rule-utils",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Utilities for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/runtime",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "CSS-in-JS Runtime for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
54 changes: 27 additions & 27 deletions packages/scope/package.json
@@ -1,28 +1,28 @@
{
"name": "@unocss/scope",
"type": "module",
"version": "0.59.0-beta.1",
"description": "Placeholder for UnoCSS scope import",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/scope"
},
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.cts",
"default": "./index.cjs"
}
}
},
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts"
{
"name": "@unocss/scope",
"type": "module",
"version": "0.59.0",
"description": "Placeholder for UnoCSS scope import",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/scope"
},
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.cts",
"default": "./index.cjs"
}
}
},
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/shared-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/shared-common",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"private": true,
"dependencies": {
"@unocss/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/shared-docs",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"private": true,
"dependencies": {
"@unocss/autocomplete": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-integration/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/shared-integration",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"private": true,
"dependencies": {
"@unocss/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-scoped/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/svelte-scoped",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Use UnoCSS in a modular fashion with styles being stored only in the Svelte component they are used in: Vite plugin for apps, Svelte preprocessor for component libraries",
"author": "Jacob Bowdoin",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer-attributify-jsx-babel/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/transformer-attributify-jsx-babel",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Support valueless attributify in JSX/TSX.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer-attributify-jsx/package.json
@@ -1,7 +1,7 @@
{
"name": "@unocss/transformer-attributify-jsx",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Support valueless attributify in JSX/TSX.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit ea4fc4e

Please sign in to comment.