Skip to content

Commit 8099263

Browse files
committed
Publish 0.1.0
SHA256 hashes: jupyter-ai-core-0.1.0.tgz: a5deea29e041272377bf4f2641f048bd0e95db2c71893bbcb5d2ae57672cbc46 jupyter-ai-dalle-0.1.0.tgz: 3b75edfee3fd8e1a1aae4a187393776a22d4542e5d45ca1bd66e9130c2e7f4b0 jupyter_ai-0.1.0-py3-none-any.whl: fa236817906a85b77499a5ec5c5650c1394ddada44b985fdc6fff8f0998aa45f jupyter_ai-0.1.0.tar.gz: 2d94b2b03faa08b411ee9004e37a6f80b257bc3e04c447c3017db4302195bd4f jupyter_ai_dalle-0.1.0-py3-none-any.whl: 967324d8b97fc78bb0dd7b660dacce30796f97271695a97be47ab46ce09e0b92 jupyter_ai_dalle-0.1.0.tar.gz: 9158be2921419529108f782fbe34c103efa68424950db43f4ef76a0182a6fd26
1 parent 285682d commit 8099263

File tree

5 files changed

+31
-9
lines changed

5 files changed

+31
-9
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,26 @@
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> -->

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/monorepo",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"workspaces": [
66
".",
@@ -18,8 +18,8 @@
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": []

packages/jupyter-ai-dalle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -60,6 +60,7 @@
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",
@@ -77,9 +78,8 @@
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",

packages/jupyter-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)