From ae5a5ddc4de6f8a64ed09aef05438a8f35fd37a9 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 26 Nov 2024 12:25:16 -0800 Subject: [PATCH 1/2] Bump conda-store-ui dep --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9567530..c9b78a5 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@conda-store/conda-store-ui": "2024.10.1", + "@conda-store/conda-store-ui": "2024.11.1", "@jupyterlab/application": "^4.0.9", "@jupyterlab/apputils": "^4.1.2", "@jupyterlab/mainmenu": "^4.0.9", diff --git a/yarn.lock b/yarn.lock index 7b2d365..c57aaef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1658,9 +1658,9 @@ __metadata: languageName: node linkType: hard -"@conda-store/conda-store-ui@npm:2024.10.1": - version: 2024.10.1 - resolution: "@conda-store/conda-store-ui@npm:2024.10.1" +"@conda-store/conda-store-ui@npm:2024.11.1": + version: 2024.11.1 + resolution: "@conda-store/conda-store-ui@npm:2024.11.1" dependencies: "@codemirror/language": ^6.2.1 "@codemirror/legacy-modes": ^6.1.0 @@ -1691,7 +1691,7 @@ __metadata: redux: ^4.2.0 semver: ^7.3.8 yaml: ^2.1.1 - checksum: ad1d39e1e56bd36e080c2c2c6a2084ee147367bf9fd870161840c773aa0991eae170200fb1b2f9fc93032eb6100e1747ee235b04a0bde2655717bc1b73ab25ad + checksum: c75da5b9495f7d3ba6385add917e567820610979b5ab3c06d56f14603e19b0199ed8a1bb69b5ced682f726c7fec551ede4b9993380ba2043a3045b4051b1be57 languageName: node linkType: hard @@ -8839,7 +8839,7 @@ __metadata: dependencies: "@babel/core": ^7.0.0 "@babel/preset-env": ^7.0.0 - "@conda-store/conda-store-ui": 2024.10.1 + "@conda-store/conda-store-ui": 2024.11.1 "@jupyterlab/application": ^4.0.9 "@jupyterlab/apputils": ^4.1.2 "@jupyterlab/builder": ^4.0.0 From c3f393f5ede80683d55330151d206ae4c4997663 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 26 Nov 2024 12:29:28 -0800 Subject: [PATCH 2/2] Update docs for bumping conda-store-ui dep --- .github/ISSUE_TEMPLATE/new_release.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_release.md b/.github/ISSUE_TEMPLATE/new_release.md index 26b11c1..bec7b87 100644 --- a/.github/ISSUE_TEMPLATE/new_release.md +++ b/.github/ISSUE_TEMPLATE/new_release.md @@ -28,7 +28,7 @@ Release captain responsible - <@gh_username> - [ ] [Optional] Update the `conda-store-ui` version used in the extension: ```bash - yarn upgrade @conda-store/conda-store-ui@ + jlpm up @conda-store/conda-store-ui@ ``` - [ ] Update the [CHANGELOG.md](./CHANGELOG.md) file with the new version, release date, and relevant changes [^github-activity]. diff --git a/RELEASE.md b/RELEASE.md index 295ef5a..3557689 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -21,7 +21,7 @@ All the Python packaging instructions in the `pyproject.toml` file to wrap your 3. Optional - if there is a newer release of `conda-store-ui`, update the `conda-store-ui` dependency in the `package.json` file. ```bash - yarn upgrade @conda-store/conda-store-ui@ + jlpm up @conda-store/conda-store-ui@ ``` 4. To create a Python source package (`.tar.gz`) and the binary package (`.whl`) in the `dist/` directory, do: