Skip to content

Commit 43e337c

Browse files
Version Packages (#1911)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a3aa0fb commit 43e337c

15 files changed

Lines changed: 55 additions & 25 deletions

.changeset/add-use-kernel-hook.md

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

.changeset/common-news-call.md

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

.changeset/fix-idbfs-data-url-worker.md

Lines changed: 0 additions & 5 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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6991477`](https://github.com/whitphx/stlite/commit/6991477416911a49044fbbe266ac338fecfd5b40)]:
8+
- @stlite/desktop@0.95.0
9+
- @stlite/browser@1.3.0
10+
311
## 0.0.10
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.10",
5+
"version": "0.0.11",
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.3.0
4+
5+
### Minor Changes
6+
7+
- [#1893](https://github.com/whitphx/stlite/pull/1893) [`6991477`](https://github.com/whitphx/stlite/commit/6991477416911a49044fbbe266ac338fecfd5b40) Thanks [@whitphx](https://github.com/whitphx)! - Update Pyodide to 0.29.3
8+
39
## 1.2.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.2.0",
3+
"version": "1.3.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.95.0
4+
5+
### Minor Changes
6+
7+
- [#1893](https://github.com/whitphx/stlite/pull/1893) [`6991477`](https://github.com/whitphx/stlite/commit/6991477416911a49044fbbe266ac338fecfd5b40) Thanks [@whitphx](https://github.com/whitphx)! - Update Pyodide to 0.29.3
8+
39
## 0.94.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.94.0",
3+
"version": "0.95.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"repository": {

packages/kernel/CHANGELOG.md

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

3+
## 0.98.0
4+
5+
### Minor Changes
6+
7+
- [#1893](https://github.com/whitphx/stlite/pull/1893) [`6991477`](https://github.com/whitphx/stlite/commit/6991477416911a49044fbbe266ac338fecfd5b40) Thanks [@whitphx](https://github.com/whitphx)! - Update Pyodide to 0.29.3
8+
9+
### Patch Changes
10+
11+
- [#1910](https://github.com/whitphx/stlite/pull/1910) [`9f99bf6`](https://github.com/whitphx/stlite/commit/9f99bf612d2e6add0dd26c6fcc53bbf399420d03) Thanks [@whitphx](https://github.com/whitphx)! - Fix worker creation on opaque origins (e.g. file:// protocol, data: URLs): wrap data: URL workers in blob URLs to fix IndexedDB access (IDBFS), correctly detect opaque origins in same-origin checks, and fall back from SharedWorker to regular Worker on opaque origins where SharedWorker silently fails
12+
313
## 0.97.2
414

515
### Patch Changes

0 commit comments

Comments
 (0)