mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
v3.12.2 (#8903)
This commit is contained in:
parent
4ef93e0aad
commit
2c285d6bfb
15
CHANGELOG.md
15
CHANGELOG.md
@ -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).
|
||||
|
||||
#### [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)
|
||||
|
||||
> 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)
|
||||
- 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)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ocelot-social-backend",
|
||||
"version": "3.12.1",
|
||||
"version": "3.12.2",
|
||||
"description": "GraphQL Backend for ocelot.social",
|
||||
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
||||
"author": "ocelot.social Community",
|
||||
|
||||
@ -21,4 +21,4 @@ version: 0.1.0
|
||||
# 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.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "3.12.1"
|
||||
appVersion: "3.12.2"
|
||||
|
||||
@ -21,4 +21,4 @@ version: 0.1.0
|
||||
# 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.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "3.12.1"
|
||||
appVersion: "3.12.2"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ocelot-social",
|
||||
"version": "3.12.1",
|
||||
"version": "3.12.2",
|
||||
"description": "Free and open source software program code available to run social networks.",
|
||||
"author": "ocelot.social Community",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ocelot-social/maintenance",
|
||||
"version": "3.12.1",
|
||||
"version": "3.12.2",
|
||||
"description": "Maintenance page for ocelot.social",
|
||||
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
||||
"author": "ocelot.social Community",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ocelot-social-webapp",
|
||||
"version": "3.12.1",
|
||||
"version": "3.12.2",
|
||||
"description": "ocelot.social Frontend",
|
||||
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
||||
"author": "ocelot.social Community",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user