Skip to content

Commit

Permalink
Merge pull request #438 from Tencent/hotfix/0.11.1
Browse files Browse the repository at this point in the history
fix: resolve dependencies
  • Loading branch information
LeeJim authored May 10, 2022
2 parents 5b47bcc + b8eb013 commit 0e2ff39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ toc: false
docClass: timeline
---

## 0.11.1 `2022-5-10`

### Bug Fixes

- 依赖错误的问题 [#438](https://github.com/Tencent/tdesign-miniprogram/pull/438) [@LeeJim](https://github.com/LeeJim)

## 0.11.0 `2022-5-7`

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-miniprogram",
"purename": "tdesign",
"version": "0.11.0",
"version": "0.11.1",
"description": "tdesign-miniprogram",
"title": "tdesign-miniprogram",
"main": "miniprogram_dist/index.js",
Expand Down Expand Up @@ -84,6 +84,7 @@
"prismjs": "^1.24.1",
"standard-changelog": "^2.0.27",
"stylelint": "^13.13.1",
"tdesign-icons-view": "^0.1.0",
"tdesign-publish-cli": "^0.0.9",
"tdesign-site-components": "^0.9.13",
"typescript": "^4.5.2",
Expand All @@ -106,7 +107,6 @@
]
},
"dependencies": {
"dayjs": "^1.10.7",
"tdesign-icons-view": "^0.0.2"
"dayjs": "^1.10.7"
}
}

0 comments on commit 0e2ff39

Please sign in to comment.