Skip to content

Commit d7d98a3

Browse files
Version Packages (#1923)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 83e374d commit d7d98a3

11 files changed

Lines changed: 37 additions & 13 deletions

File tree

.changeset/update-streamlit-1-53-1.md

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

docs/CHANGELOG.md

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

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`83e374d`](https://github.com/whitphx/stlite/commit/83e374d5ebe626da858c59e1b63b4634ce963253)]:
8+
- @stlite/browser@1.5.0
9+
- @stlite/desktop@0.97.0
10+
311
## 0.0.12
412

513
### 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.12",
5+
"version": "0.0.13",
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.5.0
4+
5+
### Minor Changes
6+
7+
- [#1920](https://github.com/whitphx/stlite/pull/1920) [`83e374d`](https://github.com/whitphx/stlite/commit/83e374d5ebe626da858c59e1b63b4634ce963253) Thanks [@whitphx](https://github.com/whitphx)! - Update Streamlit to 1.53.1
8+
39
## 1.4.0
410

511
### Minor 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.4.0",
3+
"version": "1.5.0",
44
"type": "module",
55
"description": "Browser Stlite",
66
"keywords": [

packages/desktop/CHANGELOG.md

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

3+
## 0.97.0
4+
5+
### Minor Changes
6+
7+
- [#1920](https://github.com/whitphx/stlite/pull/1920) [`83e374d`](https://github.com/whitphx/stlite/commit/83e374d5ebe626da858c59e1b63b4634ce963253) Thanks [@whitphx](https://github.com/whitphx)! - Update Streamlit to 1.53.1
8+
39
## 0.96.0
410

511
### Minor Changes

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stlite/desktop",
3-
"version": "0.96.0",
3+
"version": "0.97.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"repository": {

packages/kernel/CHANGELOG.md

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

3+
## 0.100.0
4+
5+
### Minor Changes
6+
7+
- [#1920](https://github.com/whitphx/stlite/pull/1920) [`83e374d`](https://github.com/whitphx/stlite/commit/83e374d5ebe626da858c59e1b63b4634ce963253) Thanks [@whitphx](https://github.com/whitphx)! - Update Streamlit to 1.53.1
8+
39
## 0.99.0
410

511
### Minor Changes

packages/kernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stlite/kernel",
33
"private": true,
44
"description": "",
5-
"version": "0.99.0",
5+
"version": "0.100.0",
66
"license": "Apache-2.0",
77
"type": "module",
88
"exports": {

packages/react/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#1920](https://github.com/whitphx/stlite/pull/1920) [`83e374d`](https://github.com/whitphx/stlite/commit/83e374d5ebe626da858c59e1b63b4634ce963253) Thanks [@whitphx](https://github.com/whitphx)! - Update Streamlit to 1.53.1
8+
39
## 1.3.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)