Skip to content

Commit

Permalink
feat: release @mango-kit/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertLin0923 committed Nov 18, 2023
1 parent ffe35aa commit ff3c35f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.3](https://github.com/AlbertLin0923/mango-kit/compare/@mango-kit/[email protected]...@mango-kit/[email protected]) (2023-11-18)


### Features

* 完善文档 ([864519d](https://github.com/AlbertLin0923/mango-kit/commit/864519dcf04513f8056ceda68981ab3c2a9ea605))
* 依赖包优化 ([b4cbb73](https://github.com/AlbertLin0923/mango-kit/commit/b4cbb73dc7a8de3f2abad1de58f8fd813889312e))
* 增加mango-kit组件&&增加文档 ([eb0d6c5](https://github.com/AlbertLin0923/mango-kit/commit/eb0d6c53f25174779cb930fe06a0202d2e9e56eb))

## [0.0.2](https://github.com/AlbertLin0923/mango-kit/compare/@mango-kit/[email protected]...@mango-kit/[email protected]) (2023-10-22)


Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mango-kit/components",
"version": "0.0.2",
"version": "0.0.3",
"description": "一些前端组件",
"keywords": [
"mango-kit",
Expand Down Expand Up @@ -39,11 +39,11 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"dayjs": "^1.11.10",
"classnames": "^2.3.2",
"lodash-es": "^4.17.21",
"@ant-design/icons": "^5.2.6",
"@mango-kit/utils": "^0.0.1"
"@mango-kit/utils": "^0.0.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"lodash-es": "^4.17.21"
},
"devDependencies": {},
"peerDependencies": {
Expand Down

0 comments on commit ff3c35f

Please sign in to comment.