This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conventional Changelog Action
committed
Jun 30, 2024
1 parent
f58ebd6
commit ba8c940
Showing
3 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# [3.2.0](https://github.com/EddieHubCommunity/BioDrop/compare/v2.104.2...v3.2.0) (2024-06-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* package version ([f58ebd6](https://github.com/EddieHubCommunity/BioDrop/commit/f58ebd65251a3a5f93ed7f27d6bf696e28c2825a)) | ||
* release action ([ea8c767](https://github.com/EddieHubCommunity/BioDrop/commit/ea8c7671873c1b0e7afd578ff0a13b10ec268ab0)) | ||
* release to redirect branch ([19c84c0](https://github.com/EddieHubCommunity/BioDrop/commit/19c84c02957fce36f97d410040d924d20a83bef7)) | ||
* release version number (major bump) ([eab8a41](https://github.com/EddieHubCommunity/BioDrop/commit/eab8a41ceb6e6dcd57f293f49328360033c12347)) | ||
|
||
|
||
### Features | ||
|
||
* docker file ([9ce9e3b](https://github.com/EddieHubCommunity/BioDrop/commit/9ce9e3b2473d012f270561e1c7bfae6655d9866a)) | ||
* redirect only ([e97b3df](https://github.com/EddieHubCommunity/BioDrop/commit/e97b3df6c12af1e39bd2272b6c19c384d43e948f)) | ||
|
||
|
||
|
||
## [2.104.2](https://github.com/EddieHubCommunity/BioDrop/compare/v2.104.1...v2.104.2) (2024-06-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* docker secrets ([be0e7bb](https://github.com/EddieHubCommunity/BioDrop/commit/be0e7bb430f95e0693cd290a332a244c273b3eee)) | ||
|
||
|
||
|
||
## [2.104.1](https://github.com/EddieHubCommunity/BioDrop/compare/v2.104.0...v2.104.1) (2024-06-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* delete release branch ([3d3aa86](https://github.com/EddieHubCommunity/BioDrop/commit/3d3aa867880d9fcb0c72756ff51c1b66d176fdea)) | ||
|
||
|
||
|
||
# [2.104.0](https://github.com/EddieHubCommunity/BioDrop/compare/v2.103.1...v2.104.0) (2024-06-30) | ||
|
||
|
||
### Features | ||
|
||
* caprover ([#10389](https://github.com/EddieHubCommunity/BioDrop/issues/10389)) ([e57c681](https://github.com/EddieHubCommunity/BioDrop/commit/e57c681fc966dbd96c8ed0b37d522b8093d014e1)) | ||
|
||
|
||
|
||
## [2.103.1](https://github.com/EddieHubCommunity/BioDrop/compare/v2.103.0...v2.103.1) (2024-06-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add repo button in manage repo page ([#10385](https://github.com/EddieHubCommunity/BioDrop/issues/10385)) ([f548044](https://github.com/EddieHubCommunity/BioDrop/commit/f548044560a271279c1661645aec7246ca41ec0e)) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "biodrop", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
|