Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @echarts-readymade/[email protected]
 - @echarts-readymade/[email protected]
 - [email protected]
 - @echarts-readymade/[email protected]
 - @echarts-readymade/[email protected]
 - @echarts-readymade/[email protected]
 - @echarts-readymade/[email protected]
 - @echarts-readymade/[email protected]
  • Loading branch information
yuhongda committed Jan 20, 2022
1 parent 33fdee9 commit 2cd21c0
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions packages/bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@echarts-readymade/bar",
"version": "1.0.4",
"version": "1.0.5",
"description": "Bar chart",
"main": "lib/index.js",
"module": "lib/esm/index.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"release:next": "npm publish --tag next"
},
"dependencies": {
"@echarts-readymade/core": "^1.0.0",
"@echarts-readymade/core": "^1.0.5",
"big.js": "^6.1.1",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@echarts-readymade/core",
"version": "1.0.4",
"version": "1.0.5",
"description": "Core of echarts-readymade, provide with layout, styles, utils, or something like that.",
"main": "lib/index.js",
"module": "lib/esm/index.esm.js",
Expand Down
16 changes: 8 additions & 8 deletions packages/echarts-readymade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts-readymade",
"version": "1.0.4",
"version": "1.0.5",
"description": "A collection of echarts templates for React. Based on echarts-for-react",
"main": "lib/index.js",
"module": "lib/esm/index.esm.js",
Expand Down Expand Up @@ -35,13 +35,13 @@
"release:next": "npm publish --tag next"
},
"dependencies": {
"@echarts-readymade/bar": "^1.0.4",
"@echarts-readymade/core": "^1.0.0",
"@echarts-readymade/line": "^1.0.4",
"@echarts-readymade/pie": "^1.0.4",
"@echarts-readymade/scatter": "^1.0.4",
"@echarts-readymade/stack": "^1.0.4",
"@echarts-readymade/wordcloud": "^1.0.4",
"@echarts-readymade/bar": "^1.0.5",
"@echarts-readymade/core": "^1.0.5",
"@echarts-readymade/line": "^1.0.5",
"@echarts-readymade/pie": "^1.0.5",
"@echarts-readymade/scatter": "^1.0.5",
"@echarts-readymade/stack": "^1.0.5",
"@echarts-readymade/wordcloud": "^1.0.5",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
"lodash": "^4.17.21"
Expand Down
4 changes: 2 additions & 2 deletions packages/line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@echarts-readymade/line",
"version": "1.0.4",
"version": "1.0.5",
"description": "Line chart",
"main": "lib/index.js",
"module": "lib/esm/index.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"release:next": "npm publish --tag next"
},
"dependencies": {
"@echarts-readymade/core": "^1.0.0",
"@echarts-readymade/core": "^1.0.5",
"big.js": "^6.1.1",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/pie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@echarts-readymade/pie",
"version": "1.0.4",
"version": "1.0.5",
"description": "Pie chart",
"main": "lib/index.js",
"module": "lib/esm/index.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"release:next": "npm publish --tag next"
},
"dependencies": {
"@echarts-readymade/core": "^1.0.0",
"@echarts-readymade/core": "^1.0.5",
"big.js": "^6.1.1",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/scatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@echarts-readymade/scatter",
"version": "1.0.4",
"version": "1.0.5",
"description": "Scatter chart",
"main": "lib/index.js",
"module": "lib/esm/index.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"release:next": "npm publish --tag next"
},
"dependencies": {
"@echarts-readymade/core": "^1.0.0",
"@echarts-readymade/core": "^1.0.5",
"big.js": "^6.1.1",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@echarts-readymade/stack",
"version": "1.0.4",
"version": "1.0.5",
"description": "Stack chart",
"main": "lib/index.js",
"module": "lib/esm/index.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"release:next": "npm publish --tag next"
},
"dependencies": {
"@echarts-readymade/core": "^1.0.0",
"@echarts-readymade/core": "^1.0.5",
"big.js": "^6.1.1",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/wordcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@echarts-readymade/wordcloud",
"version": "1.0.4",
"version": "1.0.5",
"description": "Wordcloud chart",
"main": "lib/index.js",
"module": "lib/esm/index.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"release:next": "npm publish --tag next"
},
"dependencies": {
"@echarts-readymade/core": "^1.0.0",
"@echarts-readymade/core": "^1.0.5",
"big.js": "^6.1.1",
"lodash": "^4.17.21",
"styled-components": "^5.3.3",
Expand Down

0 comments on commit 2cd21c0

Please sign in to comment.