Skip to content

Commit c3fe169

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

4 files changed

Lines changed: 37 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ All notable changes to this project will be documented in this file.
8484

8585
# Changelog
8686

87+
# Changelog
88+
89+
## [0.47.0](https://github.com/databricks/appkit/compare/v0.46.0...v0.47.0) (2026-07-23)
90+
91+
* metric-view runtime ([#474](https://github.com/databricks/appkit/issues/474)) ([1b1a122](https://github.com/databricks/appkit/commit/1b1a122d3e08baf600df982b5f52d4c37d93aa04)), closes [#341](https://github.com/databricks/appkit/issues/341) [#484](https://github.com/databricks/appkit/issues/484) [#487](https://github.com/databricks/appkit/issues/487)
92+
93+
8794
## [0.46.0](https://github.com/databricks/appkit/compare/v0.45.0...v0.46.0) (2026-07-22)
8895

8996
### appkit

bundle-size-baseline.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
{
44
"name": "@databricks/appkit",
55
"tarball": {
6-
"packed": 739018,
7-
"unpacked": 2587311
6+
"packed": 771080,
7+
"unpacked": 2707798
88
},
99
"dist": {
1010
"total": {
11-
"raw": 2582866,
12-
"gzip": 867649
11+
"raw": 2703353,
12+
"gzip": 904567
1313
},
1414
"js": {
15-
"raw": 763840,
16-
"gzip": 267339
15+
"raw": 802165,
16+
"gzip": 279511
1717
},
1818
"types": {
19-
"raw": 287677,
20-
"gzip": 98389
19+
"raw": 291312,
20+
"gzip": 99393
2121
},
2222
"maps": {
23-
"raw": 1520554,
24-
"gzip": 498103
23+
"raw": 1599081,
24+
"gzip": 521845
2525
},
2626
"css": {
2727
"raw": 0,
@@ -31,22 +31,22 @@
3131
"raw": 10795,
3232
"gzip": 3818
3333
},
34-
"fileCount": 531
34+
"fileCount": 545
3535
},
3636
"entries": [
3737
{
3838
"id": ".",
39-
"gzip": 84384,
39+
"gzip": 89744,
4040
"composition": {
41-
"initialGzip": 81810,
41+
"initialGzip": 87170,
4242
"lazyGzip": 2574,
43-
"totalGzip": 84384,
44-
"own": 267930,
43+
"totalGzip": 89744,
44+
"own": 285461,
4545
"nodeModules": null,
4646
"chunks": [
4747
{
4848
"label": "index.js",
49-
"gzip": 77712,
49+
"gzip": 83072,
5050
"kind": "initial"
5151
},
5252
{
@@ -64,27 +64,27 @@
6464
},
6565
{
6666
"id": "./beta",
67-
"gzip": 40521,
67+
"gzip": 40753,
6868
"composition": {
69-
"initialGzip": 40290,
69+
"initialGzip": 40522,
7070
"lazyGzip": 231,
71-
"totalGzip": 40521,
72-
"own": 121236,
71+
"totalGzip": 40753,
72+
"own": 121992,
7373
"nodeModules": null,
7474
"chunks": [
7575
{
7676
"label": "beta.js",
77-
"gzip": 30915,
77+
"gzip": 31145,
7878
"kind": "initial"
7979
},
8080
{
8181
"label": "databricks.js",
82-
"gzip": 5927,
82+
"gzip": 5928,
8383
"kind": "initial"
8484
},
8585
{
8686
"label": "service-context.js",
87-
"gzip": 3228,
87+
"gzip": 3229,
8888
"kind": "initial"
8989
},
9090
{
@@ -107,17 +107,17 @@
107107
},
108108
{
109109
"id": "./type-generator",
110-
"gzip": 19068,
110+
"gzip": 19143,
111111
"composition": {
112-
"initialGzip": 19068,
112+
"initialGzip": 19143,
113113
"lazyGzip": 0,
114-
"totalGzip": 19068,
115-
"own": 55003,
114+
"totalGzip": 19143,
115+
"own": 55109,
116116
"nodeModules": null,
117117
"chunks": [
118118
{
119119
"label": "index.js",
120-
"gzip": 19068,
120+
"gzip": 19143,
121121
"kind": "initial"
122122
}
123123
]

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.46.0",
4+
"version": "0.47.0",
55
"license": "Apache-2.0",
66
"sideEffects": [
77
"**/*.css"

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.46.0",
4+
"version": "0.47.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"bin": {

0 commit comments

Comments
 (0)