Skip to content

Commit 2c649b5

Browse files
authored
Merge pull request #893 from thundersdata-frontend/changeset-release/master
Version Packages
2 parents e152119 + 76d39b1 commit 2c649b5

File tree

20 files changed

+60
-53
lines changed

20 files changed

+60
-53
lines changed

.changeset/eleven-grapes-do.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/famous-yaks-wash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/healthy-spoons-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-tools-shop.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/proud-ads-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-eggs-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @td-design/rn-hooks
22

3+
## 2.8.1
4+
5+
### Patch Changes
6+
7+
- [#892](https://github.com/thundersdata-frontend/td-design/pull/892) [`0648f3c23`](https://github.com/thundersdata-frontend/td-design/commit/0648f3c23a361f5aa2a01c436554d4c10933256f) Thanks [@chj-damon](https://github.com/chj-damon)! - refactor: 优化代码性能
8+
9+
- [#892](https://github.com/thundersdata-frontend/td-design/pull/892) [`0648f3c23`](https://github.com/thundersdata-frontend/td-design/commit/0648f3c23a361f5aa2a01c436554d4c10933256f) Thanks [@chj-damon](https://github.com/chj-damon)! - fix: 修复useCounter的bug
10+
311
## 2.8.0
412

513
### Minor Changes

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@td-design/rn-hooks",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "从ahooks里面抽取的一些在rn项目里可以使用的hooks。提高开发效率",
55
"keywords": [
66
"hooks",

packages/react-native-calendar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
},
3030
"devDependencies": {
3131
"@shopify/restyle": "2.4.2",
32-
"@td-design/react-native": "workspace:^5.8.12",
33-
"@td-design/rn-hooks": "workspace:^2.8.0",
34-
"@td-design/react-native-picker": "workspace:^3.0.1",
32+
"@td-design/react-native": "workspace:^5.9.0",
33+
"@td-design/rn-hooks": "workspace:^2.8.1",
34+
"@td-design/react-native-picker": "workspace:^3.1.0",
3535
"@types/react": "^18.2.15",
3636
"@types/react-native": "^0.72.2",
3737
"react-native-builder-bob": "^0.21.3",

packages/react-native-image-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@shopify/restyle": "2.4.2",
25-
"@td-design/react-native": "workspace:^5.8.12",
26-
"@td-design/rn-hooks": "workspace:^2.8.0",
25+
"@td-design/react-native": "workspace:^5.9.0",
26+
"@td-design/rn-hooks": "workspace:^2.8.1",
2727
"@types/react": "^18.2.15",
2828
"@types/react-native": "0.72.2",
2929
"react-native-builder-bob": "^0.21.3",

0 commit comments

Comments
 (0)