Skip to content

Commit 82fa2f2

Browse files
committed
Publish 0.4.0a1
SHA256 hashes: jupyterlite-javascript-kernel-0.4.0-alpha.1.tgz: 56b3394c3fc830bba6c532445ab2e2b879295dcc73f9d38e482518ebe39a2480 jupyterlite-javascript-kernel-extension-0.4.0-alpha.1.tgz: 2aa22e486958bf38538bc7cefc5313952a9c797388e59801c0d09338ac456f96 jupyterlite_javascript_kernel-0.4.0a1-py3-none-any.whl: 8944122af7a4155a59eb7be0d5497c1173aabe2dcc7382ac3de011bdf96a5874 jupyterlite_javascript_kernel-0.4.0a1.tar.gz: d3abe9d30a7207a1a8e971773b4964e1e29c789c4f7c59d499d0684e6195e12c
1 parent 87c8a24 commit 82fa2f2

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.0a1
6+
7+
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.4.0-alpha.0...87c8a2403f008083cf3086dbde5c06946a5b184d))
8+
9+
### Enhancements made
10+
11+
- Many improvements [#20](https://github.com/jupyterlite/javascript-kernel/pull/20) ([@jtpio](https://github.com/jtpio), [@bollwyvl](https://github.com/bollwyvl))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Update to JupyterLite 0.7.0 [#18](https://github.com/jupyterlite/javascript-kernel/pull/18) ([@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=2024-05-23&to=2026-03-05&type=c))
23+
24+
@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))
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 0.4.0a0
629

730
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.3.0...d557adf3cd01c6007b64e5a9be185d091c6531c3))
@@ -17,8 +40,6 @@
1740

1841
[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjavascript-kernel+involves%3Ajtpio+updated%3A2024-03-26..2024-05-23&type=Issues)
1942

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2243
## 0.3.0
2344

2445
([Full Changelog](https://github.com/jupyterlite/javascript-kernel/compare/@jupyterlite/javascript-kernel-extension@0.3.0-alpha.1...0ec2e58c1ec85fefbb35109e8414f5a2ba97de80))

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