Skip to content

Commit 99b0763

Browse files
committed
feat: 🎸 Release 0.9.0
1 parent e2dcbc2 commit 99b0763

File tree

14 files changed

+37
-27
lines changed

14 files changed

+37
-27
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.1",
2+
"version": "0.9.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taroify",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"license": "MIT",
55
"private": true,
66
"repository": {
@@ -38,7 +38,7 @@
3838
"browserslist": ["last 3 versions"],
3939
"devDependencies": {
4040
"@biomejs/biome": "^1.9.4",
41-
"@taroify/cli": "^0.8.1",
41+
"@taroify/cli": "^0.9.0",
4242
"@types/jest": "^26.0.24",
4343
"@types/node": "^14.18.63",
4444
"cross-env": "^7.0.3",

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taroify/babel-preset",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"private": true,
55
"dependencies": {
66
"@babel/cli": "^7.15.0",

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@taroify/cli",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"license": "MIT",
55
"private": "true",
66
"dependencies": {
7-
"@taroify/babel-preset": "^0.8.1",
8-
"@taroify/gulp": "^0.8.1",
9-
"@taroify/stylelint-config": "^0.8.1",
7+
"@taroify/babel-preset": "^0.9.0",
8+
"@taroify/gulp": "^0.9.0",
9+
"@taroify/stylelint-config": "^0.9.0",
1010
"@testing-library/jest-dom": "^5.11.10",
1111
"@testing-library/react": "^14.0.0",
1212
"@testing-library/user-event": "^13.1.2",

packages/commerce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taroify/~commerce",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"license": "MIT",
55
"private": "true",
66
"keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"],
@@ -21,7 +21,7 @@
2121
"react": "^18.2.0"
2222
},
2323
"dependencies": {
24-
"@taroify/core": "^0.8.0",
24+
"@taroify/core": "^0.9.0",
2525
"classnames": "^2.2.6",
2626
"lodash": "^4.17.21",
2727
"raf": "^3.4.1",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taroify/~core",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"license": "MIT",
55
"private": "true",
66
"keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"],
@@ -21,8 +21,8 @@
2121
"react": "^18.2.0"
2222
},
2323
"dependencies": {
24-
"@taroify/hooks": "^0.8.0",
25-
"@taroify/icons": "^0.8.0",
24+
"@taroify/hooks": "^0.9.0",
25+
"@taroify/icons": "^0.9.0",
2626
"classnames": "^2.2.6",
2727
"lodash": "^4.17.21",
2828
"promise": "^8.1.0",

packages/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taroify/demo",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "",
55
"author": "Taroify",
66
"private": "true",
@@ -36,10 +36,10 @@
3636
],
3737
"dependencies": {
3838
"@babel/runtime": "^7.7.7",
39-
"@taroify/commerce": "^0.8.0",
40-
"@taroify/core": "^0.8.0",
41-
"@taroify/hooks": "^0.8.0",
42-
"@taroify/icons": "^0.8.0",
39+
"@taroify/commerce": "^0.9.0",
40+
"@taroify/core": "^0.9.0",
41+
"@taroify/hooks": "^0.9.0",
42+
"@taroify/icons": "^0.9.0",
4343
"@tarojs/components": "3.6.23",
4444
"@tarojs/plugin-framework-react": "3.6.23",
4545
"@tarojs/plugin-platform-h5": "3.6.23",

packages/gulp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taroify/gulp",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"license": "MIT",
55
"private": "true",
66
"peerDependencies": {

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taroify/~hooks",
33
"description": "Taroify hooks",
4-
"version": "0.8.1",
4+
"version": "0.9.0",
55
"license": "MIT",
66
"private": "true",
77
"keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"],

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taroify/~icons",
33
"description": "Taroify icon components built on Taro",
4-
"version": "0.8.1",
4+
"version": "0.9.0",
55
"license": "MIT",
66
"private": "true",
77
"keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"],

0 commit comments

Comments
 (0)