Skip to content

Commit

Permalink
Bump conda-store-ui version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 authored Nov 26, 2024
2 parents d81e802 + c3f393f commit 4d000c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<version>
jlpm up @conda-store/conda-store-ui@<version>
```

- [ ] Update the [CHANGELOG.md](./CHANGELOG.md) file with the new version, release date, and relevant changes [^github-activity].
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<version>
jlpm up @conda-store/conda-store-ui@<version>
```

4. To create a Python source package (`.tar.gz`) and the binary package (`.whl`) in the `dist/` directory, do:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4d000c9

Please sign in to comment.