Skip to content

Commit

Permalink
chore(release): 0.1.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Mar 8, 2024
1 parent 6dbf58b commit 7208a8b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ods-charts",
"description": "ODS Charts is based on Apache ECharts and provides Orange charts components.",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"author": "",
"contributors": [],
"license": "MIT",
Expand All @@ -14,6 +14,7 @@
"build": "webpack",
"copyright-year": "node build/bump-copyright-year.mjs",
"netlify": "npm run build ; cp -R dist docs/ ; npm run typedoc",
"release": "npm pack && npm publish",
"serve": "serve .",
"serve:angular": "serve test/angular-ngx-echarts/dist/angular/",
"serve:angular-echarts": "serve test/angular-echarts/dist/angular-echarts/",
Expand Down
2 changes: 1 addition & 1 deletion test/angular-echarts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/angular-ngx-echarts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7208a8b

Please sign in to comment.