This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch publishing-packages-and-plugins-v-0.18.27 in repository https://gitbox.apache.org/repos/asf/superset.git
commit aa177ffe630d5d1b1cafabdae1cef25b719d5528 Author: Evan Rusackas <e...@rusackas.com> AuthorDate: Sun Sep 8 23:07:33 2024 -0600 roll back lerna.json, ignore EOF fixes on it --- .pre-commit-config.yaml | 1 + superset-frontend/lerna.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d5a3fc239..7ea2f5defc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,6 +52,7 @@ repos: exclude: ^helm/superset/templates/ - id: debug-statements - id: end-of-file-fixer + exclude: ^lerna\.json$ - id: trailing-whitespace exclude: ^.*\.(snap) args: ["--markdown-linebreak-ext=md"] diff --git a/superset-frontend/lerna.json b/superset-frontend/lerna.json index 02354325fa..9c7812bb6f 100644 --- a/superset-frontend/lerna.json +++ b/superset-frontend/lerna.json @@ -5,7 +5,7 @@ "plugins/*", "src/setup/*" ], - "version": "0.19.0", + "version": "0.18.28", "ignoreChanges": [ "**/*.md", "**/*.spec.tsx?",