Skip to content

Commit e51ce63

Browse files
chore: release v0.33.0 [skip ci]
Signed-off-by: databricks-appkit[bot] <databricks-appkit[bot]@users.noreply.github.com>
1 parent 6bd6dab commit e51ce63

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ All notable changes to this project will be documented in this file.
3232

3333
# Changelog
3434

35+
# Changelog
36+
37+
## [0.33.0](https://github.com/databricks/appkit/compare/v0.32.0...v0.33.0) (2026-05-12)
38+
39+
### appkit
40+
41+
* **appkit:** allow undefined values in IGenieConfig.spaces ([#322](https://github.com/databricks/appkit/issues/322)) ([d5469e9](https://github.com/databricks/appkit/commit/d5469e9f36acfbfdf7c207fbf4d8dc958ec57425))
42+
* **appkit:** reference agent-app, dev-playground chat UI, docs, and template ([#306](https://github.com/databricks/appkit/issues/306)) ([6bd6dab](https://github.com/databricks/appkit/commit/6bd6dab1b7c3d3e50d58c6d4640efe1c5f5595eb))
43+
* **appkit:** tools(plugins) DX, runAgent plugins arg, shared toolkit-resolver ([#305](https://github.com/databricks/appkit/issues/305)) ([a348855](https://github.com/databricks/appkit/commit/a3488558a10d43b1a1f4478f98b54f59108523e7))
44+
45+
* rename AnalyticsFormat to API enum names with legacy aliases ([#328](https://github.com/databricks/appkit/issues/328)) ([77d6a1b](https://github.com/databricks/appkit/commit/77d6a1bb1b6232a595ba028fd230949759689df3)), closes [#256](https://github.com/databricks/appkit/issues/256) [#327](https://github.com/databricks/appkit/issues/327)
46+
47+
3548
## [0.32.0](https://github.com/databricks/appkit/compare/v0.31.0...v0.32.0) (2026-05-08)
3649

3750
### appkit

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.32.0",
4+
"version": "0.33.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "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.32.0",
4+
"version": "0.33.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"packageManager": "pnpm@10.21.0",

0 commit comments

Comments
 (0)