From 5b6e3b4a28f0bd41848d63d3c86011cde5b6549a Mon Sep 17 00:00:00 2001 From: trungleduc Date: Thu, 4 Apr 2024 16:20:04 +0000 Subject: [PATCH] Publish 2.0.0a0 SHA256 hashes: tljh_repo2docker-2.0.0a0-py2.py3-none-any.whl: e438ba74e31f08c454eea48ce2e4050df86c305408087cc165e49814a8009cff tljh_repo2docker-2.0.0a0.tar.gz: a350ae63ce4878eb95eb1f55c5aee13d1f5b470696c37c35fa97ad34623e25cd tljh_repo2docker_ui-2.0.0-a0.tgz: 7f56e4bba97c22a5c7473c2c16a5baf04592f54f5a36806c873c7ae72f626920 --- CHANGELOG.md | 24 ++++++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8734f23..f227dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,28 @@ You can find below the list of changes since the creation of the plugin. +## 2.0.0a0 + +([Full Changelog](https://github.com/plasmabio/tljh-repo2docker/compare/v1.0.1...094e4635ca9329ccab20e06eb1c0fefa4b8aa664)) + +### Enhancements made + +- Start single server from backend [#81](https://github.com/plasmabio/tljh-repo2docker/pull/81) ([@trungleduc](https://github.com/trungleduc)) +- Switch to JupyterHub service [#75](https://github.com/plasmabio/tljh-repo2docker/pull/75) ([@trungleduc](https://github.com/trungleduc)) +- Add react-based frontend [#69](https://github.com/plasmabio/tljh-repo2docker/pull/69) ([@trungleduc](https://github.com/trungleduc)) + +### Maintenance and upkeep improvements + +- Update to JupyterHub 4 and TLJH 1.0, use `pytest-jupyterhub` [#65](https://github.com/plasmabio/tljh-repo2docker/pull/65) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/plasmabio/tljh-repo2docker/graphs/contributors?from=2024-03-11&to=2024-04-03&type=c)) + +[@jtpio](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Ajtpio+updated%3A2024-03-11..2024-04-03&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Atrungleduc+updated%3A2024-03-11..2024-04-03&type=Issues) + + + ## 1.0.1 ([Full Changelog](https://github.com/plasmabio/tljh-repo2docker/compare/v1.0.0...98eaec34e3617c1e9bb83b2b4b09b2e4866fe8a0)) @@ -78,5 +100,3 @@ You can find below the list of changes since the creation of the plugin. ([GitHub contributors page for this release](https://github.com/plasmabio/tljh-repo2docker/graphs/contributors?from=2023-11-17&to=2024-03-11&type=c)) [@jtpio](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Ajtpio+updated%3A2023-11-17..2024-03-11&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Atrungleduc+updated%3A2023-11-17..2024-03-11&type=Issues) | [@yamaton](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Ayamaton+updated%3A2023-11-17..2024-03-11&type=Issues) - - diff --git a/package-lock.json b/package-lock.json index 126f9bd..0208aa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tljh_repo2docker_ui", - "version": "1.0.1", + "version": "2.0.0-a0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tljh_repo2docker_ui", - "version": "1.0.1", + "version": "2.0.0-a0", "license": "BSD-3-Clause", "dependencies": { "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index 78bea22..3981639 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tljh_repo2docker_ui", - "version": "1.0.1", + "version": "2.0.0-a0", "description": "tljh_repo2docker frontend package", "license": "BSD-3-Clause", "homepage": "https://github.com/plasmabio/tljh-repo2docker",