Skip to content

Commit

Permalink
chore: publish v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian authored and zhaoyongjie committed Nov 24, 2021
1 parent 80a92ad commit 23e769b
Show file tree
Hide file tree
Showing 64 changed files with 381 additions and 111 deletions.
16 changes: 16 additions & 0 deletions superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)


### Bug Fixes

* Make the scrollbar appear inside the table ([#1310](https://github.com/apache-superset/superset-ui/issues/1310)) ([1aad2d1](https://github.com/apache-superset/superset-ui/commit/1aad2d11af95f5046f2b67d86b30c9581de4994b))


### Features

* add certified icon to columoption ([#1330](https://github.com/apache-superset/superset-ui/issues/1330)) ([a415c41](https://github.com/apache-superset/superset-ui/commit/a415c413954bc9c093ab5dfde62d458cf3224073))





## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02)

**Note:** Version bump only for package @superset-ui/monorepo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"plugins/*"
],
"useWorkspaces": true,
"version": "0.17.87",
"version": "0.18.0",
"ignoreChanges": [
"**/*.md",
"**/*.spec.tsx?",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/generator-superset
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/generator-superset",
"version": "0.17.42",
"version": "0.18.0",
"description": "Scaffolder for Superset",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)


### Features

* add certified icon to columoption ([#1330](https://github.com/apache-superset/superset-ui/issues/1330)) ([a415c41](https://github.com/apache-superset/superset-ui/commit/a415c413954bc9c093ab5dfde62d458cf3224073))
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/chart-controls",
"version": "0.17.85",
"version": "0.18.0",
"description": "Superset UI control-utils",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@superset-ui/core": "0.17.81",
"@superset-ui/core": "0.18.0",
"lodash": "^4.17.15",
"prop-types": "^15.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/core
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/core",
"version": "0.17.81",
"version": "0.18.0",
"description": "Superset UI core",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/demo





## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02)

**Note:** Version bump only for package @superset-ui/demo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/demo",
"version": "0.17.87",
"version": "0.18.0",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -42,31 +42,31 @@
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^5.3.18",
"@superset-ui/core": "file:../superset-ui-core/src",
"@superset-ui/legacy-plugin-chart-calendar": "0.17.85",
"@superset-ui/legacy-plugin-chart-chord": "0.17.85",
"@superset-ui/legacy-plugin-chart-country-map": "0.17.87",
"@superset-ui/legacy-plugin-chart-event-flow": "0.17.85",
"@superset-ui/legacy-plugin-chart-force-directed": "0.17.85",
"@superset-ui/legacy-plugin-chart-heatmap": "0.17.85",
"@superset-ui/legacy-plugin-chart-histogram": "0.17.85",
"@superset-ui/legacy-plugin-chart-horizon": "0.17.85",
"@superset-ui/legacy-plugin-chart-map-box": "0.17.85",
"@superset-ui/legacy-plugin-chart-paired-t-test": "0.17.85",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.17.85",
"@superset-ui/legacy-plugin-chart-partition": "0.17.85",
"@superset-ui/legacy-plugin-chart-pivot-table": "0.17.85",
"@superset-ui/legacy-plugin-chart-rose": "0.17.85",
"@superset-ui/legacy-plugin-chart-sankey": "0.17.85",
"@superset-ui/legacy-plugin-chart-sankey-loop": "0.17.85",
"@superset-ui/legacy-plugin-chart-sunburst": "0.17.85",
"@superset-ui/legacy-plugin-chart-time-table": "0.17.85",
"@superset-ui/legacy-plugin-chart-treemap": "0.17.85",
"@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-event-flow": "0.18.0",
"@superset-ui/legacy-plugin-chart-force-directed": "0.18.0",
"@superset-ui/legacy-plugin-chart-heatmap": "0.18.0",
"@superset-ui/legacy-plugin-chart-histogram": "0.18.0",
"@superset-ui/legacy-plugin-chart-horizon": "0.18.0",
"@superset-ui/legacy-plugin-chart-map-box": "0.18.0",
"@superset-ui/legacy-plugin-chart-paired-t-test": "0.18.0",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.18.0",
"@superset-ui/legacy-plugin-chart-partition": "0.18.0",
"@superset-ui/legacy-plugin-chart-pivot-table": "0.18.0",
"@superset-ui/legacy-plugin-chart-rose": "0.18.0",
"@superset-ui/legacy-plugin-chart-sankey": "0.18.0",
"@superset-ui/legacy-plugin-chart-sankey-loop": "0.18.0",
"@superset-ui/legacy-plugin-chart-sunburst": "0.18.0",
"@superset-ui/legacy-plugin-chart-time-table": "0.18.0",
"@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.17.85",
"@superset-ui/legacy-preset-chart-big-number": "0.17.86",
"@superset-ui/plugin-chart-echarts": "0.17.87",
"@superset-ui/plugin-chart-table": "0.17.85",
"@superset-ui/plugin-chart-word-cloud": "0.17.85",
"@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/plugin-chart-table": "0.18.0",
"@superset-ui/plugin-chart-word-cloud": "0.18.0",
"@types/react-loadable": "^5.5.3",
"@types/react-resizable": "^1.7.2",
"@types/storybook__react": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-calendar





## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-calendar
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-calendar",
"version": "0.17.85",
"version": "0.18.0",
"description": "Superset Legacy Chart - Calendar Heatmap",
"sideEffects": [
"*.css"
Expand Down Expand Up @@ -28,8 +28,8 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.17.85",
"@superset-ui/core": "0.17.81",
"@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.18.0",
"d3-array": "^2.0.3",
"d3-selection": "^1.4.0",
"d3-tip": "^0.9.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-chord





## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-chord
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-chord",
"version": "0.17.85",
"version": "0.18.0",
"description": "Superset Legacy Chart - Chord Diagram",
"sideEffects": [
"*.css"
Expand Down Expand Up @@ -28,8 +28,8 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.17.85",
"@superset-ui/core": "0.17.81",
"@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.18.0",
"d3": "^3.5.17",
"prop-types": "^15.6.2",
"react": "^16.13.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-country-map





## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-country-map
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-country-map",
"version": "0.17.87",
"version": "0.18.0",
"description": "Superset Legacy Chart - Country Map",
"sideEffects": [
"*.css"
Expand Down Expand Up @@ -28,8 +28,8 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.17.85",
"@superset-ui/core": "0.17.81",
"@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.18.0",
"d3": "^3.5.17",
"d3-array": "^2.0.3",
"prop-types": "^15.6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-event-flow





## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-event-flow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-event-flow",
"version": "0.17.85",
"version": "0.18.0",
"description": "Superset Legacy Chart - Event Flow",
"sideEffects": [
"*.css"
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@data-ui/event-flow": "^0.0.84",
"@superset-ui/chart-controls": "0.17.85",
"@superset-ui/core": "0.17.81",
"@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.18.0",
"prop-types": "^15.6.2"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-force-directed
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-force-directed",
"version": "0.17.85",
"version": "0.18.0",
"description": "Superset Legacy Chart - Force-directed Graph",
"sideEffects": [
"*.css"
Expand Down Expand Up @@ -28,8 +28,8 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.17.85",
"@superset-ui/core": "0.17.81",
"@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.18.0",
"d3": "^3.5.17",
"prop-types": "^15.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-heatmap





## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-heatmap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-heatmap",
"version": "0.17.85",
"version": "0.18.0",
"description": "Superset Legacy Chart - Heatmap",
"sideEffects": [
"*.css"
Expand Down Expand Up @@ -28,8 +28,8 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.17.85",
"@superset-ui/core": "0.17.81",
"@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.18.0",
"d3": "^3.5.17",
"d3-svg-legend": "^1.x",
"d3-tip": "^0.9.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-histogram





## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)

**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-histogram

0 comments on commit 23e769b

Please sign in to comment.