Skip to content

Commit

Permalink
feat(Version): Release 0.3.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilotager committed Jun 23, 2024
1 parent e0cb80f commit fa48b26
Show file tree
Hide file tree
Showing 15 changed files with 68 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.2.3-alpha.0",
"version": "0.3.0-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.2.3-alpha.0",
"version": "0.3.0-alpha.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down Expand Up @@ -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",
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.2.3-alpha.0",
"version": "0.3.0-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.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",
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.2.3-alpha.0",
"version": "0.3.0-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
Expand All @@ -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",
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.2.3-alpha.0",
"version": "0.3.0-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
Expand All @@ -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",
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.2.3-alpha.0",
"version": "0.3.0-alpha.0",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down Expand Up @@ -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",
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.2.3-alpha.0",
"version": "0.3.0-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.2.3-alpha.0",
"version": "0.3.0-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.2.3-alpha.0",
"version": "0.3.0-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.2.3-alpha.0",
"version": "0.3.0-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.2.3-alpha.0",
"version": "0.3.0-alpha.0",
"license": "MIT",
"private": "true",
"main": "index.js",
"peerDependencies": {
"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",
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.2.3-alpha.0",
"version": "0.3.0-alpha.0",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down Expand Up @@ -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",
Expand Down
38 changes: 38 additions & 0 deletions site/content/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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.2.3-alpha.0",
"version": "0.3.0-alpha.0",
"private": true,
"author": "Taroify",
"keywords": [
Expand Down

0 comments on commit fa48b26

Please sign in to comment.