File tree Expand file tree Collapse file tree 5 files changed +31
-9
lines changed Expand file tree Collapse file tree 5 files changed +31
-9
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.1.0
6+
7+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-ai/compare/0d4009ab7cb344f9e7c86b0d77e9f84ccde22382...285682d615bd0dfc5d2598490da3b5943a3c67d7 ) )
8+
9+ ### Enhancements made
10+
11+ - rename NPM packages to be under @jupyter-ai org [ #7 ] ( https://github.com/jupyterlab/jupyter-ai/pull/7 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
12+ - disable check-release for PRs [ #6 ] ( https://github.com/jupyterlab/jupyter-ai/pull/6 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
13+ - Set up releaser configuration [ #3 ] ( https://github.com/jupyterlab/jupyter-ai/pull/3 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
14+ - Improve development setup [ #1 ] ( https://github.com/jupyterlab/jupyter-ai/pull/1 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
15+
16+ ### Bugs fixed
17+
18+ - Add root package as Nx project [ #8 ] ( https://github.com/jupyterlab/jupyter-ai/pull/8 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
19+ - Fix check-release workflow [ #5 ] ( https://github.com/jupyterlab/jupyter-ai/pull/5 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
20+
21+ ### Contributors to this release
22+
23+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-02-10&to=2023-03-04&type=c ) )
24+
25+ [ @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+
527<!-- <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.0 .0" ,
4+ "version" : " 0.1 .0" ,
55 "npmClient" : " yarn"
6- }
6+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/monorepo" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "private" : true ,
55 "workspaces" : [
66 " ." ,
1818 "watch" : " lerna run watch --parallel --stream"
1919 },
2020 "devDependencies" : {
21- "lerna " : " ^6.4.1 " ,
22- "@jupyterlab/builder " : " ^3.1.0 "
21+ "@jupyterlab/builder " : " ^3.1.0 " ,
22+ "lerna " : " ^6.4.1 "
2323 },
2424 "nx" : {
2525 "includedScripts" : []
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/dalle" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
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" ,
6364 "@jupyterlab/builder" : " ^3.1.0" ,
6465 "@jupyterlab/testutils" : " ^3.0.0" ,
6566 "@types/jest" : " ^26.0.0" ,
7778 "stylelint-config-recommended" : " ^6.0.0" ,
7879 "stylelint-config-standard" : " ~24.0.0" ,
7980 "stylelint-prettier" : " ^2.0.0" ,
80- "typescript" : " ~4.1.3" ,
8181 "ts-jest" : " ^26.0.0" ,
82- "@jupyter-ai/core " : " ^0.0.1 "
82+ "typescript " : " ~4.1.3 "
8383 },
8484 "sideEffects" : [
8585 " style/*.css" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/core" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " A generative AI extension for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
You can’t perform that action at this time.
0 commit comments