File tree Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.1.1
6+
7+ (
[ Full Changelog
] ( https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected] ) )
8+
9+ ### Bugs fixed
10+
11+ - bump all project versions in bump-version [ #10 ] ( https://github.com/jupyterlab/jupyter-ai/pull/10 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
12+ - fix insert-below-in-image insertion mode [ #9 ] ( https://github.com/jupyterlab/jupyter-ai/pull/9 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
13+
14+ ### Contributors to this release
15+
16+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-03-04&to=2023-03-05&type=c ) )
17+
18+ [ @dlqqq ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-03-04..2023-03-05&type=Issues )
19+
20+ <!-- <END NEW CHANGELOG ENTRY> -->
21+
522## 0.1.0
623
724([ Full Changelog] ( https://github.com/jupyterlab/jupyter-ai/compare/0d4009ab7cb344f9e7c86b0d77e9f84ccde22382...285682d615bd0dfc5d2598490da3b5943a3c67d7 ) )
2340([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-02-10&to=2023-03-04&type=c ) )
2441
2542[ @dlqqq ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-02-10..2023-03-04&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-02-10..2023-03-04&type=Issues )
26-
27- <!-- <END NEW CHANGELOG ENTRY> -->
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
33 "useWorkspaces" : true ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "npmClient" : " yarn"
66}
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/monorepo" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "private" : true ,
55 "workspaces" : [
66 " ." ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/dalle" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " A JupyterLab extension that adds a DALL-E model engine and image insertion modes." ,
55 "keywords" : [
66 " jupyter" ,
6060 "devDependencies" : {
6161 "@babel/core" : " ^7.0.0" ,
6262 "@babel/preset-env" : " ^7.0.0" ,
63- "@jupyter-ai/core" : " ^0.1.0 " ,
63+ "@jupyter-ai/core" : " ^0.1.1 " ,
6464 "@jupyterlab/builder" : " ^3.1.0" ,
6565 "@jupyterlab/testutils" : " ^3.0.0" ,
6666 "@types/jest" : " ^26.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/core" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " A generative AI extension for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
You can’t perform that action at this time.
0 commit comments