Skip to content

Commit 6fdd17b

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

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ All notable changes to this project will be documented in this file.
4646

4747
# Changelog
4848

49+
# Changelog
50+
51+
## [0.37.0](https://github.com/databricks/appkit/compare/v0.36.0...v0.37.0) (2026-05-20)
52+
53+
### appkit
54+
55+
* **appkit:** one chat integration ([#386](https://github.com/databricks/appkit/issues/386)) ([35ecfd3](https://github.com/databricks/appkit/commit/35ecfd33e825bd2c1e593533d440626dcfeb2836))
56+
57+
* improve template and component responsiveness ([#391](https://github.com/databricks/appkit/issues/391)) ([d451278](https://github.com/databricks/appkit/commit/d451278c2aac07e6a24296f3519baed22f4e51a0))
58+
59+
4960
## [0.36.0](https://github.com/databricks/appkit/compare/v0.35.2...v0.36.0) (2026-05-20)
5061

5162
* add source-map support for editor DOM mapping ([#347](https://github.com/databricks/appkit/issues/347)) ([0d595c2](https://github.com/databricks/appkit/commit/0d595c2c198992cd31923d42137d72aa3da5effb))

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.36.0",
4+
"version": "0.37.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.36.0",
4+
"version": "0.37.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"bin": {

0 commit comments

Comments
 (0)