Skip to content

Commit 4cca90b

Browse files
committed
Publish 0.4.0a3
SHA256 hashes: jupyterlite-javascript-kernel-0.4.0-alpha.3.tgz: e0c7168e845ef84751a7ddff2a586131a26dafd33e7c47f1abb9ea6847243d18 jupyterlite-javascript-kernel-extension-0.4.0-alpha.3.tgz: 45342671392e683a0b6ba35542aaa1aef1abd3309814aae197d6f1282b2fb3a6 jupyterlite_javascript_kernel-0.4.0a3-py3-none-any.whl: 498e19b6e6ef7617a88232a76dc807f43f8fc0b30e7d696992b1a6c702a2d016 jupyterlite_javascript_kernel-0.4.0a3.tar.gz: 6a3159ce92cb328826f8e4fcdaba48f16c29d160ceb0cd00814b122792d59b7e
1 parent 8c03818 commit 4cca90b

5 files changed

Lines changed: 25 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.4.0a3
6+
7+
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.4.0-alpha.2...8c03818141798cf3c3424671187d68887513cda8))
8+
9+
### Enhancements made
10+
11+
- Improve error handling [#23](https://github.com/jupyterlite/javascript-kernel/pull/23) ([@jtpio](https://github.com/jtpio))
12+
13+
### Contributors to this release
14+
15+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
16+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
17+
18+
([GitHub contributors page for this release](https://github.com/jupyterlite/javascript-kernel/graphs/contributors?from=2026-03-06&to=2026-03-09&type=c))
19+
20+
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fjavascript-kernel+involves%3Ajtpio+updated%3A2026-03-06..2026-03-09&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 0.4.0a2
625

726
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.4.0-alpha.1...7d34a537dff88d716c2a30ad7a808f2f530eaf2e))
@@ -23,8 +42,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
2342

2443
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fjavascript-kernel+involves%3Ajtpio+updated%3A2026-03-05..2026-03-06&type=Issues))
2544

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2845
## 0.4.0a1
2946

3047
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.4.0-alpha.0...87c8a2403f008083cf3086dbde5c06946a5b184d))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jupyterlite/javascript-kernel-root",
33
"private": true,
4-
"version": "0.4.0-a2",
4+
"version": "0.4.0-a3",
55
"description": "A JavaScript kernel for JupyterLite",
66
"keywords": [
77
"jupyter",

packages/javascript-kernel-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/javascript-kernel-extension",
3-
"version": "0.4.0-alpha.2",
3+
"version": "0.4.0-alpha.3",
44
"description": "JupyterLite - JavaScript Kernel Extension",
55
"homepage": "https://github.com/jupyterlite/javascript-kernel",
66
"bugs": {
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@jupyterlab/application": "^4.5.5",
43-
"@jupyterlite/javascript-kernel": "^0.4.0-alpha.2",
43+
"@jupyterlite/javascript-kernel": "^0.4.0-alpha.3",
4444
"@jupyterlite/services": "^0.7.0"
4545
},
4646
"devDependencies": {

packages/javascript-kernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/javascript-kernel",
3-
"version": "0.4.0-alpha.2",
3+
"version": "0.4.0-alpha.3",
44
"description": "JupyterLite - JavaScript Kernel",
55
"homepage": "https://github.com/jupyterlite/javascript-kernel",
66
"bugs": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3646,7 +3646,7 @@ __metadata:
36463646
dependencies:
36473647
"@jupyterlab/application": ^4.5.5
36483648
"@jupyterlab/builder": ^4.5.5
3649-
"@jupyterlite/javascript-kernel": ^0.4.0-alpha.2
3649+
"@jupyterlite/javascript-kernel": ^0.4.0-alpha.3
36503650
"@jupyterlite/services": ^0.7.0
36513651
npm-run-all2: ^7.0.1
36523652
rimraf: ~5.0.1
@@ -3672,7 +3672,7 @@ __metadata:
36723672
languageName: unknown
36733673
linkType: soft
36743674

3675-
"@jupyterlite/javascript-kernel@^0.4.0-alpha.2, @jupyterlite/javascript-kernel@workspace:packages/javascript-kernel":
3675+
"@jupyterlite/javascript-kernel@^0.4.0-alpha.3, @jupyterlite/javascript-kernel@workspace:packages/javascript-kernel":
36763676
version: 0.0.0-use.local
36773677
resolution: "@jupyterlite/javascript-kernel@workspace:packages/javascript-kernel"
36783678
dependencies:

0 commit comments

Comments
 (0)