Skip to content

Commit 15e5040

Browse files
chore: release v0.47.1 [skip ci]
Signed-off-by: databricks-appkit[bot] <databricks-appkit[bot]@users.noreply.github.com>
1 parent 716a219 commit 15e5040

4 files changed

Lines changed: 17 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ All notable changes to this project will be documented in this file.
8686

8787
# Changelog
8888

89+
# Changelog
90+
91+
## [0.47.1](https://github.com/databricks/appkit/compare/v0.47.0...v0.47.1) (2026-07-23)
92+
93+
### cli
94+
95+
* **cli:** match lint test-file exclusion relative to scan root ([#490](https://github.com/databricks/appkit/issues/490)) ([716a219](https://github.com/databricks/appkit/commit/716a2196bc7123e4f1341f3da3c4e299b857fef7))
96+
97+
8998
## [0.47.0](https://github.com/databricks/appkit/compare/v0.46.0...v0.47.0) (2026-07-23)
9099

91100
* 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)

bundle-size-baseline.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "@databricks/appkit",
55
"tarball": {
6-
"packed": 771080,
6+
"packed": 771082,
77
"unpacked": 2707798
88
},
99
"dist": {
@@ -64,17 +64,17 @@
6464
},
6565
{
6666
"id": "./beta",
67-
"gzip": 40753,
67+
"gzip": 40758,
6868
"composition": {
69-
"initialGzip": 40522,
69+
"initialGzip": 40527,
7070
"lazyGzip": 231,
71-
"totalGzip": 40753,
71+
"totalGzip": 40758,
7272
"own": 121992,
7373
"nodeModules": null,
7474
"chunks": [
7575
{
7676
"label": "beta.js",
77-
"gzip": 31145,
77+
"gzip": 31150,
7878
"kind": "initial"
7979
},
8080
{
@@ -128,7 +128,7 @@
128128
{
129129
"name": "@databricks/appkit-ui",
130130
"tarball": {
131-
"packed": 302397,
131+
"packed": 302398,
132132
"unpacked": 1269765
133133
},
134134
"dist": {

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

0 commit comments

Comments
 (0)