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

Commit

Permalink
Merge branch 'EddieHubCommunity:main' into Ousman37-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousman37 authored Jan 5, 2024
2 parents 5592f70 + 35dbbe3 commit 7748cd2
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 47 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.97.7](https://github.com/EddieHubCommunity/BioDrop/compare/v2.97.6...v2.97.7) (2024-01-04)


### Bug Fixes

* rolled back mongoose version ([#10097](https://github.com/EddieHubCommunity/BioDrop/issues/10097)) ([8b13530](https://github.com/EddieHubCommunity/BioDrop/commit/8b13530294083b1578fba769436c20efa303c6cc))



## [2.97.6](https://github.com/EddieHubCommunity/BioDrop/compare/v2.97.5...v2.97.6) (2023-12-30)


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



## [2.97.2](https://github.com/EddieHubCommunity/BioDrop/compare/v2.97.1...v2.97.2) (2023-12-24)


### Bug Fixes

* json profile source action ([#10000](https://github.com/EddieHubCommunity/BioDrop/issues/10000)) ([966f61d](https://github.com/EddieHubCommunity/BioDrop/commit/966f61d7ef88c1a4fa094f236c60070c75949308))



2 changes: 1 addition & 1 deletion config/app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.97.6",
"version": "2.97.7",
"alerts": [],
"layouts": [
"classic",
Expand Down
21 changes: 21 additions & 0 deletions data/jonasermert.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Jonas Ermert",
"bio": "Hello, my Name is Jonas. I am a Fullstack Developer working with React Native and Golang. In my free time I love to create Flutter Apps.",
"tags": [
"Flutter",
"Dart",
"React Native",
"Golang",
"Fullstack"
],
"socials": [
{
"icon": "FaTwitter",
"url": "https://twitter.com/Jonas20692"
},
{
"icon": "FaGithub",
"url": "https://github.com/jonasermert"
}
]
}
89 changes: 54 additions & 35 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "biodrop",
"version": "2.97.6",
"version": "2.97.7",
"private": false,
"homepage": "https://biodrop.io",
"engines": {
Expand All @@ -24,7 +24,7 @@
"leaflet": "^1.9.4",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"mongoose": "^8.0.3",
"mongoose": "^7.6.4",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"next-pwa": "^5.6.0",
Expand Down

0 comments on commit 7748cd2

Please sign in to comment.