Skip to content

Commit 47dc12d

Browse files
chore: release v0.16.0 [skip ci]
1 parent 2e9d6e5 commit 47dc12d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.16.0](https://github.com/databricks/appkit/compare/v0.15.0...v0.16.0) (2026-03-06)
6+
7+
* typegen concurrency ([#156](https://github.com/databricks/appkit/issues/156)) ([2e9d6e5](https://github.com/databricks/appkit/commit/2e9d6e5f4397783c747ed84f071e7e130be4fbd6))
8+
59
## [0.15.0](https://github.com/databricks/appkit/compare/v0.14.1...v0.15.0) (2026-03-05)
610

711
* improve dev routes rendering ([#160](https://github.com/databricks/appkit/issues/160)) ([a9df281](https://github.com/databricks/appkit/commit/a9df28186df7ea4c839161be7af9e8648a1d918c))

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

0 commit comments

Comments
 (0)