Skip to content

Commit

Permalink
feat(Version): Release 0.6.3-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilotager committed Jan 5, 2025
1 parent 5f99daf commit 8fb56d3
Show file tree
Hide file tree
Showing 14 changed files with 53 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.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taroify",
"version": "0.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"license": "MIT",
"private": true,
"repository": {
Expand Down Expand Up @@ -34,11 +34,19 @@
"postinstall": "lefthook install && echo '请全局安装 `@antfu/ni` 以管理包管理器'",
"commit": "git add -A && git-cz"
},
"workspaces": ["packages/*", "bundles/*", "problems/*"],
"browserslist": ["last 3 versions", "Android >= 4.1", "ios >= 8"],
"workspaces": [
"packages/*",
"bundles/*",
"problems/*"
],
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@taroify/cli": "^0.6.2-alpha.0",
"@taroify/cli": "^0.6.3-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.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"private": true,
"dependencies": {
"@babel/cli": "^7.15.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@taroify/cli",
"version": "0.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"license": "MIT",
"private": "true",
"dependencies": {
"@taroify/babel-preset": "^0.6.2-alpha.0",
"@taroify/gulp": "^0.6.2-alpha.0",
"@taroify/stylelint-config": "^0.6.2-alpha.0",
"@taroify/babel-preset": "^0.6.3-alpha.0",
"@taroify/gulp": "^0.6.3-alpha.0",
"@taroify/stylelint-config": "^0.6.3-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.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"react": "^18.2.0"
},
"dependencies": {
"@taroify/core": "^0.6.2-alpha.0",
"@taroify/core": "^0.6.3-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.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
Expand Down Expand Up @@ -29,8 +29,8 @@
"react": "^18.2.0"
},
"dependencies": {
"@taroify/hooks": "^0.6.2-alpha.0",
"@taroify/icons": "^0.6.2-alpha.0",
"@taroify/hooks": "^0.6.3-alpha.0",
"@taroify/icons": "^0.6.3-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.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down Expand Up @@ -36,10 +36,10 @@
],
"dependencies": {
"@babel/runtime": "^7.7.7",
"@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",
"@taroify/commerce": "^0.6.3-alpha.0",
"@taroify/core": "^0.6.3-alpha.0",
"@taroify/hooks": "^0.6.3-alpha.0",
"@taroify/icons": "^0.6.3-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/gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/gulp",
"version": "0.6.2-alpha.0",
"version": "0.6.3-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.6.2-alpha.0",
"version": "0.6.3-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.6.2-alpha.0",
"version": "0.6.3-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.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"license": "MIT",
"private": "true",
"main": "index.js",
"peerDependencies": {
"stylelint": "^13.12.0"
},
"dependencies": {
"@taroify/cli": "^0.6.2-alpha.0",
"@taroify/cli": "^0.6.3-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.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down Expand Up @@ -38,9 +38,9 @@
],
"dependencies": {
"@babel/runtime": "^7.7.7",
"@taroify/core": "^0.6.2-alpha.0",
"@taroify/hooks": "^0.6.2-alpha.0",
"@taroify/icons": "^0.6.2-alpha.0",
"@taroify/core": "^0.6.3-alpha.0",
"@taroify/hooks": "^0.6.3-alpha.0",
"@taroify/icons": "^0.6.3-alpha.0",
"@tarojs/components": "3.6.23",
"@tarojs/plugin-framework-react": "3.6.23",
"@tarojs/plugin-platform-h5": "3.6.23",
Expand Down
15 changes: 15 additions & 0 deletions site/content/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。

## 更新内容

### v0.6.3-alpha.0

`2025-01-05`

**Bug Fixes**

- Picker

- 修复 `Picker``columns` 更新未更新选中值 [875](https://github.com/mallfoundry/taroify/pull/875) [@Pilotager](https://github.com/Pilotager)

**Other**

- 添加 Biome [872](https://github.com/mallfoundry/taroify/pull/872) [@ianzone](https://github.com/ianzone)
- 文档新增新特性版本号 [870](https://github.com/mallfoundry/taroify/pull/870) [@CodeMak1r-zy](https://github.com/CodeMak1r-zy)

### v0.6.2-alpha.0

`2024-12-25`
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.6.2-alpha.0",
"version": "0.6.3-alpha.0",
"private": true,
"author": "Taroify",
"keywords": [
Expand Down

0 comments on commit 8fb56d3

Please sign in to comment.