Skip to content

Commit 2dd4427

Browse files
committed
Publish 1.0.1
SHA256 hashes: jupyter-builder-1.0.1.tgz: f618921a3299c7d7c0895cc62c36f36df3a9f97ff3df97472fbb9004330cd14f jupyter_builder-1.0.1-py3-none-any.whl: 4cdb48cad7331f9a618675e62cf14301868fa2e9bd16f40a3a420db34090142a jupyter_builder-1.0.1.tar.gz: 878114fba6bde8842ecd535e57e57da9777516965e9e0677cfbb3d1b64a342e3
1 parent d861177 commit 2dd4427

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## 1.0.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-builder/compare/v1.0.0...d861177e23459b80f17798e33b434d17ba59101f))
8+
9+
### Enhancements made
10+
11+
- Bundle `yarn.js` with `workspaces foreach` support [#109](https://github.com/jupyterlab/jupyter-builder/pull/109) ([@Darshan808](https://github.com/Darshan808), [@bollwyvl](https://github.com/bollwyvl), [@krassowski](https://github.com/krassowski))
12+
13+
### Contributors to this release
14+
15+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
16+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
17+
18+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-builder/graphs/contributors?from=2026-05-22&to=2026-06-08&type=c))
19+
20+
@bollwyvl ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Abollwyvl+updated%3A2026-05-22..2026-06-08&type=Issues)) | @Darshan808 ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3ADarshan808+updated%3A2026-05-22..2026-06-08&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Akrassowski+updated%3A2026-05-22..2026-06-08&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 1.0.0
625

726
([Full Changelog](https://github.com/jupyterlab/jupyter-builder/compare/v1.0.0beta1...8551e15a622c2a50d846b37966ba84eff76c30ab))
@@ -23,8 +42,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
2342

2443
@Darshan808 ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3ADarshan808+updated%3A2026-05-15..2026-05-22&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-builder+involves%3Akrassowski+updated%3A2026-05-15..2026-05-22&type=Issues))
2544

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2845
## 1.0.0beta1
2946

3047
([Full Changelog](https://github.com/jupyterlab/jupyter-builder/compare/v1.0.0b0...c20e90108c076b401f5b772fa616a952cdbb5e2c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/builder",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Jupyter build tools.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)