Skip to content

Commit 3b87ed3

Browse files
chore: release v0.36.0 [skip ci]
Signed-off-by: databricks-appkit[bot] <databricks-appkit[bot]@users.noreply.github.com>
1 parent 0d595c2 commit 3b87ed3

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

4545
# Changelog
4646

47+
# Changelog
48+
49+
## [0.36.0](https://github.com/databricks/appkit/compare/v0.35.2...v0.36.0) (2026-05-20)
50+
51+
* add source-map support for editor DOM mapping ([#347](https://github.com/databricks/appkit/issues/347)) ([0d595c2](https://github.com/databricks/appkit/commit/0d595c2c198992cd31923d42137d72aa3da5effb))
52+
53+
4754
## [0.35.2](https://github.com/databricks/appkit/compare/v0.35.1...v0.35.2) (2026-05-15)
4855

4956
* unblock SP calls for UC in production ([#351](https://github.com/databricks/appkit/issues/351)) ([d97a2ef](https://github.com/databricks/appkit/commit/d97a2ef0c24b9d47283c4285f85d6e967ec49704))

NOTICE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ This Software contains code from the following open source projects:
6868
| [input-otp](https://www.npmjs.com/package/input-otp) | 1.4.2 | MIT | https://input-otp.rodz.dev/ |
6969
| [js-yaml](https://www.npmjs.com/package/js-yaml) | 3.14.2, 4.1.1 | MIT | https://github.com/nodeca/js-yaml#readme |
7070
| [lucide-react](https://www.npmjs.com/package/lucide-react) | 0.554.0 | ISC | https://lucide.dev |
71+
| [magic-string](https://www.npmjs.com/package/magic-string) | 0.30.21 | MIT | https://github.com/Rich-Harris/magic-string#readme |
7172
| [marked](https://www.npmjs.com/package/marked) | 16.4.2, 17.0.3 | MIT | https://marked.js.org |
7273
| [next-themes](https://www.npmjs.com/package/next-themes) | 0.4.6 | MIT | https://github.com/pacocoursey/next-themes#readme |
7374
| [obug](https://www.npmjs.com/package/obug) | 2.1.1 | MIT | https://github.com/sxzz/obug#readme |

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

0 commit comments

Comments
 (0)