diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c329c5..81f9c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.8.0](https://github.com/lakekeeper/console-components/compare/v0.7.2...v0.8.0) (2026-06-08) + + +### Features + +* **ui:** add \`pickable\` mode + \`+\` action button to WarehousesNavigationTree ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9)) +* **ui:** add generic-table (Lance/Delta/Vortex/…) support across navigation, list, detail, and search ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9)) +* **ui:** add Iceberg format-version policy editor to warehouse create and "Catalog Settings" dialogs ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9)) +* **ui:** add per-queue maintenance summary (last/next/run-now/reschedule/cancel) inside TaskManager ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9)) +* **ui:** rename "Change Deletion" to "Catalog Settings" combining deletion + format policy in one update ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9)) +* **ui:** unify Iceberg + generic tables under one Tables tab with format icons and type filter ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9)) + ## [0.7.2](https://github.com/lakekeeper/console-components/compare/v0.7.1...v0.7.2) (2026-05-27) diff --git a/package-lock.json b/package-lock.json index 73a26d3..4bd3f89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lakekeeper/console-components", - "version": "0.7.2", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lakekeeper/console-components", - "version": "0.7.2", + "version": "0.8.0", "license": "Apache-2.0", "dependencies": { "@codemirror/commands": "^6.10.3", diff --git a/package.json b/package.json index 215fc3e..faa0e75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lakekeeper/console-components", - "version": "0.7.2", + "version": "0.8.0", "description": "A library of Vue components for Lakekeeper console applications", "type": "module", "main": "dist/console-components.umd.js", diff --git a/release-please/.release-please-manifest.json b/release-please/.release-please-manifest.json index ca1c614..64f3cdd 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.8.0" }