Skip to content

Commit

Permalink
Merge pull request #36 from conda-incubator/release-2024.1.1
Browse files Browse the repository at this point in the history
REL - 2024.1.1
  • Loading branch information
trallard authored Jan 30, 2024
2 parents 300c984 + 7370d52 commit b1014e3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

<!-- <START NEW CHANGELOG ENTRY> -->
# 2023.10.1...master@{2024-01-30}

([full changelog](https://github.com/conda-incubator/jupyterlab-conda-store/compare/2023.10.1...300c9840407e60205f50954983a7e7fff7a82ce0))

## Merged PRs

- DOC - Fix broken link to logo in readme [#32](https://github.com/conda-incubator/jupyterlab-conda-store/pull/32) ([@trallard](https://github.com/trallard))
- DOC - Fix broken link to conda-store logo [#31](https://github.com/conda-incubator/jupyterlab-conda-store/pull/31) ([@isumitjha](https://github.com/isumitjha))
- DEV - Switch port from 5000 to 8080 [#30](https://github.com/conda-incubator/jupyterlab-conda-store/pull/30) ([@nkaretnikov](https://github.com/nkaretnikov))
- DEV - Release updates [#28](https://github.com/conda-incubator/jupyterlab-conda-store/pull/28) ([@trallard](https://github.com/trallard))
- REL - 2023.10.1 [#26](https://github.com/conda-incubator/jupyterlab-conda-store/pull/26) ([@trallard](https://github.com/trallard))

## Contributors to this release

([GitHub contributors page for this release](https://github.com/conda-incubator/jupyterlab-conda-store/graphs/contributors?from=2023-10-19&to=2024-01-30&type=c))

[@isumitjha](https://github.com/search?q=repo%3Aconda-incubator%2Fjupyterlab-conda-store+involves%3Aisumitjha+updated%3A2023-10-19..2024-01-30&type=Issues) | [@nkaretnikov](https://github.com/search?q=repo%3Aconda-incubator%2Fjupyterlab-conda-store+involves%3Ankaretnikov+updated%3A2023-10-19..2024-01-30&type=Issues) | [@pavithraes](https://github.com/search?q=repo%3Aconda-incubator%2Fjupyterlab-conda-store+involves%3Apavithraes+updated%3A2023-10-19..2024-01-30&type=Issues) | [@trallard](https://github.com/search?q=repo%3Aconda-incubator%2Fjupyterlab-conda-store+involves%3Atrallard+updated%3A2023-10-19..2024-01-30&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-conda-store",
"version": "2023.10.1",
"version": "2024.1.1",
"description": "A jupyterlab extension that provides a beautiful, user-friendly graphical interface for building and managing environments using ayour existing conda-store server",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -57,7 +57,7 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@conda-store/conda-store-ui": "2023.10.2",
"@conda-store/conda-store-ui": "2024.1.1",
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/apputils": "^3.1.0",
"@jupyterlab/mainmenu": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1065,10 +1065,10 @@
style-mod "^4.0.0"
w3c-keyname "^2.2.4"

"@conda-store/conda-store-ui@2023.10.2":
version "2023.10.2"
resolved "https://registry.yarnpkg.com/@conda-store/conda-store-ui/-/conda-store-ui-2023.10.2.tgz#4ffb45937da605b1ac2061721560e3ec83538d95"
integrity sha512-ppS47RBcVcP3DJRklu0QsEpX/TA6qwlL4u/JaSOmqAWqLT5pOeFFK5LVye4b0BPgZvIvqsEd8DWvsfM6RefSkA==
"@conda-store/conda-store-ui@2024.1.1":
version "2024.1.1"
resolved "https://registry.yarnpkg.com/@conda-store/conda-store-ui/-/conda-store-ui-2024.1.1.tgz#77e4a03f4e8768ab5d22e1ad05349fda51de85d1"
integrity sha512-aUccpl6Wj4XRg18KZCAab2NHgwncQaivGk0KdDknqBY+vF0b224gt6qxuKTz4JaXOgWnlXGbOeUz7/r1hETLyA==
dependencies:
"@codemirror/language" "^6.2.1"
"@codemirror/legacy-modes" "^6.1.0"
Expand Down

0 comments on commit b1014e3

Please sign in to comment.