Skip to content

Commit

Permalink
feat(Version): Release 0.3.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilotager committed Aug 4, 2024
1 parent 7715a1e commit 6028475
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1-alpha.0",
"version": "0.3.2-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taroify",
"version": "0.3.1-alpha.0",
"version": "0.3.2-alpha.0",
"license": "MIT",
"private": true,
"repository": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/~commerce",
"version": "0.3.1-alpha.0",
"version": "0.3.2-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/~core",
"version": "0.3.1-alpha.0",
"version": "0.3.2-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/demo",
"version": "0.3.1-alpha.0",
"version": "0.3.2-alpha.0",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/gulp",
"version": "0.3.1-alpha.0",
"version": "0.3.2-alpha.0",
"license": "MIT",
"private": "true",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@taroify/stylelint-config",
"version": "0.3.1-alpha.0",
"version": "0.3.2-alpha.0",
"license": "MIT",
"private": "true",
"main": "index.js",
"peerDependencies": {
"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",
Expand Down
8 changes: 4 additions & 4 deletions problems/unconfirmed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/unconfirmed",
"version": "0.3.1-alpha.0",
"version": "0.3.2-alpha.0",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down Expand Up @@ -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",
Expand Down
24 changes: 24 additions & 0 deletions site/content/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/site",
"version": "0.3.1-alpha.0",
"version": "0.3.2-alpha.0",
"private": true,
"author": "Taroify",
"keywords": [
Expand Down

0 comments on commit 6028475

Please sign in to comment.