Skip to content

Commit b9dffce

Browse files
committed
Publish 1.1.1
SHA256 hashes: jupyter-ydoc-1.1.1.tgz: f6eefa2bfe23ed9cbce3e06c09c7de79dc6e05892f4d754c1c5621378efd1ec6 jupyter_ydoc-1.1.1-py3-none-any.whl: 296f33c97af03637a2bb3ba5ce30d10415f12e0cdea6578a275bafa133c0b6a1 jupyter_ydoc-1.1.1.tar.gz: 00f8b33a6e7d55cbe12b91b87a6a86b673e2933d77c3a1261bba8b24753645dd
1 parent 9afd2c9 commit b9dffce

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

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

5+
## 1.1.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Fix joining of `source` when `source` is an array of strings [#186](https://github.com/jupyter-server/jupyter_ydoc/pull/186) ([@jtpio](https://github.com/jtpio))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0 [#184](https://github.com/jupyter-server/jupyter_ydoc/pull/184) ([@dependabot](https://github.com/dependabot))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-09-21&to=2023-09-29&type=c))
20+
21+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-09-21..2023-09-29&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2023-09-21..2023-09-29&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajtpio+updated%3A2023-09-21..2023-09-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-09-21..2023-09-29&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 1.1.0
626

727
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -21,8 +41,6 @@
2141

2242
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2023-06-29..2023-09-21&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2023-06-29..2023-09-21&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-06-29..2023-09-21&type=Issues) | [@vidartf](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Avidartf+updated%3A2023-06-29..2023-09-21&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2023-06-29..2023-09-21&type=Issues)
2343

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2644
## 1.1.0a0
2745

2846
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/ydoc",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "module",
55
"description": "Jupyter document structures for collaborative editing using YJS",
66
"homepage": "https://github.com/jupyter-server/jupyter_ydoc",

0 commit comments

Comments
 (0)