Skip to content

Commit

Permalink
Publish 0.6.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-chat-0.6.0.tgz: 7bf1a5860a0575ae53336daeecf15f967e629da6b13b2a66d1df30b465f40c05

jupyterlab-chat-0.6.0.tgz: ae3fd6b8dd703e1d4ba60858de63d385c6c681ab9f720a77aba80fe667958490

jupyterlab-chat-extension-0.6.0.tgz: a19318f4e872a35317c9674eccab88887507ee6a1f3894b02395306e1ab34029

jupyterlab_chat-0.6.0-py3-none-any.whl: cc13e8a085a428141ad42766868b5dfae0cb8fffe2e87d4c40a9247c3a067f9d

jupyterlab_chat-0.6.0.tar.gz: ba6e46892f6c1e653d3a4b9e55eb6eb9bbd47ac96d0565b4664e190890c8b6c5
  • Loading branch information
brichet committed Nov 22, 2024
1 parent 7017ee1 commit 1761ea8
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 13 deletions.
53 changes: 51 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,57 @@

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

## 0.6.0

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.5.0...7017ee16130fb28189fa699869e93fa9e59fd2a9))

> [!IMPORTANT]
>
> - The extension based on collaborative documents has been renamed `jupyterlab-chat`.
> The PyPI package is now https://pypi.org/project/jupyterlab-chat/
> The npmjs packages are now:
>
> - https://www.npmjs.com/package/jupyterlab-chat
> - https://www.npmjs.com/package/jupyterlab-chat-extension
>
> - The websocket chat extension has been removed from this repository.
> The repo for this extension is now https://github.com/brichet/jupyterlab-ws-chat
### Enhancements made

- Improve padding around code toolbar buttons [#96](https://github.com/jupyterlab/jupyter-chat/pull/96) ([@brichet](https://github.com/brichet))
- Chats directory config [#91](https://github.com/jupyterlab/jupyter-chat/pull/91) ([@brichet](https://github.com/brichet))

### Bugs fixed

- Revert 'Allow `$` to literally denote quantities of USD in chat' (#95) [#99](https://github.com/jupyterlab/jupyter-chat/pull/99) ([@brichet](https://github.com/brichet))
- Allow `$` to literally denote quantities of USD in chat [#95](https://github.com/jupyterlab/jupyter-chat/pull/95) ([@brichet](https://github.com/brichet))

### Maintenance and upkeep improvements

- Bump cross-spawn from 6.0.5 to 6.0.6 in the npm_and_yarn group across 1 directory [#103](https://github.com/jupyterlab/jupyter-chat/pull/103) ([@dependabot](https://github.com/dependabot))
- Rename the extension to jupyterlab-chat [#102](https://github.com/jupyterlab/jupyter-chat/pull/102) ([@brichet](https://github.com/brichet))
- Bump cross-spawn from 7.0.3 to 7.0.6 in /python/jupyterlab-collaborative-chat/ui-tests in the npm_and_yarn group across 1 directory [#101](https://github.com/jupyterlab/jupyter-chat/pull/101) ([@dependabot](https://github.com/dependabot))
- Remove websocket chat extension [#100](https://github.com/jupyterlab/jupyter-chat/pull/100) ([@brichet](https://github.com/brichet))
- Fix the ui tests for jupyterlab 4.3 [#97](https://github.com/jupyterlab/jupyter-chat/pull/97) ([@brichet](https://github.com/brichet))

### Documentation improvements

- Update README.md [#104](https://github.com/jupyterlab/jupyter-chat/pull/104) ([@brichet](https://github.com/brichet))
- Add notes about current development status and breaking changes [#93](https://github.com/jupyterlab/jupyter-chat/pull/93) ([@brichet](https://github.com/brichet))

### Other merged PRs

- Remove leftover in ui test [#98](https://github.com/jupyterlab/jupyter-chat/pull/98) ([@brichet](https://github.com/brichet))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-10-21&to=2024-11-22&type=c))

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-10-21..2024-11-22&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-10-21..2024-11-22&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-10-21..2024-11-22&type=Issues)

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

## 0.5.0

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.4.0...52019670352c8011c5f22726bf87b5b1141b63ae))
Expand Down Expand Up @@ -29,8 +80,6 @@

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-09-13..2024-10-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-09-13..2024-10-21&type=Issues)

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

## 0.4.0

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.3.1...67dbc0d100da651bfbaaf8a52ddf1490b18128ee))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.5.0",
"version": "0.6.0",
"npmClient": "jlpm",
"useNx": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-chat-root",
"version": "0.5.0",
"version": "0.6.0",
"description": "A chat package for Jupyterlab extension",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/chat",
"version": "0.5.0",
"version": "0.6.0",
"description": "A package that provides UI components that can be used to create a chat in a Jupyterlab extension.",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-chat",
"version": "0.5.0",
"version": "0.6.0",
"description": "The library to build a chat based on shared document",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -51,7 +51,7 @@
"watch:src": "tsc -w --sourceMap"
},
"dependencies": {
"@jupyter/chat": "^0.5.0",
"@jupyter/chat": "^0.6.0",
"@jupyter/docprovider": "^2.1.4",
"@jupyter/ydoc": "^1.1.1",
"@jupyterlab/application": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions python/jupyterlab-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-chat-extension",
"version": "0.5.0",
"version": "0.6.0",
"description": "A chat extension based on shared documents",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@lumino/coreutils": "^2.0.0",
"@lumino/signaling": "^2.0.0",
"@lumino/widgets": "^2.0.0",
"jupyterlab-chat": "^0.5.0",
"jupyterlab-chat": "^0.6.0",
"react": "^18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.5.40"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/chat@^0.5.0, @jupyter/chat@workspace:packages/jupyter-chat":
"@jupyter/chat@^0.6.0, @jupyter/chat@workspace:packages/jupyter-chat":
version: 0.0.0-use.local
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
dependencies:
Expand Down Expand Up @@ -10047,7 +10047,7 @@ __metadata:
eslint: ^8.36.0
eslint-config-prettier: ^8.8.0
eslint-plugin-prettier: ^5.0.0
jupyterlab-chat: ^0.5.0
jupyterlab-chat: ^0.6.0
mkdirp: ^1.0.3
npm-run-all: ^4.1.5
prettier: ^3.0.0
Expand All @@ -10066,11 +10066,11 @@ __metadata:
languageName: unknown
linkType: soft

"jupyterlab-chat@^0.5.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
"jupyterlab-chat@^0.6.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
version: 0.0.0-use.local
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
dependencies:
"@jupyter/chat": ^0.5.0
"@jupyter/chat": ^0.6.0
"@jupyter/docprovider": ^2.1.4
"@jupyter/ydoc": ^1.1.1
"@jupyterlab/application": ^4.2.0
Expand Down

0 comments on commit 1761ea8

Please sign in to comment.