jupyter-ydoc 3.0.4__tar.gz → 3.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.github/workflows/license-header.yml +1 -1
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.pre-commit-config.yaml +1 -1
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/CHANGELOG.md +16 -2
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/PKG-INFO +1 -1
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/javascript/package.json +1 -1
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/jupyter_ydoc/_version.py +1 -1
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/yarn.lock +3 -3
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.github/dependabot.yml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.github/workflows/auto_author_assign.yml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.github/workflows/check-release.yml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.github/workflows/enforce-label.yml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.github/workflows/prep-release.yml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.github/workflows/publish-release.yml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.github/workflows/test.yml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.gitignore +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.licenserc.yaml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.yarn/releases/yarn-3.4.1.cjs +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/.yarnrc.yml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/LICENSE +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/README.md +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/Makefile +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/make.bat +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/source/_static/jupyter_logo.svg +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/source/_static/logo-icon.png +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/source/conf.py +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/source/custom.md +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/source/index.md +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/source/javascript_api.rst +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/source/overview.md +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/source/python_api.rst +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/docs/source/schema.md +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/jupyter_ydoc/__init__.py +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/jupyter_ydoc/py.typed +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/jupyter_ydoc/utils.py +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/jupyter_ydoc/ybasedoc.py +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/jupyter_ydoc/yblob.py +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/jupyter_ydoc/yfile.py +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/jupyter_ydoc/ynotebook.py +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/jupyter_ydoc/yunicode.py +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/lerna.json +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/package.json +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/pyproject.toml +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/pytest.ini +0 -0
- {jupyter_ydoc-3.0.4 → jupyter_ydoc-3.0.5}/readthedocs.yml +0 -0
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- <START NEW CHANGELOG ENTRY> -->
|
|
4
4
|
|
|
5
|
+
## 3.0.5
|
|
6
|
+
|
|
7
|
+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.4...9a28796415aeb19ffaf0ca7f5fab2bf39ee04755))
|
|
8
|
+
|
|
9
|
+
### Maintenance and upkeep improvements
|
|
10
|
+
|
|
11
|
+
- Bump `ip` from 2.0.0 to 2.0.1 [#325](https://github.com/jupyter-server/jupyter_ydoc/pull/325) ([@dlqqq](https://github.com/dlqqq))
|
|
12
|
+
|
|
13
|
+
### Contributors to this release
|
|
14
|
+
|
|
15
|
+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2025-04-18&to=2025-05-07&type=c))
|
|
16
|
+
|
|
17
|
+
[@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adlqqq+updated%3A2025-04-18..2025-05-07&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2025-04-18..2025-05-07&type=Issues)
|
|
18
|
+
|
|
19
|
+
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
20
|
+
|
|
5
21
|
## 3.0.4
|
|
6
22
|
|
|
7
23
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.3...accc3139a8bf5b5c7492a37af50309ffb810f7fd))
|
|
@@ -21,8 +37,6 @@
|
|
|
21
37
|
|
|
22
38
|
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2025-01-28..2025-04-18&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2025-01-28..2025-04-18&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2025-01-28..2025-04-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2025-01-28..2025-04-18&type=Issues)
|
|
23
39
|
|
|
24
|
-
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
25
|
-
|
|
26
40
|
## 3.0.3
|
|
27
41
|
|
|
28
42
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.2...678a0a483421cbcb10cd56f4948dc944ac976555))
|
|
@@ -2803,9 +2803,9 @@ __metadata:
|
|
|
2803
2803
|
linkType: hard
|
|
2804
2804
|
|
|
2805
2805
|
"ip@npm:^2.0.0":
|
|
2806
|
-
version: 2.0.
|
|
2807
|
-
resolution: "ip@npm:2.0.
|
|
2808
|
-
checksum:
|
|
2806
|
+
version: 2.0.1
|
|
2807
|
+
resolution: "ip@npm:2.0.1"
|
|
2808
|
+
checksum: d765c9fd212b8a99023a4cde6a558a054c298d640fec1020567494d257afd78ca77e37126b1a3ef0e053646ced79a816bf50621d38d5e768cdde0431fa3b0d35
|
|
2809
2809
|
languageName: node
|
|
2810
2810
|
linkType: hard
|
|
2811
2811
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|