This commit is contained in:
Ulf Gebhardt 2025-09-15 12:22:16 +02:00 committed by GitHub
parent 4ef93e0aad
commit 2c285d6bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 6 deletions

View File

@ -4,8 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [3.12.2](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.12.1...3.12.2)
- fix(backend): statistics for admin only [`#8887`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8887)
- fix(backend): fix minio settings [`#8878`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8878)
- fix group images [`#8901`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8901)
- build(deps): bump node from 24.7.0-alpine to 24.8.0-alpine in /backend [`#8891`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8891)
- build(deps-dev): bump the cypress group with 2 updates [`#8892`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8892)
- build(deps): bump the metascraper group in /backend with 12 updates [`#8894`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8894)
- build(deps): bump @aws-sdk/lib-storage in /backend [`#8895`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8895)
- build(deps): bump @aws-sdk/client-s3 from 3.883.0 to 3.888.0 in /backend [`#8897`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8897)
- build(deps-dev): bump @types/node from 24.3.1 to 24.3.3 in /backend [`#8898`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8898)
#### [3.12.1](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.12.0...3.12.1) #### [3.12.1](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.12.0...3.12.1)
> 13 September 2025
- v3.12.1 [`#8900`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8900)
- feat(backend): improve e-mail deliverability with sender name [`#8888`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8888) - feat(backend): improve e-mail deliverability with sender name [`#8888`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8888)
- remove PRIVATE_KEY_PASSPHRASE from config and remove its requirement [`#8889`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8889) - remove PRIVATE_KEY_PASSPHRASE from config and remove its requirement [`#8889`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8889)
- fix s3 migration [`#8890`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8890) - fix s3 migration [`#8890`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8890)

View File

@ -1,6 +1,6 @@
{ {
"name": "ocelot-social-backend", "name": "ocelot-social-backend",
"version": "3.12.1", "version": "3.12.2",
"description": "GraphQL Backend for ocelot.social", "description": "GraphQL Backend for ocelot.social",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social", "repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community", "author": "ocelot.social Community",

View File

@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "3.12.1" appVersion: "3.12.2"

View File

@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "3.12.1" appVersion: "3.12.2"

View File

@ -1,6 +1,6 @@
{ {
"name": "ocelot-social", "name": "ocelot-social",
"version": "3.12.1", "version": "3.12.2",
"description": "Free and open source software program code available to run social networks.", "description": "Free and open source software program code available to run social networks.",
"author": "ocelot.social Community", "author": "ocelot.social Community",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@ocelot-social/maintenance", "name": "@ocelot-social/maintenance",
"version": "3.12.1", "version": "3.12.2",
"description": "Maintenance page for ocelot.social", "description": "Maintenance page for ocelot.social",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social", "repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community", "author": "ocelot.social Community",

View File

@ -1,6 +1,6 @@
{ {
"name": "ocelot-social-webapp", "name": "ocelot-social-webapp",
"version": "3.12.1", "version": "3.12.2",
"description": "ocelot.social Frontend", "description": "ocelot.social Frontend",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social", "repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community", "author": "ocelot.social Community",