From fa48b26719917e453753dd32b9f99ae81b77285a Mon Sep 17 00:00:00 2001 From: Pilotager Date: Sun, 23 Jun 2024 21:53:13 +0800 Subject: [PATCH] feat(Version): Release 0.3.0-alpha.0 --- lerna.json | 2 +- package.json | 4 +-- packages/babel-preset/package.json | 2 +- packages/cli/package.json | 10 +++---- packages/commerce/package.json | 4 +-- packages/core/package.json | 6 ++-- packages/demo/package.json | 10 +++---- packages/eslint-config/package.json | 2 +- packages/gulp/package.json | 2 +- packages/hooks/package.json | 2 +- packages/icons/package.json | 2 +- packages/stylelint-config/package.json | 4 +-- problems/unconfirmed/package.json | 8 +++--- site/content/changelog/index.md | 38 ++++++++++++++++++++++++++ site/package.json | 2 +- 15 files changed, 68 insertions(+), 30 deletions(-) diff --git a/lerna.json b/lerna.json index c04aee86..cf2fb892 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/package.json b/package.json index 89fbe655..e075fb15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taroify", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "license": "MIT", "private": true, "scripts": { @@ -42,7 +42,7 @@ "*.{css,scss}": "stylelint --fix" }, "devDependencies": { - "@taroify/cli": "^0.2.3-alpha.0", + "@taroify/cli": "^0.3.0-alpha.0", "@types/jest": "^26.0.20", "@types/node": "^14.14.25", "cross-env": "^7.0.3", diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index 87d7faaf..10cf05cb 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/babel-preset", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "private": true, "dependencies": { "@babel/cli": "^7.15.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 4ece12ef..2b75fa3d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,13 +1,13 @@ { "name": "@taroify/cli", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "license": "MIT", "private": "true", "dependencies": { - "@taroify/babel-preset": "^0.2.3-alpha.0", - "@taroify/eslint-config": "^0.2.3-alpha.0", - "@taroify/gulp": "^0.2.3-alpha.0", - "@taroify/stylelint-config": "^0.2.3-alpha.0", + "@taroify/babel-preset": "^0.3.0-alpha.0", + "@taroify/eslint-config": "^0.3.0-alpha.0", + "@taroify/gulp": "^0.3.0-alpha.0", + "@taroify/stylelint-config": "^0.3.0-alpha.0", "@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 ba292fb0..8add2a0b 100644 --- a/packages/commerce/package.json +++ b/packages/commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~commerce", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "license": "MIT", "private": "true", "keywords": [ @@ -22,7 +22,7 @@ "react": "^18.2.0" }, "dependencies": { - "@taroify/core": "^0.2.3-alpha.0", + "@taroify/core": "^0.3.0-alpha.0", "classnames": "^2.2.6", "lodash": "^4.17.21", "raf": "^3.4.1", diff --git a/packages/core/package.json b/packages/core/package.json index 59c9604f..8c66c22d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~core", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "license": "MIT", "private": "true", "keywords": [ @@ -22,8 +22,8 @@ "react": "^18.2.0" }, "dependencies": { - "@taroify/hooks": "^0.2.3-alpha.0", - "@taroify/icons": "^0.2.3-alpha.0", + "@taroify/hooks": "^0.3.0-alpha.0", + "@taroify/icons": "^0.3.0-alpha.0", "classnames": "^2.2.6", "lodash": "^4.17.21", "promise": "^8.1.0", diff --git a/packages/demo/package.json b/packages/demo/package.json index 3745dcbd..4c848619 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/demo", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "description": "", "author": "Taroify", "private": "true", @@ -36,10 +36,10 @@ ], "dependencies": { "@babel/runtime": "^7.7.7", - "@taroify/commerce": "^0.2.3-alpha.0", - "@taroify/core": "^0.2.3-alpha.0", - "@taroify/hooks": "^0.2.3-alpha.0", - "@taroify/icons": "^0.2.3-alpha.0", + "@taroify/commerce": "^0.3.0-alpha.0", + "@taroify/core": "^0.3.0-alpha.0", + "@taroify/hooks": "^0.3.0-alpha.0", + "@taroify/icons": "^0.3.0-alpha.0", "@tarojs/components": "3.6.23", "@tarojs/plugin-framework-react": "3.6.23", "@tarojs/plugin-platform-h5": "3.6.23", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 355936d5..ff17da1c 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/eslint-config", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "license": "MIT", "private": "true", "main": "index.js", diff --git a/packages/gulp/package.json b/packages/gulp/package.json index b8a5fa6a..9f5bf39a 100644 --- a/packages/gulp/package.json +++ b/packages/gulp/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/gulp", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "license": "MIT", "private": "true", "peerDependencies": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 1ea45b25..f61436ee 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,7 +1,7 @@ { "name": "@taroify/~hooks", "description": "Taroify hooks", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "license": "MIT", "private": "true", "keywords": [ diff --git a/packages/icons/package.json b/packages/icons/package.json index 5d66d78f..8de27e33 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.2.3-alpha.0", + "version": "0.3.0-alpha.0", "license": "MIT", "private": "true", "keywords": [ diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index bd5254ed..1a8fd043 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/stylelint-config", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "license": "MIT", "private": "true", "main": "index.js", @@ -8,7 +8,7 @@ "stylelint": "^13.12.0" }, "dependencies": { - "@taroify/cli": "^0.2.3-alpha.0", + "@taroify/cli": "^0.3.0-alpha.0", "stylelint-config-prettier": "^8.0.2", "stylelint-config-recess-order": "^2.3.0", "stylelint-config-sass-guidelines": "^8.0.0", diff --git a/problems/unconfirmed/package.json b/problems/unconfirmed/package.json index f8eefed6..f78f6190 100644 --- a/problems/unconfirmed/package.json +++ b/problems/unconfirmed/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/unconfirmed", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "description": "", "author": "Taroify", "private": "true", @@ -38,9 +38,9 @@ ], "dependencies": { "@babel/runtime": "^7.7.7", - "@taroify/core": "^0.2.3-alpha.0", - "@taroify/hooks": "^0.2.3-alpha.0", - "@taroify/icons": "^0.2.3-alpha.0", + "@taroify/core": "^0.3.0-alpha.0", + "@taroify/hooks": "^0.3.0-alpha.0", + "@taroify/icons": "^0.3.0-alpha.0", "@tarojs/components": "3.6.23", "@tarojs/plugin-framework-react": "3.6.23", "@tarojs/plugin-platform-h5": "3.6.23", diff --git a/site/content/changelog/index.md b/site/content/changelog/index.md index f172d5ea..1d698ea5 100644 --- a/site/content/changelog/index.md +++ b/site/content/changelog/index.md @@ -12,6 +12,44 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### v0.3.0-alpha.0 + +`2024-06-23` + +**Feature** + +- Flex + + - 为 `flex align` 添加了初始属性 [753](https://github.com/mallfoundry/taroify/pull/753) [@sehmbimanvir](https://github.com/sehmbimanvir) + +- Badge + + - 重构 `Badge` 组件,`Grid` `Sidebar` `Tabbar` `Tabs` `TreeSelect` 组件徽标相关代码调整 [754](https://github.com/mallfoundry/taroify/pull/754) [@hbztd](https://github.com/hbztd) + +- Icon + + - 支持自定义图标 [754](https://github.com/mallfoundry/taroify/pull/754) [@hbztd](https://github.com/hbztd) + +- ActionSheet + + - 添加 actions,description, cancelText 属性 [760](https://github.com/mallfoundry/taroify/pull/760) [@hbztd](https://github.com/hbztd) + +**Bug Fixes** + +- CountDown + + - 修复 Countdown 组件在卸载时仍然继续执行倒计时并触发 onComplete [760](https://github.com/mallfoundry/taroify/pull/760) [@hbztd](https://github.com/hbztd) + +- ActionSheet + + - 修复 loading 和 disabled 属性不起作用 [760](https://github.com/mallfoundry/taroify/pull/760) [@hbztd](https://github.com/hbztd) + +**Other** + +- 修复 `@taroify/core` `@taroify/icons`,taro 预编译失败 [755](https://github.com/mallfoundry/taroify/pull/755) [@hbztd](https://github.com/hbztd) + +- 删除 babel 转换和 sourcemap 文件[755](https://github.com/mallfoundry/taroify/pull/755) [@hbztd](https://github.com/hbztd) + ### v0.2.3-alpha.0 `2024-06-02` diff --git a/site/package.json b/site/package.json index 57437a88..6aead496 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/site", - "version": "0.2.3-alpha.0", + "version": "0.3.0-alpha.0", "private": true, "author": "Taroify", "keywords": [