Skip to content

Commit fbda9a7

Browse files
committed
Publish 0.1.1
SHA256 hashes: jupyterlite-p5-kernel-0.1.1.tgz: ed3ceae133b082fa7e9b512a4c799b46518916b3d21dca8cbdf62bdba4a13a23 jupyterlite-p5-kernel-extension-0.1.1.tgz: 0389c9dec1a3d6dd8c1ac4a557e2b0e4b9bd2a7d5fb639abdf7fcab4b114648e jupyterlite_p5_kernel-0.1.1-py3-none-any.whl: 45d8424e09ca160ce6823bc10180e210400d519e2195fa84af2d8dc08c9a37b2 jupyterlite_p5_kernel-0.1.1.tar.gz: 4d73fdab2f7887219b8b958dabda5ac0b09e09db7839b80415379a28224d5036
1 parent 3dd4b3c commit fbda9a7

File tree

5 files changed

+26
-7
lines changed

5 files changed

+26
-7
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## 0.1.1
6+
7+
([Full Changelog](https://github.com/jupyterlite/p5-kernel/compare/@jupyterlite/p5-kernel-extension@0.1.0...3dd4b3c779cdb12f4dde130eab2f6c95f9530e97))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Update to p5 1.5.0 [#23](https://github.com/jupyterlite/p5-kernel/pull/23) ([@jtpio](https://github.com/jtpio))
12+
- Add releaser workflows [#22](https://github.com/jupyterlite/p5-kernel/pull/22) ([@jtpio](https://github.com/jtpio))
13+
14+
### Documentation improvements
15+
16+
- Use `mamba` to activate the environment [#21](https://github.com/jupyterlite/p5-kernel/pull/21) ([@jtpio](https://github.com/jtpio))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlite/p5-kernel/graphs/contributors?from=2023-01-21&to=2023-02-10&type=c))
21+
22+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fp5-kernel+involves%3Agithub-actions+updated%3A2023-01-21..2023-02-10&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fp5-kernel+involves%3Ajtpio+updated%3A2023-01-21..2023-02-10&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.1.0
627

728
([Full Changelog](https://github.com/jupyterlite/p5-kernel/compare/f45a8d32cbae40472fa1e0a0e9fcc8351486005b...27da1b9b7087582dde632dfb2627e45e615733f1))
@@ -38,8 +59,6 @@
3859

3960
[@bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fp5-kernel+involves%3Abollwyvl+updated%3A2021-09-29..2023-01-21&type=Issues) | [@DerThorsten](https://github.com/search?q=repo%3Ajupyterlite%2Fp5-kernel+involves%3ADerThorsten+updated%3A2021-09-29..2023-01-21&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fp5-kernel+involves%3Ajtpio+updated%3A2021-09-29..2023-01-21&type=Issues) | [@M0JPI](https://github.com/search?q=repo%3Ajupyterlite%2Fp5-kernel+involves%3AM0JPI+updated%3A2021-09-29..2023-01-21&type=Issues) | [@westurner](https://github.com/search?q=repo%3Ajupyterlite%2Fp5-kernel+involves%3Awesturner+updated%3A2021-09-29..2023-01-21&type=Issues)
4061

41-
<!-- <END NEW CHANGELOG ENTRY> -->
42-
4362
## 0.1.0a12
4463

4564
([Full Changelog](https://github.com/jupyterlite/p5-kernel/compare/v0.1.0a11...a14b3b80924870e6eac71dd1982594df1cb102a2))

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"useWorkspaces": true
55
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jupyterlite/p5-kernel-root",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"keywords": [
66
"jupyter",
77
"jupyterlab",

packages/p5-kernel-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/p5-kernel-extension",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "JupyterLite - p5.js Kernel Extension",
55
"homepage": "https://github.com/jupyterlite/p5-kernel",
66
"bugs": {
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@jupyterlite/kernel": "^0.1.0-beta.18",
53-
"@jupyterlite/p5-kernel": "^0.1.0",
53+
"@jupyterlite/p5-kernel": "^0.1.1",
5454
"@jupyterlite/server": "^0.1.0-beta.18"
5555
},
5656
"devDependencies": {

packages/p5-kernel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/p5-kernel",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "JupyterLite - p5.js Kernel",
55
"homepage": "https://github.com/jupyterlite/p5-kernel",
66
"bugs": {

0 commit comments

Comments
 (0)