Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 28, 2021
1 parent e781937 commit 35fe0e8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@unocss/monorepo",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"bench": "npm -C bench run bench",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@unocss/config",
"version": "0.2.0",
"version": "0.2.1",
"description": "Config loader for UnoCSS",
"keywords": [],
"homepage": "https://github.com/antfu/unocss#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@unocss/core",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"keywords": [],
"homepage": "https://github.com/antfu/unocss#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-attributify/package.json
@@ -1,6 +1,6 @@
{
"name": "@unocss/preset-attributify",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"keywords": [],
"homepage": "https://github.com/antfu/unocss#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@unocss/preset-icons",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"keywords": [],
"homepage": "https://github.com/antfu/unocss#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-uno/package.json
@@ -1,6 +1,6 @@
{
"name": "@unocss/preset-uno",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"keywords": [],
"homepage": "https://github.com/antfu/unocss#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/reset/package.json
@@ -1,6 +1,6 @@
{
"name": "@unocss/reset",
"version": "0.2.0",
"version": "0.2.1",
"description": "Collection of CSS reseting",
"keywords": [],
"homepage": "https://github.com/antfu/unocss#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/scope/package.json
Expand Up @@ -9,5 +9,5 @@
"require": "./index.cjs"
}
},
"version": "0.2.0"
"version": "0.2.1"
}
2 changes: 1 addition & 1 deletion packages/unocss/package.json
@@ -1,6 +1,6 @@
{
"name": "unocss",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"keywords": [],
"homepage": "https://github.com/antfu/unocss#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "@unocss/vite",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"keywords": [],
"homepage": "https://github.com/antfu/unocss#readme",
Expand Down

0 comments on commit 35fe0e8

Please sign in to comment.