This commit is contained in:
Ulf Gebhardt 2025-06-04 17:03:39 +02:00 committed by GitHub
parent df4275c5cd
commit 7d95c6437a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 25 additions and 9 deletions

View File

@ -4,8 +4,24 @@ 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.8.2](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.8.1...3.8.2)
- feat(webapp): location on registration [`#8608`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8608)
- fix(webapp): group categories [`#8634`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8634)
- build(deps): bump @aws-sdk/lib-storage in /backend [`#8615`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8615)
- build(deps): bump validator from 13.15.0 to 13.15.15 in /backend [`#8628`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8628)
- build(deps): bump validator from 13.15.0 to 13.15.15 in /webapp [`#8622`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8622)
- build(deps-dev): bump eslint-plugin-prettier in /backend [`#8621`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8621)
- feat(backend): push posts [`#8609`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8609)
- build(deps): bump node from 24.0.2-alpine to 24.1.0-alpine in /backend [`#8613`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8613)
- build(deps-dev): bump eslint-plugin-jest in /backend [`#8623`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8623)
- build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 [`#8612`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8612)
#### [3.8.1](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.8.0...3.8.1)
> 2 June 2025
- v3.8.1 [`#8633`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8633)
- fix(backend): hotfix - allow more user fields to be queried [`#8632`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8632)
#### [3.8.0](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.7.0...3.8.0)

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-backend",
"version": "3.8.1",
"version": "3.8.2",
"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.8.1"
appVersion: "3.8.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.8.1"
appVersion: "3.8.2"

View File

@ -1,12 +1,12 @@
{
"name": "ocelot-social-frontend",
"version": "3.8.1",
"version": "3.8.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ocelot-social-frontend",
"version": "3.8.1",
"version": "3.8.2",
"license": "Apache-2.0",
"dependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-frontend",
"version": "3.8.1",
"version": "3.8.2",
"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.8.1",
"version": "3.8.2",
"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.8.1",
"version": "3.8.2",
"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.8.1",
"version": "3.8.2",
"description": "ocelot.social Frontend",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",