Release v3.10.1 (#8692)

This commit is contained in:
Wolfgang Huß 2025-06-19 15:44:02 +02:00 committed by GitHub
parent 3216b50d1a
commit a912a353e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 20 additions and 7 deletions

View File

@ -4,8 +4,21 @@ 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.10.1](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.10.0...3.10.1)
- feat(backend): logger [`#8655`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8655)
- fix(webapp): show hint that message is being saved [`#8690`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8690)
- fix(webapp): added timer [`#8658`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8658)
- Keep correct file extension for audio captures (voice chat) [`#8687`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8687)
- Add protocol if missing [`#8689`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8689)
- Avoid slider error [`#8686`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8686)
- fix(webapp): on translation not found must be a function [`#8685`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8685)
#### [3.10.0](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.9.0...3.10.0)
> 16 June 2025
- v3.10.0 [`#8683`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8683)
- build(deps): bump nodemailer from 6.10.1 to 7.0.3 in /backend [`#8527`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8527)
- build(deps): bump cheerio from 1.0.0 to 1.1.0 in /backend [`#8669`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8669)
- build(deps): bump minimatch from 9.0.5 to 10.0.3 in /backend [`#8673`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8673)

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-backend",
"version": "3.10.0",
"version": "3.10.1",
"description": "GraphQL Backend for ocelot.social",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.10.0"
appVersion: "3.10.1"

View File

@ -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.10.0"
appVersion: "3.10.1"

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-frontend",
"version": "3.10.0",
"version": "3.10.1",
"description": "ocelot.social new Frontend (in development and not fully implemented) by IT4C Boilerplate for frontends",
"main": "build/index.js",
"type": "module",

View File

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

View File

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

View File

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