mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Release v3.10.1 (#8692)
This commit is contained in:
parent
3216b50d1a
commit
a912a353e4
13
CHANGELOG.md
13
CHANGELOG.md
@ -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)
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user