chore(release): v3.13.1 (#9003)

This commit is contained in:
Ulf Gebhardt 2025-11-01 16:37:40 +01:00 committed by GitHub
parent a48510f349
commit 592a8af42c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 28 additions and 6 deletions

View File

@ -4,8 +4,30 @@ 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.13.1](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.13.0...3.13.1)
- build(deps): bump nginx from 1.29.2-alpine to 1.29.3-alpine in /webapp [`#9005`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9005)
- build(deps): bump minimatch from 10.0.3 to 10.1.1 in /backend [`#9009`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9009)
- build(deps-dev): bump @types/node from 24.9.1 to 24.9.2 in /backend [`#9010`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9010)
- build(deps): bump @aws-sdk/client-s3 from 3.917.0 to 3.922.0 in /backend [`#9012`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9012)
- fix(webapp): fix map [`#9004`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9004)
- build(deps): bump validator from 13.15.15 to 13.15.20 in /backend [`#9007`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9007)
- build(deps): bump validator from 13.15.15 to 13.15.20 in /webapp [`#9011`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9011)
- fix(webapp): always link compiled styleguide [`#8998`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8998)
- build(deps-dev): bump the babel group with 2 updates [`#8982`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8982)
- build(deps): bump node from 24.10.0-alpine to 25.0.0-alpine in /backend [`#8972`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8972)
- fix(workflow): cleanup when running e2e jobs aswell [`#9001`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9001)
- build(deps): bump node from 20.12.1-alpine to 25.0.0-alpine in /webapp [`#8974`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8974)
- fix(workflow): clean up space on workflow runner machines [`#9000`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9000)
- fix(docker): fix on build copy command failing when branding [`#8996`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8996)
- fix(backend): fix node25 compatibility [`#8995`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8995)
- fix(webapp): update nuxt to v2.15.8 [`#8997`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8997)
#### [3.13.0](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.12.2...3.13.0)
> 28 October 2025
- chore(release): v3.13.0 [`#8991`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8991)
- build(deps-dev): bump cypress from 15.4.0 to 15.5.0 in the cypress group [`#8983`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8983)
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 [`#8981`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8981)
- build(deps): bump the metascraper group in /backend with 12 updates [`#8985`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/8985)

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-backend",
"version": "3.13.0",
"version": "3.13.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.13.0"
appVersion: "3.13.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.13.0"
appVersion: "3.13.1"

View File

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