Skip to content

Commit e6bc0b2

Browse files
committed
Publish 0.4.0a2
SHA256 hashes: jupyterlite-javascript-kernel-0.4.0-alpha.2.tgz: 85e229772eea0d01d4080db46570eb0ebebfe1d137ba1a304214eea0c2a98f84 jupyterlite-javascript-kernel-extension-0.4.0-alpha.2.tgz: a1e701e56ec88a0343596dced32dc95234ab01f0febd26f9ec62a341bc3d9e5a jupyterlite_javascript_kernel-0.4.0a2-py3-none-any.whl: 6d8a0f4deb5df35653f0054deec184ec8551f93881a73c084df7de615454da42 jupyterlite_javascript_kernel-0.4.0a2.tar.gz: f5f0a877a31265d3ce1c844ee2b0e4d570b48991444223ea71bd92ea2e0e5804
1 parent 7d34a53 commit e6bc0b2

File tree

5 files changed

+29
-8
lines changed

5 files changed

+29
-8
lines changed

CHANGELOG.md

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

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

5+
## 0.4.0a2
6+
7+
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.4.0-alpha.1...7d34a537dff88d716c2a30ad7a808f2f530eaf2e))
8+
9+
### Enhancements made
10+
11+
- Add predefined docs if available [#22](https://github.com/jupyterlite/javascript-kernel/pull/22) ([@jtpio](https://github.com/jtpio))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Fix shared data [#21](https://github.com/jupyterlite/javascript-kernel/pull/21) ([@jtpio](https://github.com/jtpio))
16+
17+
### Contributors to this release
18+
19+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
20+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
21+
22+
([GitHub contributors page for this release](https://github.com/jupyterlite/javascript-kernel/graphs/contributors?from=2026-03-05&to=2026-03-06&type=c))
23+
24+
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fjavascript-kernel+involves%3Ajtpio+updated%3A2026-03-05..2026-03-06&type=Issues))
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 0.4.0a1
629

730
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.4.0-alpha.0...87c8a2403f008083cf3086dbde5c06946a5b184d))
@@ -23,8 +46,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
2346

2447
@bollwyvl ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fjavascript-kernel+involves%3Abollwyvl+updated%3A2024-05-23..2026-03-05&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fjavascript-kernel+involves%3Ajtpio+updated%3A2024-05-23..2026-03-05&type=Issues))
2548

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2849
## 0.4.0a0
2950

3051
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.3.0...d557adf3cd01c6007b64e5a9be185d091c6531c3))

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