From 45ca04bdeae6d4bf7005d68336a8c62900e9a6ea Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 10 Dec 2024 10:09:39 -0700 Subject: [PATCH] chore(superset-ui): publish v0.20.4 --- superset-frontend/CHANGELOG.md | 4 ++++ superset-frontend/lerna.json | 2 +- superset-frontend/package-lock.json | 6 +++--- superset-frontend/packages/superset-ui-core/CHANGELOG.md | 4 ++++ superset-frontend/packages/superset-ui-core/package.json | 2 +- .../plugins/legacy-preset-chart-deckgl/CHANGELOG.md | 4 ++++ .../plugins/legacy-preset-chart-deckgl/package.json | 2 +- .../plugins/plugin-chart-word-cloud/CHANGELOG.md | 4 ++++ .../plugins/plugin-chart-word-cloud/package.json | 2 +- 9 files changed, 23 insertions(+), 7 deletions(-) diff --git a/superset-frontend/CHANGELOG.md b/superset-frontend/CHANGELOG.md index 875a52ed0cb36..5d6db679f0d56 100644 --- a/superset-frontend/CHANGELOG.md +++ b/superset-frontend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.4](https://github.com/apache/superset/compare/v0.20.3...v0.20.4) (2024-12-10) + +**Note:** Version bump only for package superset + # [0.20.0](https://github.com/apache/superset/compare/v2021.41.0...v0.20.0) (2024-09-09) ### Bug Fixes diff --git a/superset-frontend/lerna.json b/superset-frontend/lerna.json index 010924989c65d..720ec1137e325 100644 --- a/superset-frontend/lerna.json +++ b/superset-frontend/lerna.json @@ -5,7 +5,7 @@ "plugins/*", "src/setup/*" ], - "version": "0.20.3", + "version": "0.20.4", "ignoreChanges": [ "**/*.md", "**/*.spec.tsx?", diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 98dc43e536143..e33ce6040ffe1 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -58932,7 +58932,7 @@ }, "packages/superset-ui-core": { "name": "@superset-ui/core", - "version": "0.20.3", + "version": "0.20.4", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.6", @@ -60642,7 +60642,7 @@ }, "plugins/legacy-preset-chart-deckgl": { "name": "@superset-ui/legacy-preset-chart-deckgl", - "version": "0.20.3", + "version": "0.20.4", "license": "Apache-2.0", "dependencies": { "@deck.gl/core": "^9.0.37", @@ -60957,7 +60957,7 @@ }, "plugins/plugin-chart-word-cloud": { "name": "@superset-ui/plugin-chart-word-cloud", - "version": "0.20.3", + "version": "0.20.4", "license": "Apache-2.0", "dependencies": { "@types/d3-scale": "^4.0.8", diff --git a/superset-frontend/packages/superset-ui-core/CHANGELOG.md b/superset-frontend/packages/superset-ui-core/CHANGELOG.md index 9fbf6b96fb476..17a7b28758280 100644 --- a/superset-frontend/packages/superset-ui-core/CHANGELOG.md +++ b/superset-frontend/packages/superset-ui-core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.4](https://github.com/apache/superset/compare/v0.20.3...v0.20.4) (2024-12-10) + +**Note:** Version bump only for package @superset-ui/core + # [0.20.0](https://github.com/apache/superset/compare/v2021.41.0...v0.20.0) (2024-09-09) ### Bug Fixes diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index 810d0b5e11cb9..819901506a2f3 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/core", - "version": "0.20.3", + "version": "0.20.4", "description": "Superset UI core", "keywords": [ "superset" diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/CHANGELOG.md b/superset-frontend/plugins/legacy-preset-chart-deckgl/CHANGELOG.md index b2478f1faaf15..6a5c08da298ef 100644 --- a/superset-frontend/plugins/legacy-preset-chart-deckgl/CHANGELOG.md +++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.4](https://github.com/apache/superset/compare/v0.20.3...v0.20.4) (2024-12-10) + +**Note:** Version bump only for package @superset-ui/legacy-preset-chart-deckgl + # [0.20.0](https://github.com/apache/superset/compare/v2021.41.0...v0.20.0) (2024-09-09) ### Bug Fixes diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json index 51c209e8cc70b..1364101238688 100644 --- a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json +++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-preset-chart-deckgl", - "version": "0.20.3", + "version": "0.20.4", "description": "Superset Legacy Chart - deck.gl", "keywords": [ "superset" diff --git a/superset-frontend/plugins/plugin-chart-word-cloud/CHANGELOG.md b/superset-frontend/plugins/plugin-chart-word-cloud/CHANGELOG.md index f0f5ff52d059b..7b9bb5c786ada 100644 --- a/superset-frontend/plugins/plugin-chart-word-cloud/CHANGELOG.md +++ b/superset-frontend/plugins/plugin-chart-word-cloud/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.4](https://github.com/apache/superset/compare/v0.20.3...v0.20.4) (2024-12-10) + +**Note:** Version bump only for package @superset-ui/plugin-chart-word-cloud + # [0.20.0](https://github.com/apache/superset/compare/v2021.41.0...v0.20.0) (2024-09-09) ### Bug Fixes diff --git a/superset-frontend/plugins/plugin-chart-word-cloud/package.json b/superset-frontend/plugins/plugin-chart-word-cloud/package.json index bf557033a1281..4633198a417aa 100644 --- a/superset-frontend/plugins/plugin-chart-word-cloud/package.json +++ b/superset-frontend/plugins/plugin-chart-word-cloud/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/plugin-chart-word-cloud", - "version": "0.20.3", + "version": "0.20.4", "description": "Superset Chart Plugin - Word Cloud", "sideEffects": [ "*.css"