Skip to content

Commit

Permalink
Merge pull request #893 from thundersdata-frontend/changeset-release/…
Browse files Browse the repository at this point in the history
…master

Version Packages
  • Loading branch information
chj-damon authored Aug 29, 2024
2 parents e152119 + 76d39b1 commit 2c649b5
Show file tree
Hide file tree
Showing 20 changed files with 60 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-grapes-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-yaks-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-spoons-trade.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hungry-tools-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-ads-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-eggs-press.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @td-design/rn-hooks

## 2.8.1

### Patch Changes

- [#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: 优化代码性能

- [#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

## 2.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@td-design/rn-hooks",
"version": "2.8.0",
"version": "2.8.1",
"description": "从ahooks里面抽取的一些在rn项目里可以使用的hooks。提高开发效率",
"keywords": [
"hooks",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@td-design/react-native-picker": "workspace:^3.0.1",
"@td-design/react-native": "workspace:^5.9.0",
"@td-design/rn-hooks": "workspace:^2.8.1",
"@td-design/react-native-picker": "workspace:^3.1.0",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"react-native-builder-bob": "^0.21.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-image-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@td-design/react-native": "workspace:^5.9.0",
"@td-design/rn-hooks": "workspace:^2.8.1",
"@types/react": "^18.2.15",
"@types/react-native": "0.72.2",
"react-native-builder-bob": "^0.21.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@td-design/react-native": "workspace:^5.9.0",
"@td-design/rn-hooks": "workspace:^2.8.1",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"react-native-builder-bob": "^0.21.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-native-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @td-design/react-native-picker

## 3.1.0

### Minor Changes

- [#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: 优化代码

### Patch Changes

- [#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: 优化代码性能

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@td-design/react-native-picker",
"version": "3.0.1",
"version": "3.1.0",
"description": "基于 @td-design/react-native 的 picker 组件",
"main": "lib/module/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@td-design/react-native": "workspace:^5.9.0",
"@td-design/rn-hooks": "workspace:^2.8.1",
"@types/lodash-es": "^4.17.8",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native-rating/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @td-design/react-native-rating

## 2.7.2

### Patch Changes

- [#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: 优化useEffect的依赖项

- [#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: 优化代码性能

## 2.7.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@td-design/react-native-rating",
"version": "2.7.1",
"version": "2.7.2",
"description": "基于 @td-design/react-native 的 rating 组件",
"main": "lib/module/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@shopify/restyle": "2.4.2",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@td-design/react-native": "workspace:^5.9.0",
"@td-design/rn-hooks": "workspace:^2.8.1",
"react-native-builder-bob": "^0.21.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-reanimated": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/react-native": "workspace:^5.9.0",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"react-native-builder-bob": "^0.21.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@td-design/react-native": "workspace:^5.9.0",
"@td-design/rn-hooks": "workspace:^2.8.1",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"react-native-builder-bob": "^0.21.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"color": "^4.2.3"
},
"devDependencies": {
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@td-design/react-native": "workspace:^5.9.0",
"@td-design/rn-hooks": "workspace:^2.8.1",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"react-native-builder-bob": "^0.21.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @td-design/react-native

## 5.9.0

### Minor Changes

- [#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: 优化多个组件

- [#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: 优化代码性能

### Patch Changes

- Updated dependencies [[`0648f3c23`](https://github.com/thundersdata-frontend/td-design/commit/0648f3c23a361f5aa2a01c436554d4c10933256f), [`0648f3c23`](https://github.com/thundersdata-frontend/td-design/commit/0648f3c23a361f5aa2a01c436554d4c10933256f)]:
- @td-design/rn-hooks@2.8.1

## 5.8.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@td-design/react-native",
"version": "5.8.12",
"version": "5.9.0",
"description": "react-native UI组件库",
"keywords": [
"restyle",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/rn-hooks": "^2.8.0",
"@td-design/rn-hooks": "^2.8.1",
"rc-field-form": "^1.34.2",
"react-native-shadow-2": "^7.0.8"
},
Expand Down

0 comments on commit 2c649b5

Please sign in to comment.