From 44d7e0f4ecbaa284496a7a53b13614a9e7bd6e97 Mon Sep 17 00:00:00 2001 From: trungleduc Date: Wed, 15 May 2024 20:07:15 +0000 Subject: [PATCH] Publish 2.0.0a1 SHA256 hashes: tljh_repo2docker-2.0.0a1-py2.py3-none-any.whl: a2cd93a1501d389d635ce43be37345fea30717309197ac8d23b37df3048d7599 tljh_repo2docker-2.0.0a1.tar.gz: a9623f8f2656e9f00ad3299d872c4bf39c1401bc365ba785f51f268bac602360 --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f227dfb..57191e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,30 @@ You can find below the list of changes since the creation of the plugin. +## 2.0.0a1 + +([Full Changelog](https://github.com/plasmabio/tljh-repo2docker/compare/v2.0.0a0...78fe0248148f114c72e4260f42ea1088ab285153)) + +### Enhancements made + +- Adopt `binderhub` [#83](https://github.com/plasmabio/tljh-repo2docker/pull/83) ([@trungleduc](https://github.com/trungleduc)) + +### Maintenance and upkeep improvements + +- Make npm package private [#86](https://github.com/plasmabio/tljh-repo2docker/pull/86) ([@trungleduc](https://github.com/trungleduc)) + +### Other merged PRs + +- Update snapshot [#85](https://github.com/plasmabio/tljh-repo2docker/pull/85) ([@trungleduc](https://github.com/trungleduc)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/plasmabio/tljh-repo2docker/graphs/contributors?from=2024-04-04&to=2024-05-15&type=c)) + +[@jtpio](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Ajtpio+updated%3A2024-04-04..2024-05-15&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Atrungleduc+updated%3A2024-04-04..2024-05-15&type=Issues) + + + ## 2.0.0a0 ([Full Changelog](https://github.com/plasmabio/tljh-repo2docker/compare/v1.0.1...094e4635ca9329ccab20e06eb1c0fefa4b8aa664)) @@ -79,8 +103,6 @@ You can find below the list of changes since the creation of the plugin. [@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)) diff --git a/package-lock.json b/package-lock.json index 0208aa6..1c63640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tljh_repo2docker_ui", - "version": "2.0.0-a0", + "version": "2.0.0-a1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tljh_repo2docker_ui", - "version": "2.0.0-a0", + "version": "2.0.0-a1", "license": "BSD-3-Clause", "dependencies": { "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index b4e53e2..c860b4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tljh_repo2docker_ui", "private": "true", - "version": "2.0.0-a0", + "version": "2.0.0-a1", "description": "tljh_repo2docker frontend package", "license": "BSD-3-Clause", "homepage": "https://github.com/plasmabio/tljh-repo2docker",