Skip to content

Commit cc7b25f

Browse files
chore: release v0.34.0 [skip ci]
Signed-off-by: databricks-appkit[bot] <databricks-appkit[bot]@users.noreply.github.com>
1 parent 7adcec0 commit cc7b25f

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
@@ -34,6 +34,17 @@ All notable changes to this project will be documented in this file.
3434

3535
# Changelog
3636

37+
# Changelog
38+
39+
## [0.34.0](https://github.com/databricks/appkit/compare/v0.33.0...v0.34.0) (2026-05-13)
40+
41+
* add name field to genie manifest for non-interactive --set support ([#384](https://github.com/databricks/appkit/issues/384)) ([7adcec0](https://github.com/databricks/appkit/commit/7adcec03768e2e5168564f69617c9189c9ae1522))
42+
43+
### appkit
44+
45+
* **appkit:** infer numeric SQL type for sql.number(), add typed variants ([#323](https://github.com/databricks/appkit/issues/323)) ([f65be0e](https://github.com/databricks/appkit/commit/f65be0ec8d930d21e7d71c06f975a5b4fe6b8e55))
46+
47+
3748
## [0.33.0](https://github.com/databricks/appkit/compare/v0.32.0...v0.33.0) (2026-05-12)
3849

3950
### appkit

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

0 commit comments

Comments
 (0)