Skip to content

Commit 9cc4a94

Browse files
chore: release v0.1.3 [skip ci]
1 parent db5e266 commit 9cc4a94

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.1.3](https://github.com/databricks/appkit/compare/v0.1.2...v0.1.3) (2025-12-26)
6+
7+
### appkit
8+
9+
* **appkit:** query cache generation ([#37](https://github.com/databricks/appkit/issues/37)) ([db5e266](https://github.com/databricks/appkit/commit/db5e26608a1751e795e2edb5f1c401040db089e7))
10+
511
## [0.1.2](https://github.com/databricks/appkit/compare/v0.1.1...v0.1.2) (2025-12-23)
612

713
### 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.1.2",
4+
"version": "0.1.3",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/databricks/appkit.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.1.2",
4+
"version": "0.1.3",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)