Skip to content

Commit 97eddb4

Browse files
Version Packages (#1870)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0530e00 commit 97eddb4

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/friendly-doors-wave.md

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

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0530e00`](https://github.com/whitphx/stlite/commit/0530e00c3a5f515ce36e85fefdfb6bd5f9c73bae)]:
8+
- @stlite/browser@1.1.0
9+
310
## 0.0.8
411

512
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docs",
33
"private": true,
44
"type": "module",
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"scripts": {
77
"dev": "astro dev",
88
"start": "astro dev",

packages/browser/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#1834](https://github.com/whitphx/stlite/pull/1834) [`0530e00`](https://github.com/whitphx/stlite/commit/0530e00c3a5f515ce36e85fefdfb6bd5f9c73bae) Thanks [@whitphx](https://github.com/whitphx)! - Add `src` attribute support for `<streamlit-app>` custom element to load apps from external URLs
8+
39
## 1.0.1
410

511
### Patch Changes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stlite/browser",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"type": "module",
55
"description": "Browser Stlite",
66
"keywords": [

0 commit comments

Comments
 (0)