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",