Skip to content

Commit 2bace0e

Browse files
committed
Publish 1.1.0
SHA256 hashes: jupyter-ydoc-1.1.0.tgz: 1b7211ef00a4fe7e43668872c42b8c127043d94ec358d569b783f2fe13815b8b jupyter_ydoc-1.1.0-py3-none-any.whl: b377cbda381ac374c6af6d10ce0485f4370ae8c3c9485406af4547c4dd284750 jupyter_ydoc-1.1.0.tar.gz: 6e248c5688420c60a65e4e70d371c234dec2fc8643be829a483d49b128fe6ed6
1 parent 3bbafab commit 2bace0e

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.1.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Add source to dist for sourcemaps [#182](https://github.com/jupyter-server/jupyter_ydoc/pull/182) ([@vidartf](https://github.com/vidartf))
12+
- Bump actions/checkout from 3 to 4 [#180](https://github.com/jupyter-server/jupyter_ydoc/pull/180) ([@dependabot](https://github.com/dependabot))
13+
14+
### Documentation improvements
15+
16+
- Update CHANGELOG.md [#177](https://github.com/jupyter-server/jupyter_ydoc/pull/177) ([@fcollonval](https://github.com/fcollonval))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-06-29&to=2023-09-21&type=c))
21+
22+
[@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)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 1.1.0a0
627

728
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -18,8 +39,6 @@
1839

1940
[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-04-14..2023-06-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-04-14..2023-06-29&type=Issues)
2041

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2342
## 1.0.2
2443

2544
([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-a0",
3+
"version": "1.1.0",
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)