Skip to content

Commit 89bc148

Browse files
chore: release v0.1.4 [skip ci]
1 parent 1548028 commit 89bc148

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.4](https://github.com/databricks/appkit/compare/v0.1.3...v0.1.4) (2025-12-26)
6+
7+
### appkit
8+
9+
* **appkit:** update llms.txt file ([#38](https://github.com/databricks/appkit/issues/38)) ([1548028](https://github.com/databricks/appkit/commit/1548028261722d9e3d0e867959367865ea840d85))
10+
511
## [0.1.3](https://github.com/databricks/appkit/compare/v0.1.2...v0.1.3) (2025-12-26)
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.3",
4+
"version": "0.1.4",
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.3",
4+
"version": "0.1.4",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)