Skip to content

Commit 9bf72cb

Browse files
chore: release v0.34.1 [skip ci]
Signed-off-by: databricks-appkit[bot] <databricks-appkit[bot]@users.noreply.github.com>
1 parent 0aedd1b commit 9bf72cb

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

3737
# Changelog
3838

39+
# Changelog
40+
41+
## [0.34.1](https://github.com/databricks/appkit/compare/v0.34.0...v0.34.1) (2026-05-13)
42+
43+
### appkit
44+
45+
* **appkit:** honor TTL in CacheManager.getOrExecute ([#326](https://github.com/databricks/appkit/issues/326)) ([0aedd1b](https://github.com/databricks/appkit/commit/0aedd1b6eb8c9ead1a685bfb5b101a0751246ffd))
46+
47+
3948
## [0.34.0](https://github.com/databricks/appkit/compare/v0.33.0...v0.34.0) (2026-05-13)
4049

4150
* 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))

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

0 commit comments

Comments
 (0)