diff --git a/lerna.json b/lerna.json index 8711f36d..e9101d02 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/package.json b/package.json index 8cb4a6fd..95913f3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taroify", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "license": "MIT", "private": true, "repository": { @@ -49,7 +49,7 @@ "*.{css,scss}": "stylelint --fix" }, "devDependencies": { - "@taroify/cli": "^0.6.1-alpha.0", + "@taroify/cli": "^0.6.2-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 c8a13c4d..ed86eebb 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/babel-preset", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "private": true, "dependencies": { "@babel/cli": "^7.15.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 60769995..646af0d2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,13 +1,13 @@ { "name": "@taroify/cli", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "license": "MIT", "private": "true", "dependencies": { - "@taroify/babel-preset": "^0.6.1-alpha.0", - "@taroify/eslint-config": "^0.6.1-alpha.0", - "@taroify/gulp": "^0.6.1-alpha.0", - "@taroify/stylelint-config": "^0.6.1-alpha.0", + "@taroify/babel-preset": "^0.6.2-alpha.0", + "@taroify/eslint-config": "^0.6.2-alpha.0", + "@taroify/gulp": "^0.6.2-alpha.0", + "@taroify/stylelint-config": "^0.6.2-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 ccfa3697..a45132fd 100644 --- a/packages/commerce/package.json +++ b/packages/commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~commerce", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "license": "MIT", "private": "true", "keywords": [ @@ -29,7 +29,7 @@ "react": "^18.2.0" }, "dependencies": { - "@taroify/core": "^0.6.1-alpha.0", + "@taroify/core": "^0.6.2-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 022b82e2..b38dcf57 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~core", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "license": "MIT", "private": "true", "keywords": [ @@ -29,8 +29,8 @@ "react": "^18.2.0" }, "dependencies": { - "@taroify/hooks": "^0.6.1-alpha.0", - "@taroify/icons": "^0.6.1-alpha.0", + "@taroify/hooks": "^0.6.2-alpha.0", + "@taroify/icons": "^0.6.2-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 b2cf6597..d77fe00e 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/demo", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "description": "", "author": "Taroify", "private": "true", @@ -36,10 +36,10 @@ ], "dependencies": { "@babel/runtime": "^7.7.7", - "@taroify/commerce": "^0.6.1-alpha.0", - "@taroify/core": "^0.6.1-alpha.0", - "@taroify/hooks": "^0.6.1-alpha.0", - "@taroify/icons": "^0.6.1-alpha.0", + "@taroify/commerce": "^0.6.2-alpha.0", + "@taroify/core": "^0.6.2-alpha.0", + "@taroify/hooks": "^0.6.2-alpha.0", + "@taroify/icons": "^0.6.2-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 9877013d..11576d29 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/eslint-config", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "license": "MIT", "private": "true", "main": "index.js", diff --git a/packages/gulp/package.json b/packages/gulp/package.json index 17694a26..e39cf471 100644 --- a/packages/gulp/package.json +++ b/packages/gulp/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/gulp", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "license": "MIT", "private": "true", "peerDependencies": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 5fb45c00..942b24f3 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,7 +1,7 @@ { "name": "@taroify/~hooks", "description": "Taroify hooks", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "license": "MIT", "private": "true", "keywords": [ diff --git a/packages/icons/package.json b/packages/icons/package.json index f82ff02e..76c09de1 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.6.1-alpha.0", + "version": "0.6.2-alpha.0", "license": "MIT", "private": "true", "keywords": [ diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 3ed1d76d..dcc26be9 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/stylelint-config", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "license": "MIT", "private": "true", "main": "index.js", @@ -8,7 +8,7 @@ "stylelint": "^13.12.0" }, "dependencies": { - "@taroify/cli": "^0.6.1-alpha.0", + "@taroify/cli": "^0.6.2-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 15c8cdb8..655006ac 100644 --- a/problems/unconfirmed/package.json +++ b/problems/unconfirmed/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/unconfirmed", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "description": "", "author": "Taroify", "private": "true", @@ -38,9 +38,9 @@ ], "dependencies": { "@babel/runtime": "^7.7.7", - "@taroify/core": "^0.6.1-alpha.0", - "@taroify/hooks": "^0.6.1-alpha.0", - "@taroify/icons": "^0.6.1-alpha.0", + "@taroify/core": "^0.6.2-alpha.0", + "@taroify/hooks": "^0.6.2-alpha.0", + "@taroify/icons": "^0.6.2-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 2c79cdab..2cd15a3d 100644 --- a/site/content/changelog/index.md +++ b/site/content/changelog/index.md @@ -12,6 +12,24 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### v0.6.2-alpha.0 + +`2024-12-25` + +**Bug Fixes** + +- Toast + + - 修复 `close` 方法不生效问题 [865](https://github.com/mallfoundry/taroify/pull/865) [@Pilotager](https://github.com/Pilotager) + +- Notify + + - 修复 `close` 方法不生效问题 [865](https://github.com/mallfoundry/taroify/pull/865) [@Pilotager](https://github.com/Pilotager) + +**Other** + +- 添加属性新特性版本号 [867](https://github.com/mallfoundry/taroify/pull/867) [@Pilotager](https://github.com/Pilotager) + ### v0.6.1-alpha.0 `2024-12-18` diff --git a/site/package.json b/site/package.json index a3bebfe8..9c3f96c8 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/site", - "version": "0.6.1-alpha.0", + "version": "0.6.2-alpha.0", "private": true, "author": "Taroify", "keywords": [