Skip to content

Commit

Permalink
feat: ✨ v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jan 9, 2024
1 parent 088d92e commit 5471faf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## <small>1.0.5 (2024-01-09)</small>

* fix: 🐛 docs ([5afcf2f](https://github.com/jsxiaosi/xs-components-lib/commit/5afcf2f))
* fix: 🐛 stylelint ([088d92e](https://github.com/jsxiaosi/xs-components-lib/commit/088d92e))
* fix: 🐛 类型文件 ([fdd9a21](https://github.com/jsxiaosi/xs-components-lib/commit/fdd9a21))
* feat: ✨ package ([fbf6550](https://github.com/jsxiaosi/xs-components-lib/commit/fbf6550))



## <small>1.0.4 (2023-08-19)</small>

* feat: ✨ v1.0.4 ([c978d90](https://github.com/jsxiaosi/xs-components-lib/commit/c978d90))
* build: 📦️ build ([a6cf3a3](https://github.com/jsxiaosi/xs-components-lib/commit/a6cf3a3))
* build: 📦️ docs ([96a806d](https://github.com/jsxiaosi/xs-components-lib/commit/96a806d))

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xs-components-docs",
"type": "module",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "vitepress dev .",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xs-components",
"version": "1.0.4",
"version": "1.0.5",
"workspaces": [
"packages",
"docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xs-components",
"version": "1.0.4",
"version": "1.0.5",
"description": "Vue3 Component Library",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 5471faf

Please sign in to comment.