Skip to content

Commit 659609f

Browse files
committed
Publish 0.4.0a4
SHA256 hashes: jupyterlite-javascript-kernel-0.4.0-alpha.4.tgz: cec6a9e6e6f2cca003a083788e393f357dfa782d5c50a7ba7125d046f309e9c7 jupyterlite-javascript-kernel-extension-0.4.0-alpha.4.tgz: a5856130a1c697f09ece8e0baf21f1f22614db6f5f8f2733246307bfa446bd30 jupyterlite_javascript_kernel-0.4.0a4-py3-none-any.whl: f69e12b54814ffb4918af3a1febe66fb2dc8c8381512bc99e14f014f1d5f6b58 jupyterlite_javascript_kernel-0.4.0a4.tar.gz: f46f259c9f7918e4b21b8734e6680075a6f8bf34bc3de10e65d43e09875dfa39
1 parent 70fde68 commit 659609f

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.0a4
6+
7+
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.4.0-alpha.3...70fde687bf34470c7cf3dcf5f154dc6b176fe6b4))
8+
9+
### Enhancements made
10+
11+
- Jupyter Widgets [#24](https://github.com/jupyterlite/javascript-kernel/pull/24) ([@jtpio](https://github.com/jtpio), [@bollwyvl](https://github.com/bollwyvl))
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-09&to=2026-05-12&type=c))
19+
20+
@bollwyvl ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fjavascript-kernel+involves%3Abollwyvl+updated%3A2026-03-09..2026-05-12&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fjavascript-kernel+involves%3Ajtpio+updated%3A2026-03-09..2026-05-12&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 0.4.0a3
625

726
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.4.0-alpha.2...8c03818141798cf3c3424671187d68887513cda8))
@@ -19,8 +38,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
1938

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

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2441
## 0.4.0a2
2542

2643
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.4.0-alpha.1...7d34a537dff88d716c2a30ad7a808f2f530eaf2e))

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-a3",
4+
"version": "0.4.0-a4",
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.3",
3+
"version": "0.4.0-alpha.4",
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.3",
43+
"@jupyterlite/javascript-kernel": "^0.4.0-alpha.4",
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.3",
3+
"version": "0.4.0-alpha.4",
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.3
3649+
"@jupyterlite/javascript-kernel": ^0.4.0-alpha.4
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.3, @jupyterlite/javascript-kernel@workspace:packages/javascript-kernel":
3675+
"@jupyterlite/javascript-kernel@^0.4.0-alpha.4, @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)