diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d352af..d075ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog - +# 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) - diff --git a/package.json b/package.json index e47e960..3c9dc8c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 0d3c62c..02abaa8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"