Skip to content

Commit

Permalink
Publish 0.1.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jtpio committed Feb 10, 2023
1 parent 3dd4b3c commit fbda9a7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 7 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## 0.1.1

([Full Changelog](https://github.com/jupyterlite/p5-kernel/compare/@jupyterlite/p5-kernel-extension@0.1.0...3dd4b3c779cdb12f4dde130eab2f6c95f9530e97))

### Maintenance and upkeep improvements

- Update to p5 1.5.0 [#23](https://github.com/jupyterlite/p5-kernel/pull/23) ([@jtpio](https://github.com/jtpio))
- Add releaser workflows [#22](https://github.com/jupyterlite/p5-kernel/pull/22) ([@jtpio](https://github.com/jtpio))

### Documentation improvements

- Use `mamba` to activate the environment [#21](https://github.com/jupyterlite/p5-kernel/pull/21) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/p5-kernel/graphs/contributors?from=2023-01-21&to=2023-02-10&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.0

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

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.0a12

([Full Changelog](https://github.com/jupyterlite/p5-kernel/compare/v0.1.0a11...a14b3b80924870e6eac71dd1982594df1cb102a2))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "0.1.0",
"version": "0.1.1",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jupyterlite/p5-kernel-root",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"jupyter",
"jupyterlab",
Expand Down
4 changes: 2 additions & 2 deletions packages/p5-kernel-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/p5-kernel-extension",
"version": "0.1.0",
"version": "0.1.1",
"description": "JupyterLite - p5.js Kernel Extension",
"homepage": "https://github.com/jupyterlite/p5-kernel",
"bugs": {
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@jupyterlite/kernel": "^0.1.0-beta.18",
"@jupyterlite/p5-kernel": "^0.1.0",
"@jupyterlite/p5-kernel": "^0.1.1",
"@jupyterlite/server": "^0.1.0-beta.18"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/p5-kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/p5-kernel",
"version": "0.1.0",
"version": "0.1.1",
"description": "JupyterLite - p5.js Kernel",
"homepage": "https://github.com/jupyterlite/p5-kernel",
"bugs": {
Expand Down

0 comments on commit fbda9a7

Please sign in to comment.