Skip to content

Commit a50040e

Browse files
chore: release v0.1.2 [skip ci]
1 parent 258b768 commit a50040e

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.2](https://github.com/databricks/appkit/compare/v0.1.1...v0.1.2) (2025-12-23)
6+
7+
### appkit
8+
9+
* **appkit:** generate types ([#35](https://github.com/databricks/appkit/issues/35)) ([258b768](https://github.com/databricks/appkit/commit/258b76848b1c0aac61bf244a7a95774fb8a47479))
10+
511
## [0.1.1](https://github.com/databricks/appkit/compare/v0.1.0...v0.1.1) (2025-12-23)
612

713
* one-time publish workflow ([#36](https://github.com/databricks/appkit/issues/36)) ([428053b](https://github.com/databricks/appkit/commit/428053b5b122a5e54626196d1f4d8b3de17c9370))

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.1",
4+
"version": "0.1.2",
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.1",
4+
"version": "0.1.2",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)