diff --git a/lerna.json b/lerna.json index b16116c0..cad8a6cb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/package.json b/package.json index 05d9bb36..12d5f117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taroify", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "license": "MIT", "private": true, "repository": { @@ -49,7 +49,7 @@ "*.{css,scss}": "stylelint --fix" }, "devDependencies": { - "@taroify/cli": "^0.3.1-alpha.0", + "@taroify/cli": "^0.3.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 a8dc4f0b..2eb57754 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/babel-preset", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "private": true, "dependencies": { "@babel/cli": "^7.15.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index ed84be90..2d616b27 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,13 +1,13 @@ { "name": "@taroify/cli", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "license": "MIT", "private": "true", "dependencies": { - "@taroify/babel-preset": "^0.3.1-alpha.0", - "@taroify/eslint-config": "^0.3.1-alpha.0", - "@taroify/gulp": "^0.3.1-alpha.0", - "@taroify/stylelint-config": "^0.3.1-alpha.0", + "@taroify/babel-preset": "^0.3.2-alpha.0", + "@taroify/eslint-config": "^0.3.2-alpha.0", + "@taroify/gulp": "^0.3.2-alpha.0", + "@taroify/stylelint-config": "^0.3.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 f0b167e4..bf97fd3f 100644 --- a/packages/commerce/package.json +++ b/packages/commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~commerce", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "license": "MIT", "private": "true", "keywords": [ @@ -29,7 +29,7 @@ "react": "^18.2.0" }, "dependencies": { - "@taroify/core": "^0.3.1-alpha.0", + "@taroify/core": "^0.3.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 5935eef6..c98a160e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~core", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "license": "MIT", "private": "true", "keywords": [ @@ -29,8 +29,8 @@ "react": "^18.2.0" }, "dependencies": { - "@taroify/hooks": "^0.3.1-alpha.0", - "@taroify/icons": "^0.3.1-alpha.0", + "@taroify/hooks": "^0.3.2-alpha.0", + "@taroify/icons": "^0.3.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 abc51d0e..2d4e79da 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/demo", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "description": "", "author": "Taroify", "private": "true", @@ -36,10 +36,10 @@ ], "dependencies": { "@babel/runtime": "^7.7.7", - "@taroify/commerce": "^0.3.1-alpha.0", - "@taroify/core": "^0.3.1-alpha.0", - "@taroify/hooks": "^0.3.1-alpha.0", - "@taroify/icons": "^0.3.1-alpha.0", + "@taroify/commerce": "^0.3.2-alpha.0", + "@taroify/core": "^0.3.2-alpha.0", + "@taroify/hooks": "^0.3.2-alpha.0", + "@taroify/icons": "^0.3.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 e2aadb51..23a1f55b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/eslint-config", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "license": "MIT", "private": "true", "main": "index.js", diff --git a/packages/gulp/package.json b/packages/gulp/package.json index f51548ed..45120fb5 100644 --- a/packages/gulp/package.json +++ b/packages/gulp/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/gulp", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "license": "MIT", "private": "true", "peerDependencies": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 68f3acaa..25354f61 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,7 +1,7 @@ { "name": "@taroify/~hooks", "description": "Taroify hooks", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "license": "MIT", "private": "true", "keywords": [ diff --git a/packages/icons/package.json b/packages/icons/package.json index 54119dca..6664273a 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.3.1-alpha.0", + "version": "0.3.2-alpha.0", "license": "MIT", "private": "true", "keywords": [ diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index ab965e22..2c0b82fc 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/stylelint-config", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "license": "MIT", "private": "true", "main": "index.js", @@ -8,7 +8,7 @@ "stylelint": "^13.12.0" }, "dependencies": { - "@taroify/cli": "^0.3.1-alpha.0", + "@taroify/cli": "^0.3.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 40392289..a191a9ee 100644 --- a/problems/unconfirmed/package.json +++ b/problems/unconfirmed/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/unconfirmed", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "description": "", "author": "Taroify", "private": "true", @@ -38,9 +38,9 @@ ], "dependencies": { "@babel/runtime": "^7.7.7", - "@taroify/core": "^0.3.1-alpha.0", - "@taroify/hooks": "^0.3.1-alpha.0", - "@taroify/icons": "^0.3.1-alpha.0", + "@taroify/core": "^0.3.2-alpha.0", + "@taroify/hooks": "^0.3.2-alpha.0", + "@taroify/icons": "^0.3.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 310aa006..d137a2a7 100644 --- a/site/content/changelog/index.md +++ b/site/content/changelog/index.md @@ -12,6 +12,30 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### v0.3.2-alpha.0 + +`2024-08-04` + +**Feature** + +- Image + + - 添加 `width` `height` 属性 [784](https://github.com/mallfoundry/taroify/pull/784) [@hbztd](https://github.com/hbztd) + +**Bug Fixes** + +- Empty + + - 修复 `Empty` 组件图片居中问题 [779](https://github.com/mallfoundry/taroify/pull/779) [@CodeMak1r-zy](https://github.com/CodeMak1r-zy) + +- FloatingBubble + + - 修复 `sass` 变量未进行适配 [782](https://github.com/mallfoundry/taroify/pull/782) [@Pilotager](https://github.com/Pilotager) + +- Image + + - 修复加载中未显示 `placeholder` [784](https://github.com/mallfoundry/taroify/pull/784) [@hbztd](https://github.com/hbztd) + ### v0.3.1-alpha.0 `2024-07-09` diff --git a/site/package.json b/site/package.json index 24dc3caf..b1b9f4ca 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/site", - "version": "0.3.1-alpha.0", + "version": "0.3.2-alpha.0", "private": true, "author": "Taroify", "keywords": [