Skip to content

Commit

Permalink
Merge pull request #891 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 16, 2024
2 parents 3c9ac28 + 8d603c6 commit d3d2789
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 22 deletions.
9 changes: 0 additions & 9 deletions .changeset/silver-queens-deny.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react-native-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @td-design/react-native-calendar

## 2.5.2

### Patch Changes

- [#890](https://github.com/thundersdata-frontend/td-design/pull/890) [`fe9a1ab9d`](https://github.com/thundersdata-frontend/td-design/commit/fe9a1ab9d4cb8133257138c2f6430194faf59af3) Thanks [@chj-damon](https://github.com/chj-damon)! - 删除 `react-native-redash`依赖优化`react-native-picker``onChange`事件的参数类型问题

## 2.5.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@td-design/react-native-calendar",
"version": "2.5.1",
"version": "2.5.2",
"description": "基于 @td-design/react-native 的日历组件",
"main": "lib/module/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/react-native": "workspace:^5.8.11",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@td-design/react-native-picker": "workspace:^3.0.0",
"@td-design/react-native-picker": "workspace:^3.0.1",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"react-native-builder-bob": "^0.21.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-image-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/react-native": "workspace:^5.8.11",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@types/react": "^18.2.15",
"@types/react-native": "0.72.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-password/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.11",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @td-design/react-native-picker

## 3.0.1

### Patch Changes

- [#890](https://github.com/thundersdata-frontend/td-design/pull/890) [`fe9a1ab9d`](https://github.com/thundersdata-frontend/td-design/commit/fe9a1ab9d4cb8133257138c2f6430194faf59af3) Thanks [@chj-damon](https://github.com/chj-damon)! - 删除 `react-native-redash`依赖优化`react-native-picker``onChange`事件的参数类型问题

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "3.0.1",
"description": "基于 @td-design/react-native 的 picker 组件",
"main": "lib/module/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@shopify/restyle": "2.4.2",
"@td-design/react-native": "workspace:^5.8.11",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@types/lodash-es": "^4.17.8",
"@types/react": "^18.2.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-rating/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @td-design/react-native-rating

## 2.7.1

### Patch Changes

- [#890](https://github.com/thundersdata-frontend/td-design/pull/890) [`fe9a1ab9d`](https://github.com/thundersdata-frontend/td-design/commit/fe9a1ab9d4cb8133257138c2f6430194faf59af3) Thanks [@chj-damon](https://github.com/chj-damon)! - 删除 `react-native-redash`依赖优化`react-native-picker``onChange`事件的参数类型问题

## 2.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "2.7.1",
"description": "基于 @td-design/react-native 的 rating 组件",
"main": "lib/module/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@shopify/restyle": "2.4.2",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"@td-design/react-native": "workspace:^5.8.11",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"react-native-builder-bob": "^0.21.3",
"react-native-gesture-handler": "^2.12.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.11",
"@td-design/react-native": "workspace:^5.8.12",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"react-native-builder-bob": "^0.21.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-skeleton/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.11",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"color": "^4.2.3"
},
"devDependencies": {
"@td-design/react-native": "workspace:^5.8.11",
"@td-design/react-native": "workspace:^5.8.12",
"@td-design/rn-hooks": "workspace:^2.8.0",
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @td-design/react-native

## 5.8.12

### Patch Changes

- [#890](https://github.com/thundersdata-frontend/td-design/pull/890) [`fe9a1ab9d`](https://github.com/thundersdata-frontend/td-design/commit/fe9a1ab9d4cb8133257138c2f6430194faf59af3) Thanks [@chj-damon](https://github.com/chj-damon)! - 删除 `react-native-redash`依赖优化`react-native-picker``onChange`事件的参数类型问题

## 5.8.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "5.8.12",
"description": "react-native UI组件库",
"keywords": [
"restyle",
Expand Down

0 comments on commit d3d2789

Please sign in to comment.