Skip to content

Commit da10644

Browse files
chore: release v0.11.2 [skip ci]
1 parent ee6aa2b commit da10644

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.11.2](https://github.com/databricks/appkit/compare/v0.11.1...v0.11.2) (2026-02-27)
6+
7+
* make warehouseId optional in ServiceContext when no plugin requires it ([#91](https://github.com/databricks/appkit/issues/91)) ([ee6aa2b](https://github.com/databricks/appkit/commit/ee6aa2bcb3cf54789adb7a10426f700e60c672af))
8+
59
## [0.11.1](https://github.com/databricks/appkit/compare/v0.11.0...v0.11.1) (2026-02-26)
610

711
* handle array-returning Vite plugins in mergeConfigDedup ([#89](https://github.com/databricks/appkit/issues/89)) ([a9c3c1d](https://github.com/databricks/appkit/commit/a9c3c1d90f124053b468d0534b70e20531a718c2))

packages/appkit-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@databricks/appkit-ui",
33
"type": "module",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/databricks/appkit.git"

packages/appkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@databricks/appkit",
33
"type": "module",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"packageManager": "pnpm@10.21.0",

0 commit comments

Comments
 (0)