Skip to content

Commit a9799ca

Browse files
chore: version packages (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7b5f5a commit a9799ca

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/chrome-light-theme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @karnstack/kino
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- e7b5f5a: Add a `chromeTheme` prop (`"light" | "dark"`, default `"dark"`) to the player and ScenesPlayer chrome. Light mode renders the chrome as light glass via a `data-kino-theme="light"` token set. Distinct from `sceneTheme`, which themes the scene stage inside the iframe.
8+
39
## 0.8.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@karnstack/kino",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Themeable React video player with pluggable providers.",
55
"license": "MIT",
66
"author": "Karn",

0 commit comments

Comments
 (0)