Skip to content

Commit c643152

Browse files
chore: release v0.1.0 [skip ci]
1 parent 19102be commit c643152

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,18 @@
22

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

5+
## [0.1.0](https://github.com/databricks/appkit/compare/v0.0.2...v0.1.0) (2025-12-23)
6+
7+
* automatic release ([#31](https://github.com/databricks/appkit/issues/31)) ([7867d54](https://github.com/databricks/appkit/commit/7867d547d63417e389fed5b6c2928cf63c027a7a))
8+
* notice.md ([#30](https://github.com/databricks/appkit/issues/30)) ([6d02543](https://github.com/databricks/appkit/commit/6d02543100ef3a5fce4812eabb8c578731cfc41c))
9+
* type-safety demo theme ([#14](https://github.com/databricks/appkit/issues/14)) ([eab85a5](https://github.com/databricks/appkit/commit/eab85a5cd1415bbd0eaca626f51bca6662372ece))
10+
* setup basic CI pipeline for docs ([#24](https://github.com/databricks/appkit/issues/24)) ([09c73e2](https://github.com/databricks/appkit/commit/09c73e200631dfbe8b139f287755839a84fb9373))
11+
* customize website ([#25](https://github.com/databricks/appkit/issues/25)) ([7fc05c9](https://github.com/databricks/appkit/commit/7fc05c933f79ca0126508f38bbd80ecfc188b2a6))
12+
* new llms.txt ([#34](https://github.com/databricks/appkit/issues/34)) ([19102be](https://github.com/databricks/appkit/commit/19102be47a417b87b30b5df24774a35e00e72d5d))
13+
* setup a Docusaurs website ([#23](https://github.com/databricks/appkit/issues/23)) ([e6b6b54](https://github.com/databricks/appkit/commit/e6b6b545a1532a7ce87475c4c3b28b8801009efb))
14+
* add type-safe sql queries with query registry ([#11](https://github.com/databricks/appkit/issues/11)) ([58f73ad](https://github.com/databricks/appkit/commit/58f73ad6b9399a220cd260a288fc6e8f9d3ff9ba))
15+
* appkit setup ([#22](https://github.com/databricks/appkit/issues/22)) ([68ff9e1](https://github.com/databricks/appkit/commit/68ff9e1c8324b0aa22c547a79db97d592bb69af7))
16+
* arrow stream integration ([#16](https://github.com/databricks/appkit/issues/16)) ([3128ce3](https://github.com/databricks/appkit/commit/3128ce3e5af771394c99e283b68879e2cce60c01))
17+
* configure Databricks client user agent ([#12](https://github.com/databricks/appkit/issues/12)) ([5560cba](https://github.com/databricks/appkit/commit/5560cbacc54d53a9f19adc0f526c500aeaa80536))
18+
* inject config from server ([#27](https://github.com/databricks/appkit/issues/27)) ([2e792d2](https://github.com/databricks/appkit/commit/2e792d28924418222f13f6aedcb004ca238770eb))
19+
* reexport shadcn components and theme ([#2](https://github.com/databricks/appkit/issues/2)) ([4964c07](https://github.com/databricks/appkit/commit/4964c076a4c4507b2d501fd2f1febe806192ab0a))

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.0.2",
4+
"version": "0.1.0",
55
"packageManager": "[email protected]",
66
"files": [
77
"dist",

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

0 commit comments

Comments
 (0)