Skip to content

Commit b08dda0

Browse files
chore: release v0.35.1 [skip ci]
Signed-off-by: databricks-appkit[bot] <databricks-appkit[bot]@users.noreply.github.com>
1 parent 5496c6a commit b08dda0

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

4141
# Changelog
4242

43+
# Changelog
44+
45+
## [0.35.1](https://github.com/databricks/appkit/compare/v0.35.0...v0.35.1) (2026-05-15)
46+
47+
### appkit-ui
48+
49+
* **appkit-ui:** stabilize useAnalyticsQuery params reference to avoid infinite refetch ([#321](https://github.com/databricks/appkit/issues/321)) ([5496c6a](https://github.com/databricks/appkit/commit/5496c6a6ac02979a11094f5e9a55e3d92e2a7236))
50+
51+
4352
## [0.35.0](https://github.com/databricks/appkit/compare/v0.34.1...v0.35.0) (2026-05-14)
4453

4554
### lakebase

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

0 commit comments

Comments
 (0)