Skip to content

Commit d87ea64

Browse files
committed
Publish 0.0.1alpha10
SHA256 hashes: fails-components-jupyter-applet-view-0.0.1-alpha.10.tgz: caecfde22bfbfe4bea6a2369084007b406e9f822a723171f23f7d7d97579db7e fails-components-jupyter-filesystem-extension-0.0.1-alpha.10.tgz: 703de7783f59243d0f10dbab5c3f9b832cb95437698a798f6d7f35da46717771 fails-components-jupyter-interceptor-0.0.1-alpha.10.tgz: f466a7031132ced61fa4dbade40cb3cd3c0575c2b7145d22d5497aabc346aa07 fails-components-jupyter-launcher-0.0.1-alpha.10.tgz: 8fecb1d3186edb78d6aa571d30f4a150480ed68ade4856e8ced729d681c89fdb fails-components-jupyter-react-edit-0.0.1-alpha.10.tgz: e09c994e46e1e84b65cdd75577ce198b11abc9c570a0348b8157ccf8965a16d0 fails_components_jupyter_applet_view-0.0.1a10-py3-none-any.whl: 577cc8bb711d60f307aebc516c972401f10ebc8b2c283e5245c2e25eb520926c fails_components_jupyter_applet_view-0.0.1a10.tar.gz: cdff8079ba67238fb8df686c479b6132f2fd3f7dca9894738e675d3c1fb05fbb fails_components_jupyter_filesystem_extension-0.0.1a10-py3-none-any.whl: 58d43849bde7adffa77ee3b6724f09c66f2e51f8e57f1c1a269d6b96ee7b6b5c fails_components_jupyter_filesystem_extension-0.0.1a10.tar.gz: aeb0dd77045d0e4aec63ebb7ad4cff698aa82960879625331dc7da4b7aac713c fails_components_jupyter_interceptor-0.0.1a10-py3-none-any.whl: 4df0bd165a3f9ceb08e393e96e18d602c535eeb3694fd91b36cc0504fede291e fails_components_jupyter_interceptor-0.0.1a10.tar.gz: 3d340193daede9556659aef231f9d742d02667a5df399cbdcdfd30f9a62cea3e fails_components_jupyter_launcher-0.0.1a10-py3-none-any.whl: edde56839e79debe1c71ee7969588fd70a05d740c146130be29c189d80fc0f22 fails_components_jupyter_launcher-0.0.1a10.tar.gz: fdf05e5e181db9acfcf69a7f6594d0d31899179224cd7688901194720e169737
1 parent 83a3f28 commit d87ea64

File tree

9 files changed

+35
-21
lines changed

9 files changed

+35
-21
lines changed

CHANGELOG.md

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

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

