Skip to content

Commit

Permalink
chore: release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nei1ee committed May 29, 2023
1 parent 156c8c5 commit d1bdf64
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unocss-applet/monorepo",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "pnpm stub",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-applet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unocss-applet/preset-applet",
"type": "module",
"version": "0.5.0",
"version": "0.5.1",
"description": "The Applet preset for [UnoCSS](https://github.com/unocss/unocss).",
"author": "Neil Lee <zguolee@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-rem-rpx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unocss-applet/preset-rem-rpx",
"type": "module",
"version": "0.5.0",
"version": "0.5.1",
"description": "Coverts rem <=> rpx for utils.",
"author": "Neil Lee <zguolee@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer-applet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unocss-applet/transformer-applet",
"type": "module",
"version": "0.5.0",
"version": "0.5.1",
"description": "Convert selectors not supported by the applet.",
"author": "Neil Lee <zguolee@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer-attributify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unocss-applet/transformer-attributify",
"type": "module",
"version": "0.5.0",
"version": "0.5.1",
"description": "Attributify Mode for [UnoCSS](https://github.com/unocss/unocss).",
"author": "Neil Lee <zguolee@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/unocss-applet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unocss-applet",
"type": "module",
"version": "0.5.0",
"version": "0.5.1",
"description": "",
"author": "Neil Lee <zguolee@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unocss-applet/utils",
"type": "module",
"version": "0.5.0",
"version": "0.5.1",
"description": "unocss-applet utils.",
"author": "Neil Lee <zguolee@foxmail.com>",
"license": "MIT",
Expand Down

0 comments on commit d1bdf64

Please sign in to comment.