mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
v3.10.0 (#8683)
This commit is contained in:
parent
1ddbdce3fc
commit
61c1cc965a
20
CHANGELOG.md
20
CHANGELOG.md
@ -4,8 +4,28 @@ 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.0](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.9.0...3.10.0)
|
||||
|
||||
- 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)
|
||||
- fix(webapp): filenames for chat files [`#8680`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8680)
|
||||
- build(deps): bump @aws-sdk/lib-storage in /backend [`#8667`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8667)
|
||||
- build(deps-dev): bump ts-jest from 29.3.4 to 29.4.0 in /backend [`#8668`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8668)
|
||||
- build(deps): bump node from 24.1.0-alpine to 24.2.0-alpine in /backend [`#8664`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8664)
|
||||
- build(deps): bump @types/mime-types from 2.1.4 to 3.0.1 in /backend [`#8671`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8671)
|
||||
- build(deps-dev): bump @types/node from 22.15.30 to 24.0.1 in /backend [`#8670`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8670)
|
||||
- build(deps-dev): bump eslint-plugin-jest in /backend [`#8672`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8672)
|
||||
- build(deps-dev): bump eslint-plugin-n in /backend [`#8674`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8674)
|
||||
- build(deps): bump @aws-sdk/client-s3 from 3.826.0 to 3.828.0 in /backend [`#8675`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8675)
|
||||
- feat(backend): file upload chat backend [`#8657`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8657)
|
||||
- refactor(backend): reduce seed time [`#8662`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8662)
|
||||
|
||||
#### [3.9.0](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.8.2...3.9.0)
|
||||
|
||||
> 11 June 2025
|
||||
|
||||
- v3.9.0 [`#8661`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8661)
|
||||
- fix(webapp): optimize registration layout [`#8630`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8630)
|
||||
- fix(webapp): fix group performance [`#8656`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8656)
|
||||
- build(deps): bump @aws-sdk/client-s3 from 3.817.0 to 3.826.0 in /backend [`#8647`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8647)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ocelot-social-backend",
|
||||
"version": "3.9.0",
|
||||
"version": "3.10.0",
|
||||
"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.9.0"
|
||||
appVersion: "3.10.0"
|
||||
|
||||
@ -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.9.0"
|
||||
appVersion: "3.10.0"
|
||||
|
||||
4
frontend/package-lock.json
generated
4
frontend/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ocelot-social-frontend",
|
||||
"version": "3.9.0",
|
||||
"version": "3.10.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ocelot-social-frontend",
|
||||
"version": "3.9.0",
|
||||
"version": "3.10.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ocelot-social-frontend",
|
||||
"version": "3.9.0",
|
||||
"version": "3.10.0",
|
||||
"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.9.0",
|
||||
"version": "3.10.0",
|
||||
"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.9.0",
|
||||
"version": "3.10.0",
|
||||
"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.9.0",
|
||||
"version": "3.10.0",
|
||||
"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