5+
## 0.0.1alpha10
6+
7+
([Full Changelog](https://github.com/fails-components/jupyterfails/compare/@fails-components/jupyter-applet-view@0.0.1-alpha.9...83a3f28324b1660eae0cb9cf0a2478c78b800777))
8+
9+
### Enhancements made
10+
11+
- Add importScripts to proxy [#12](https://github.com/fails-components/jupyterfails/pull/12) ([@martenrichter](https://github.com/martenrichter))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/fails-components/jupyterfails/graphs/contributors?from=2025-02-02&to=2025-02-02&type=c))
16+
17+
[@martenrichter](https://github.com/search?q=repo%3Afails-components%2Fjupyterfails+involves%3Amartenrichter+updated%3A2025-02-02..2025-02-02&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.0.1alpha9
622

723
([Full Changelog](https://github.com/fails-components/jupyterfails/compare/@fails-components/jupyter-applet-view@0.0.1-alpha.8...8c58fbc9744fdd1e69240e25c30df661cdc9d539))
@@ -16,8 +32,6 @@
1632

1733
[@martenrichter](https://github.com/search?q=repo%3Afails-components%2Fjupyterfails+involves%3Amartenrichter+updated%3A2025-02-02..2025-02-02&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.0.1alpha8
2236

2337
([Full Changelog](https://github.com/fails-components/jupyterfails/compare/@fails-components/jupyter-applet-view@0.0.1-alpha.7...c3b7bd071f9bfa911fcb424a696e3345df3da668))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "jlpm",
3-
"version": "0.0.1-alpha.9",
3+
"version": "0.0.1-alpha.10",
44
"useWorkspaces": true
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/jupyter-monorepo",
3-
"version": "0.0.1-alpha.9",
3+
"version": "0.0.1-alpha.10",
44
"private": true,
55
"homepage": "https://github.com/fails-components/jupyterfails",
66
"bugs": {

packages/applet-view/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/jupyter-applet-view",
3-
"version": "0.0.1-alpha.9",
3+
"version": "0.0.1-alpha.10",
44
"description": "A collection of extensions, that let's you select cell and switch to an applet mode, where only the selected cells are visible. This is used for fails-components to have jupyter applets in interactive teaching. ",
55
"keywords": [
66
"jupyter",
@@ -58,8 +58,8 @@
5858
"watch:labextension": "jupyter labextension watch ."
5959
},
6060
"dependencies": {
61-
"@fails-components/jupyter-interceptor": "^0.0.1-alpha.9",
62-
"@fails-components/jupyter-launcher": "^0.0.1-alpha.9",
61+
"@fails-components/jupyter-interceptor": "^0.0.1-alpha.10",
62+
"@fails-components/jupyter-launcher": "^0.0.1-alpha.10",
6363
"@jupyter-notebook/application": "^7.2.0",
6464
"@jupyter-widgets/jupyterlab-manager": "^5.0.13",
6565
"@jupyterlab/application": "^4.3.4",

packages/filesystem-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/jupyter-filesystem-extension",
3-
"version": "0.0.1-alpha.9",
3+
"version": "0.0.1-alpha.10",
44
"description": "A collection of extensions, that redirect's filesystems access to fails and let fails puppeteer Jupyter lite. ",
55
"keywords": [
66
"jupyter",
@@ -60,7 +60,7 @@
6060
"watch:labextension": "jupyter labextension watch ."
6161
},
6262
"dependencies": {
63-
"@fails-components/jupyter-launcher": "^0.0.1-alpha.9",
63+
"@fails-components/jupyter-launcher": "^0.0.1-alpha.10",
6464
"@jupyter-widgets/jupyterlab-manager": "^5.0.11",
6565
"@jupyterlab/application": "^4.3.4",
6666
"@jupyterlab/services": "^7.3.4",

packages/interceptor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/jupyter-interceptor",
3-
"version": "0.0.1-alpha.9",
3+
"version": "0.0.1-alpha.10",
44
"description": "A collections of plugins intercepting kernel messages and other message, to steer outputs remotely",
55
"keywords": [
66
"jupyter",
@@ -60,7 +60,7 @@
6060
"watch:labextension": "jupyter labextension watch ."
6161
},
6262
"dependencies": {
63-
"@fails-components/jupyter-launcher": "^0.0.1-alpha.9",
63+
"@fails-components/jupyter-launcher": "^0.0.1-alpha.10",
6464
"@jupyter-widgets/base": "^6.0.8",
6565
"@jupyter-widgets/jupyterlab-manager": "^5.0.11",
6666
"@jupyter/ydoc": "^3.0.0",

packages/jupyterreactedit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/jupyter-react-edit",
3-
"version": "0.0.1-alpha.9",
3+
"version": "0.0.1-alpha.10",
44
"description": "A react control, that lets you embed jupyter lite in your application including applets with screenshots etc.",
55
"keywords": [
66
"jupyter",
@@ -55,7 +55,7 @@
5555
"watch:src": "tsc -w --sourceMap"
5656
},
5757
"devDependencies": {
58-
"@fails-components/jupyter-launcher": "^0.0.1-alpha.9",
58+
"@fails-components/jupyter-launcher": "^0.0.1-alpha.10",
5959
"@types/jest": "^29.2.0",
6060
"@types/json-schema": "^7.0.11",
6161
"@types/react": "^18.0.26",

packages/launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/jupyter-launcher",
3-
"version": "0.0.1-alpha.9",
3+
"version": "0.0.1-alpha.10",
44
"description": "A collections of plugins steering an iframe with jupyter remotely",
55
"keywords": [
66
"jupyter",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,8 +1626,8 @@ __metadata:
16261626
version: 0.0.0-use.local
16271627
resolution: "@fails-components/jupyter-applet-view@workspace:packages/applet-view"
16281628
dependencies:
1629-
"@fails-components/jupyter-interceptor": ^0.0.1-alpha.9
1630-
"@fails-components/jupyter-launcher": ^0.0.1-alpha.9
1629+
"@fails-components/jupyter-interceptor": ^0.0.1-alpha.10
1630+
"@fails-components/jupyter-launcher": ^0.0.1-alpha.10
16311631
"@jupyter-notebook/application": ^7.2.0
16321632
"@jupyter-widgets/jupyterlab-manager": ^5.0.13
16331633
"@jupyterlab/application": ^4.3.4
@@ -1685,7 +1685,7 @@ __metadata:
16851685
version: 0.0.0-use.local
16861686
resolution: "@fails-components/jupyter-filesystem-extension@workspace:packages/filesystem-extension"
16871687
dependencies:
1688-
"@fails-components/jupyter-launcher": ^0.0.1-alpha.9
1688+
"@fails-components/jupyter-launcher": ^0.0.1-alpha.10
16891689
"@jupyter-widgets/jupyterlab-manager": ^5.0.11
16901690
"@jupyterlab/application": ^4.3.4
16911691
"@jupyterlab/builder": ^4.0.0
@@ -1723,11 +1723,11 @@ __metadata:
17231723
languageName: unknown
17241724
linkType: soft
17251725

1726-
"@fails-components/jupyter-interceptor@^0.0.1-alpha.9, @fails-components/jupyter-interceptor@workspace:packages/interceptor":
1726+
"@fails-components/jupyter-interceptor@^0.0.1-alpha.10, @fails-components/jupyter-interceptor@workspace:packages/interceptor":
17271727
version: 0.0.0-use.local
17281728
resolution: "@fails-components/jupyter-interceptor@workspace:packages/interceptor"
17291729
dependencies:
1730-
"@fails-components/jupyter-launcher": ^0.0.1-alpha.9
1730+
"@fails-components/jupyter-launcher": ^0.0.1-alpha.10
17311731
"@jupyter-widgets/base": ^6.0.8
17321732
"@jupyter-widgets/jupyterlab-manager": ^5.0.11
17331733
"@jupyter/ydoc": ^3.0.0
@@ -1771,7 +1771,7 @@ __metadata:
17711771
languageName: unknown
17721772
linkType: soft
17731773

1774-
"@fails-components/jupyter-launcher@^0.0.1-alpha.9, @fails-components/jupyter-launcher@workspace:packages/launcher":
1774+
"@fails-components/jupyter-launcher@^0.0.1-alpha.10, @fails-components/jupyter-launcher@workspace:packages/launcher":
17751775
version: 0.0.0-use.local
17761776
resolution: "@fails-components/jupyter-launcher@workspace:packages/launcher"
17771777
dependencies:
@@ -1856,7 +1856,7 @@ __metadata:
18561856
version: 0.0.0-use.local
18571857
resolution: "@fails-components/jupyter-react-edit@workspace:packages/jupyterreactedit"
18581858
dependencies:
1859-
"@fails-components/jupyter-launcher": ^0.0.1-alpha.9
1859+
"@fails-components/jupyter-launcher": ^0.0.1-alpha.10
18601860
"@types/jest": ^29.2.0
18611861
"@types/json-schema": ^7.0.11
18621862
"@types/react": ^18.0.26

0 commit comments

Comments
 (0)