diff --git a/lerna.json b/lerna.json index 8478a04d..b8a4184f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.9.1", + "version": "0.9.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/package.json b/package.json index a11a6c86..f7ef428a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taroify", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "private": true, "repository": { @@ -38,7 +38,7 @@ "browserslist": ["last 3 versions"], "devDependencies": { "@biomejs/biome": "^1.9.4", - "@taroify/cli": "^0.9.1", + "@taroify/cli": "^0.9.2", "@types/jest": "^26.0.24", "@types/node": "^14.18.63", "cross-env": "^7.0.3", diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index e1f93e05..80b6d021 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/babel-preset", - "version": "0.9.1", + "version": "0.9.2", "private": true, "dependencies": { "@babel/cli": "^7.15.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index e569a17a..31e3d61f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,12 +1,12 @@ { "name": "@taroify/cli", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "private": "true", "dependencies": { - "@taroify/babel-preset": "^0.9.1", - "@taroify/gulp": "^0.9.1", - "@taroify/stylelint-config": "^0.9.1", + "@taroify/babel-preset": "^0.9.2", + "@taroify/gulp": "^0.9.2", + "@taroify/stylelint-config": "^0.9.2", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^13.1.2", diff --git a/packages/commerce/package.json b/packages/commerce/package.json index 1b7123df..3cda19cd 100644 --- a/packages/commerce/package.json +++ b/packages/commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~commerce", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "private": "true", "keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"], diff --git a/packages/core/package.json b/packages/core/package.json index d6257c9b..7f3b4526 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~core", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "private": "true", "keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"], diff --git a/packages/demo/package.json b/packages/demo/package.json index fbf2a953..e4f4b7f2 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/demo", - "version": "0.9.1", + "version": "0.9.2", "description": "", "author": "Taroify", "private": "true", diff --git a/packages/gulp/package.json b/packages/gulp/package.json index aa953a47..c205a4ab 100644 --- a/packages/gulp/package.json +++ b/packages/gulp/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/gulp", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "private": "true", "peerDependencies": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index f16cc66d..f06830de 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,7 +1,7 @@ { "name": "@taroify/~hooks", "description": "Taroify hooks", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "private": "true", "keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"], diff --git a/packages/icons/package.json b/packages/icons/package.json index 9ba8c749..719ec3e8 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@taroify/~icons", "description": "Taroify icon components built on Taro", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "private": "true", "keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"], diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 9eea228c..d1f5b77c 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/stylelint-config", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "private": "true", "main": "index.js", diff --git a/problems/unconfirmed/package.json b/problems/unconfirmed/package.json index f4b9a0cf..c3ddc2b2 100644 --- a/problems/unconfirmed/package.json +++ b/problems/unconfirmed/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/unconfirmed", - "version": "0.9.1", + "version": "0.9.2", "description": "", "author": "Taroify", "private": "true", diff --git a/site/content/changelog/index.md b/site/content/changelog/index.md index d03e65d8..2ab1ba13 100644 --- a/site/content/changelog/index.md +++ b/site/content/changelog/index.md @@ -12,6 +12,20 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### v0.9.2 + +`2026-03-10` + +**Bug Fixes** + +- Cell + + - 修复 `value` 空占位问题 [1006](https://github.com/mallfoundry/taroify/pull/1006) [@Duo-Huang](https://github.com/Duo-Huang) + +- Collapse + + - 修复在小程序上表现卡顿问题 [1002](https://github.com/mallfoundry/taroify/pull/1002) [@Pilotager](https://github.com/Pilotager) + ### v0.9.1 `2026-03-08` @@ -47,33 +61,33 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 - Cell - - 修复 taroify-cell__value 为空的时候依然占位 [968](https://github.com/mallfoundry/taroify/pull/968) [felix9ia](https://github.com/felix9ia) + - 修复 taroify-cell__value 为空的时候依然占位 [968](https://github.com/mallfoundry/taroify/pull/968) [@felix9ia](https://github.com/felix9ia) - FixedView - - 修复切换页面高度问题 [996](https://github.com/mallfoundry/taroify/pull/996) [Pilotager](https://github.com/Pilotager) + - 修复切换页面高度问题 [996](https://github.com/mallfoundry/taroify/pull/996) [@Pilotager](https://github.com/Pilotager) - Toast - - 修复多个 `Toast` 叠加问题 [998](https://github.com/mallfoundry/taroify/pull/998) [Duo-Huang](https://github.com/Duo-Huang) + - 修复多个 `Toast` 叠加问题 [998](https://github.com/mallfoundry/taroify/pull/998) [@Duo-Huang](https://github.com/Duo-Huang) - Icon - - 修复 `color` 属性不生效问题 [999](https://github.com/mallfoundry/taroify/pull/999) [Pilotager](https://github.com/Pilotager) + - 修复 `color` 属性不生效问题 [999](https://github.com/mallfoundry/taroify/pull/999) [@Pilotager](https://github.com/Pilotager) - Radio - - 修复 `1px` 边框问题 [1000](https://github.com/mallfoundry/taroify/pull/1000) [Pilotager](https://github.com/Pilotager) + - 修复 `1px` 边框问题 [1000](https://github.com/mallfoundry/taroify/pull/1000) [@Pilotager](https://github.com/Pilotager) **Other** -- 修正 `List` 搭配 `PullRefresh` 的使用示例 [968](https://github.com/mallfoundry/taroify/pull/968) [felix9ia](https://github.com/felix9ia) -- 更新 `Progress` 示例 [969](https://github.com/mallfoundry/taroify/pull/969) [lvqq](https://github.com/lvqq) -- 修复 `CI` 环境报错 [970](https://github.com/mallfoundry/taroify/pull/970) [lvqq](https://github.com/lvqq) -- 更新 `Dialog` 样式文档 [973](https://github.com/mallfoundry/taroify/pull/973) [lvqq](https://github.com/lvqq) -- 更新 `Cell` 测试快照 [981](https://github.com/mallfoundry/taroify/pull/981) [Pilotager](https://github.com/Pilotager) -- 更新 `Vite` 按需加载示例 [996](https://github.com/mallfoundry/taroify/pull/996) [Pilotager](https://github.com/Pilotager) -- 更新 `$hd` 注入文档 [1001](https://github.com/mallfoundry/taroify/pull/1001) [Pilotager](https://github.com/Pilotager) +- 修正 `List` 搭配 `PullRefresh` 的使用示例 [968](https://github.com/mallfoundry/taroify/pull/968) [@felix9ia](https://github.com/felix9ia) +- 更新 `Progress` 示例 [969](https://github.com/mallfoundry/taroify/pull/969) [@lvqq](https://github.com/lvqq) +- 修复 `CI` 环境报错 [970](https://github.com/mallfoundry/taroify/pull/970) [@lvqq](https://github.com/lvqq) +- 更新 `Dialog` 样式文档 [973](https://github.com/mallfoundry/taroify/pull/973) [@lvqq](https://github.com/lvqq) +- 更新 `Cell` 测试快照 [981](https://github.com/mallfoundry/taroify/pull/981) [@Pilotager](https://github.com/Pilotager) +- 更新 `Vite` 按需加载示例 [996](https://github.com/mallfoundry/taroify/pull/996) [@Pilotager](https://github.com/Pilotager) +- 更新 `$hd` 注入文档 [1001](https://github.com/mallfoundry/taroify/pull/1001) [@Pilotager](https://github.com/Pilotager) ### v0.9.0 diff --git a/site/package.json b/site/package.json index dc8cdbfc..d42f83c5 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/site", - "version": "0.9.1", + "version": "0.9.2", "private": true, "author": "Taroify", "keywords": ["gatsby"],