Skip to content

Commit

Permalink
🌟 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang-Wei-666 committed Oct 24, 2023
1 parent 243bbc6 commit 4e8d46d
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 426 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2

- name: Install pnpm
run: npm install pnpm@7 -g

- name: Set node version to 16
uses: actions/setup-node@v2
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## [Unreleased]

## [v0.5.3]
- 📅 2023-10-24
- 💄 升级依赖类库, 更新 extra-group 系列样式规则
- 💄 优化海拔样式的 autocomplete

Expand Down Expand Up @@ -88,7 +91,8 @@ CHANGELOG 图标规范
<hr>
<br>

[Unreleased]: https://github.com/MoomFE/unocss-preset-extra/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/MoomFE/unocss-preset-extra/compare/v0.5.3...HEAD
[v0.5.3]: https://github.com/MoomFE/unocss-preset-extra/releases/tag/v0.5.3
[v0.5.2]: https://github.com/MoomFE/unocss-preset-extra/releases/tag/v0.5.2
[v0.5.1]: https://github.com/MoomFE/unocss-preset-extra/releases/tag/v0.5.1
[v0.5.0]: https://github.com/MoomFE/unocss-preset-extra/releases/tag/v0.5.0
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "unocss-preset-extra",
"version": "0.5.2",
"version": "0.5.3",
"packageManager": "pnpm@8.9.2",
"description": "",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"license": "MIT",
Expand All @@ -22,8 +23,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -61,6 +62,7 @@
"local-pkg": "^0.5.0",
"lodash-es": "^4.17.21",
"mixte": "^1.6.0",
"pnpm": "^8.9.2",
"postcss": "^8.4.31",
"postcss-js": "^4.0.1",
"rollup": "^4.1.4",
Expand Down
Loading

1 comment on commit 4e8d46d

@vercel
Copy link

@vercel vercel bot commented on 4e8d46d Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.