File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments