Skip to content

Commit 964e40e

Browse files
chore: release v0.31.0 [skip ci]
Signed-off-by: databricks-appkit[bot] <databricks-appkit[bot]@users.noreply.github.com>
1 parent 12598dc commit 964e40e

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ All notable changes to this project will be documented in this file.
2828

2929
# Changelog
3030

31+
# Changelog
32+
33+
## [0.31.0](https://github.com/databricks/appkit/compare/v0.30.1...v0.31.0) (2026-05-06)
34+
35+
### appkit
36+
37+
* **appkit:** scan upward from preferred port in development ([#349](https://github.com/databricks/appkit/issues/349)) ([12598dc](https://github.com/databricks/appkit/commit/12598dc8a665df14732593317e7b9dc1ef075d8a))
38+
39+
3140
## [0.30.1](https://github.com/databricks/appkit/compare/v0.30.0...v0.30.1) (2026-05-06)
3241

3342
### appkit

NOTICE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ This Software contains code from the following open source projects:
6464
| [echarts-for-react](https://www.npmjs.com/package/echarts-for-react) | 3.0.5 | MIT | https://github.com/hustcc/echarts-for-react |
6565
| [embla-carousel-react](https://www.npmjs.com/package/embla-carousel-react) | 8.6.0 | MIT | https://www.embla-carousel.com |
6666
| [express](https://www.npmjs.com/package/express) | 4.22.0 | MIT | http://expressjs.com/ |
67+
| [get-port](https://www.npmjs.com/package/get-port) | 7.2.0 | MIT | https://github.com/sindresorhus/get-port#readme |
6768
| [input-otp](https://www.npmjs.com/package/input-otp) | 1.4.2 | MIT | https://input-otp.rodz.dev/ |
6869
| [lucide-react](https://www.npmjs.com/package/lucide-react) | 0.554.0 | ISC | https://lucide.dev |
6970
| [marked](https://www.npmjs.com/package/marked) | 16.4.2, 17.0.3 | MIT | https://marked.js.org |

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.30.1",
4+
"version": "0.31.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.30.1",
4+
"version": "0.31.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"packageManager": "pnpm@10.21.0",

0 commit comments

Comments
 (0)