Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge release info
Browse files Browse the repository at this point in the history
Merge new release into main
  • Loading branch information
github-actions[bot] committed Sep 13, 2023
2 parents 5395e63 + a4656b5 commit bd18c19
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.18.1](https://github.com/EddieHubCommunity/BioDrop/compare/v2.18.0...v2.18.1) (2023-09-13)


### Bug Fixes

* update react-icons + migrate to Font Awesome 6 ([#8995](https://github.com/EddieHubCommunity/BioDrop/issues/8995)) ([5395e63](https://github.com/EddieHubCommunity/BioDrop/commit/5395e63eb03d1baba42df7d897e51e3a013f7165))



# [2.18.0](https://github.com/EddieHubCommunity/BioDrop/compare/v2.17.3...v2.18.0) (2023-09-13)


Expand Down Expand Up @@ -34,12 +43,3 @@



# [2.17.0](https://github.com/EddieHubCommunity/BioDrop/compare/v2.16.0...v2.17.0) (2023-09-12)


### Features

* highlight profile status ([#9027](https://github.com/EddieHubCommunity/BioDrop/issues/9027)) ([ad65552](https://github.com/EddieHubCommunity/BioDrop/commit/ad65552fd450e6837c4ddc8b708491e477cb6719))



8 changes: 6 additions & 2 deletions config/app.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "2.18.0",
"version": "2.18.1",
"alerts": [
{
"type": "info",
"message": "The 'Font Awesome' library has been updated to v6. Some icons have been renamed or changed appearance. Check https://www.biodrop.io/icons for all available icons and update your Profile Links from the Manage Profile section."
}
],
"layouts": ["classic", "inline", "column-2"],
"layouts": [
"classic",
"inline",
"column-2"
],
"animations": {
"none": "No Animation",
"pulse": "Pulse",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "biodrop",
"version": "2.18.0",
"version": "2.18.1",
"private": false,
"homepage": "https://biodrop.io",
"engines": {
Expand Down

0 comments on commit bd18c19

Please sign in to comment.