Skip to content

Commit

Permalink
chore(superset-ui): publish v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Sep 9, 2024
1 parent 5b2bffd commit d216429
Show file tree
Hide file tree
Showing 57 changed files with 4,533 additions and 56 deletions.
3,492 changes: 3,492 additions & 0 deletions superset-frontend/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions superset-frontend/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"plugins/*",
"src/setup/*"
],
"version": "0.18.28",
"version": "0.20.0",
"ignoreChanges": [
"**/*.md",
"**/*.spec.tsx?",
Expand All @@ -23,4 +23,4 @@
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
}
54 changes: 27 additions & 27 deletions superset-frontend/package-lock.json

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

13 changes: 13 additions & 0 deletions superset-frontend/packages/generator-superset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.20.0](https://github.com/apache/superset/compare/v2021.41.0...v0.20.0) (2024-09-09)

### Bug Fixes

- **dependencies:** stopping (and preventing) full lodash library import... now using only method level imports. ([#26710](https://github.com/apache/superset/issues/26710)) ([1d4b8b6](https://github.com/apache/superset/commit/1d4b8b69896776cf8831b8202e69424e14067011))
- **generator:** add lockfile and fix styling issues ([#18073](https://github.com/apache/superset/issues/18073)) ([5bfe2d4](https://github.com/apache/superset/commit/5bfe2d47b0d46d6f561fdae6e803d6929ffe840b))
- **generator:** more cleanup to plugin framework ([#18027](https://github.com/apache/superset/issues/18027)) ([8dea7f5](https://github.com/apache/superset/commit/8dea7f500bea194f55c15c9f1511a35b2c328cd6))
- **plugin-generator:** Addresses linter errors in newly generated Superset plugin ([#23513](https://github.com/apache/superset/issues/23513)) ([de42c11](https://github.com/apache/superset/commit/de42c11f99355e5fba2c2162ff180ee273801766))

### Features

- **build:** uplift Lerna + replace insecure shortid with nanoid + uplift Yeoman-related packages + ESM-ize generator-superset ([#29419](https://github.com/apache/superset/issues/29419)) ([c30ca53](https://github.com/apache/superset/commit/c30ca534a38f624bfc87fcfa1c1161b542115822))

# [0.19.0](https://github.com/apache/superset/compare/v2021.41.0...v0.19.0) (2024-09-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion superset-frontend/packages/generator-superset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/generator-superset",
"version": "0.19.0",
"version": "0.20.0",
"description": "Scaffolder for Superset",
"keywords": [
"yeoman",
Expand Down
Loading

0 comments on commit d216429

Please sign in to comment.