Skip to content

Commit 721dc84

Browse files
committed
v0.2.4-alpha.0
1 parent 4c9c746 commit 721dc84

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.2.3-alpha.0",
5+
"version": "0.2.4-alpha.0",
66
"npmClient": "yarn",
77
"useWorkspaces": false
88
}

packages/ez-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eazychart-core",
3-
"version": "0.2.3-alpha.0",
3+
"version": "0.2.4-alpha.0",
44
"description": "EazyChart core lib that is used by both React and Vue libraries.",
55
"keywords": [
66
"chart",

packages/ez-dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eazychart-dev",
3-
"version": "0.2.3-alpha.0",
3+
"version": "0.2.4-alpha.0",
44
"description": "Common jest code (used by react/vue)",
55
"keywords": [
66
"chart",
@@ -35,7 +35,7 @@
3535
],
3636
"devDependencies": {
3737
"diffable-html": "^5.0.0",
38-
"eazychart-core": "^0.2.3-alpha.0"
38+
"eazychart-core": "^0.2.4-alpha.0"
3939
},
4040
"gitHead": "4776e52be4c44e634cd6983f02bef30547617978"
4141
}

packages/ez-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eazychart-react",
3-
"version": "0.2.3-alpha.0",
3+
"version": "0.2.4-alpha.0",
44
"description": "React version of the EazyChart Library.",
55
"keywords": [
66
"chart",
@@ -76,7 +76,7 @@
7676
"babel-eslint": "^10.0.3",
7777
"babel-loader": "^8.2.3",
7878
"eazychart-css": "^0.2.1-alpha.0",
79-
"eazychart-dev": "^0.2.3-alpha.0",
79+
"eazychart-dev": "^0.2.4-alpha.0",
8080
"eslint": "^7.32.0",
8181
"eslint-config-airbnb": "^19.0.4",
8282
"eslint-config-prettier": "^6.0.0",
@@ -105,7 +105,7 @@
105105
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
106106
},
107107
"dependencies": {
108-
"eazychart-core": "^0.2.3-alpha.0"
108+
"eazychart-core": "^0.2.4-alpha.0"
109109
},
110110
"gitHead": "3eb2feb73572be3e79cfdeb3cc3e2412160cbbff"
111111
}

packages/ez-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eazychart-vue",
3-
"version": "0.2.3-alpha.0",
3+
"version": "0.2.4-alpha.0",
44
"description": "Vue version of the EazyChart Library.",
55
"keywords": [
66
"chart",
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"core-js": "^3.22.2",
59-
"eazychart-core": "^0.2.3-alpha.0"
59+
"eazychart-core": "^0.2.4-alpha.0"
6060
},
6161
"peerDependencies": {
6262
"vue": "^2.6.0"
@@ -81,7 +81,7 @@
8181
"@vue/test-utils": "^1.0.3",
8282
"babel-loader": "^8.2.3",
8383
"eazychart-css": "^0.2.1-alpha.0",
84-
"eazychart-dev": "^0.2.3-alpha.0",
84+
"eazychart-dev": "^0.2.4-alpha.0",
8585
"eslint": "^6.7.2",
8686
"eslint-import-resolver-typescript": "^3.5.1",
8787
"eslint-plugin-import": "^2.20.2",

0 commit comments

Comments
 (0)