Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
chore: publish v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Sep 1, 2021
1 parent 21e1446 commit 484af3a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"plugins/*"
],
"useWorkspaces": true,
"version": "0.18.0",
"version": "0.18.1",
"ignoreChanges": [
"**/*.md",
"**/*.spec.tsx?",
Expand Down
8 changes: 4 additions & 4 deletions packages/superset-ui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/demo",
"version": "0.18.0",
"version": "0.18.1",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@superset-ui/core": "file:../superset-ui-core/src",
"@superset-ui/legacy-plugin-chart-calendar": "0.18.0",
"@superset-ui/legacy-plugin-chart-chord": "0.18.0",
"@superset-ui/legacy-plugin-chart-country-map": "0.18.0",
"@superset-ui/legacy-plugin-chart-country-map": "0.18.1",
"@superset-ui/legacy-plugin-chart-event-flow": "0.18.0",
"@superset-ui/legacy-plugin-chart-force-directed": "0.18.0",
"@superset-ui/legacy-plugin-chart-heatmap": "0.18.0",
Expand All @@ -63,8 +63,8 @@
"@superset-ui/legacy-plugin-chart-treemap": "0.18.0",
"@superset-ui/legacy-plugin-chart-word-cloud": "^0.11.15",
"@superset-ui/legacy-plugin-chart-world-map": "0.18.0",
"@superset-ui/legacy-preset-chart-big-number": "0.18.0",
"@superset-ui/plugin-chart-echarts": "0.18.0",
"@superset-ui/legacy-preset-chart-big-number": "0.18.1",
"@superset-ui/plugin-chart-echarts": "0.18.1",
"@superset-ui/plugin-chart-table": "0.18.0",
"@superset-ui/plugin-chart-word-cloud": "0.18.0",
"@types/react-loadable": "^5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/legacy-plugin-chart-country-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-country-map",
"version": "0.18.0",
"version": "0.18.1",
"description": "Superset Legacy Chart - Country Map",
"sideEffects": [
"*.css"
Expand Down
2 changes: 1 addition & 1 deletion plugins/legacy-preset-chart-big-number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-preset-chart-big-number",
"version": "0.18.0",
"version": "0.18.1",
"description": "Superset Legacy Chart - Big Number",
"sideEffects": [
"*.css"
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-chart-echarts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/plugin-chart-echarts",
"version": "0.18.0",
"version": "0.18.1",
"description": "Superset Chart - Echarts",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

1 comment on commit 484af3a

@vercel
Copy link

@vercel vercel bot commented on 484af3a Sep 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.