Skip to content

Commit

Permalink
chore(superset-ui): publish v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Apr 18, 2023
1 parent e4d3f7d commit 9bab31a
Show file tree
Hide file tree
Showing 64 changed files with 2,874 additions and 63 deletions.
2,167 changes: 2,167 additions & 0 deletions superset-frontend/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion superset-frontend/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"npmClient": "npm",
"packages": ["packages/*", "plugins/*"],
"useWorkspaces": true,
"version": "0.19.0",
"version": "2.1.0",
"ignoreChanges": [
"**/*.md",
"**/*.spec.tsx?",
Expand Down
60 changes: 30 additions & 30 deletions superset-frontend/package-lock.json

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

7 changes: 7 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,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/apache/superset/compare/v2021.41.0...v2.1.0) (2023-04-18)

### Bug Fixes

- **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))

# [0.19.0](https://github.com/apache/superset/compare/v2021.41.0...v0.19.0) (2023-04-18)

### 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": "2.1.0",
"description": "Scaffolder for Superset",
"keywords": [
"yeoman",
Expand Down
Loading

0 comments on commit 9bab31a

Please sign in to comment.