Skip to content

Commit cb0c0b4

Browse files
committed
feat(Version): Release 0.4.2-alpha.0
1 parent 1543a7b commit cb0c0b4

File tree

15 files changed

+44
-30
lines changed

15 files changed

+44
-30
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.4.1-alpha.0",
2+
"version": "0.4.2-alpha.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.4.1-alpha.0",
3+
"version": "0.4.2-alpha.0",
44
"license": "MIT",
55
"private": true,
66
"repository": {
@@ -49,7 +49,7 @@
4949
"*.{css,scss}": "stylelint --fix"
5050
},
5151
"devDependencies": {
52-
"@taroify/cli": "^0.4.1-alpha.0",
52+
"@taroify/cli": "^0.4.2-alpha.0",
5353
"@types/jest": "^26.0.20",
5454
"@types/node": "^14.14.25",
5555
"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.4.1-alpha.0",
3+
"version": "0.4.2-alpha.0",
44
"private": true,
55
"dependencies": {
66
"@babel/cli": "^7.15.0",

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@taroify/cli",
3-
"version": "0.4.1-alpha.0",
3+
"version": "0.4.2-alpha.0",
44
"license": "MIT",
55
"private": "true",
66
"dependencies": {
7-
"@taroify/babel-preset": "^0.4.1-alpha.0",
8-
"@taroify/eslint-config": "^0.4.1-alpha.0",
9-
"@taroify/gulp": "^0.4.1-alpha.0",
10-
"@taroify/stylelint-config": "^0.4.1-alpha.0",
7+
"@taroify/babel-preset": "^0.4.2-alpha.0",
8+
"@taroify/eslint-config": "^0.4.2-alpha.0",
9+
"@taroify/gulp": "^0.4.2-alpha.0",
10+
"@taroify/stylelint-config": "^0.4.2-alpha.0",
1111
"@testing-library/jest-dom": "^5.11.10",
1212
"@testing-library/react": "^14.0.0",
1313
"@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.4.1-alpha.0",
3+
"version": "0.4.2-alpha.0",
44
"license": "MIT",
55
"private": "true",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"react": "^18.2.0"
3030
},
3131
"dependencies": {
32-
"@taroify/core": "^0.4.1-alpha.0",
32+
"@taroify/core": "^0.4.2-alpha.0",
3333
"classnames": "^2.2.6",
3434
"lodash": "^4.17.21",
3535
"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.4.1-alpha.0",
3+
"version": "0.4.2-alpha.0",
44
"license": "MIT",
55
"private": "true",
66
"keywords": [
@@ -29,8 +29,8 @@
2929
"react": "^18.2.0"
3030
},
3131
"dependencies": {
32-
"@taroify/hooks": "^0.4.1-alpha.0",
33-
"@taroify/icons": "^0.4.1-alpha.0",
32+
"@taroify/hooks": "^0.4.2-alpha.0",
33+
"@taroify/icons": "^0.4.2-alpha.0",
3434
"classnames": "^2.2.6",
3535
"lodash": "^4.17.21",
3636
"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.4.1-alpha.0",
3+
"version": "0.4.2-alpha.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.4.1-alpha.0",
40-
"@taroify/core": "^0.4.1-alpha.0",
41-
"@taroify/hooks": "^0.4.1-alpha.0",
42-
"@taroify/icons": "^0.4.1-alpha.0",
39+
"@taroify/commerce": "^0.4.2-alpha.0",
40+
"@taroify/core": "^0.4.2-alpha.0",
41+
"@taroify/hooks": "^0.4.2-alpha.0",
42+
"@taroify/icons": "^0.4.2-alpha.0",
4343
"@tarojs/components": "3.6.23",
4444
"@tarojs/plugin-framework-react": "3.6.23",
4545
"@tarojs/plugin-platform-h5": "3.6.23",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taroify/eslint-config",
3-
"version": "0.4.1-alpha.0",
3+
"version": "0.4.2-alpha.0",
44
"license": "MIT",
55
"private": "true",
66
"main": "index.js",

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.4.1-alpha.0",
3+
"version": "0.4.2-alpha.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.4.1-alpha.0",
4+
"version": "0.4.2-alpha.0",
55
"license": "MIT",
66
"private": "true",
77
"keywords": [

0 commit comments

Comments
 (0)