File tree 5 files changed +26
-7
lines changed
5 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
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
+
5
26
## 0.1.0
6
27
7
28
([ Full Changelog] ( https://github.com/jupyterlite/p5-kernel/compare/f45a8d32cbae40472fa1e0a0e9fcc8351486005b...27da1b9b7087582dde632dfb2627e45e615733f1 ) )
38
59
39
60
[ @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 )
40
61
41
- <!-- <END NEW CHANGELOG ENTRY> -->
42
-
43
62
## 0.1.0a12
44
63
45
64
([ Full Changelog] ( https://github.com/jupyterlite/p5-kernel/compare/v0.1.0a11...a14b3b80924870e6eac71dd1982594df1cb102a2 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyterlite/p5-kernel-root" ,
3
3
"private" : true ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"keywords" : [
6
6
" jupyter" ,
7
7
" jupyterlab" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyterlite/p5-kernel-extension" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JupyterLite - p5.js Kernel Extension" ,
5
5
"homepage" : " https://github.com/jupyterlite/p5-kernel" ,
6
6
"bugs" : {
50
50
},
51
51
"dependencies" : {
52
52
"@jupyterlite/kernel" : " ^0.1.0-beta.18" ,
53
- "@jupyterlite/p5-kernel" : " ^0.1.0 " ,
53
+ "@jupyterlite/p5-kernel" : " ^0.1.1 " ,
54
54
"@jupyterlite/server" : " ^0.1.0-beta.18"
55
55
},
56
56
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyterlite/p5-kernel" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JupyterLite - p5.js Kernel" ,
5
5
"homepage" : " https://github.com/jupyterlite/p5-kernel" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments