chore(release): v3.15.1 (#9437)

This commit is contained in:
Ulf Gebhardt 2026-03-24 14:15:01 +01:00 committed by GitHub
parent 0257cf8ee6
commit b629307f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 14 additions and 7 deletions

View File

@ -4,8 +4,15 @@ 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.15.1](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.15.0...3.15.1)
- fix(webapp): fix dependency problem - async-validator required in production [`#9436`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9436)
#### [3.15.0](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.14.1...3.15.0)
> 24 March 2026
- chore(release): v3.15.0 [`#9434`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9434)
- fix(backend): fix flaky backend tests [`#9433`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9433)
- refactor(webapp): remove styleguide [`#9432`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9432)
- feat(package/ui): os-menu [`#9431`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/9431)

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-backend",
"version": "3.15.0",
"version": "3.15.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.15.0"
appVersion: "3.15.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.15.0"
appVersion: "3.15.1"

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social",
"version": "3.15.0",
"version": "3.15.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.15.0",
"version": "3.15.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.15.0",
"version": "3.15.1",
"description": "ocelot.social Frontend",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",
@ -31,9 +31,9 @@
"@nuxtjs/style-resources": "~1.1.0",
"@ocelot-social/ui": "file:../packages/ui",
"accounting": "~0.4.1",
"async-validator": "^3.2.4",
"apollo-cache-inmemory": "~1.6.6",
"apollo-client": "~2.6.10",
"async-validator": "^3.2.4",
"cookie-universal-nuxt": "~2.2.2",
"cropperjs": "^1.6.2",
"cross-env": "~10.1.0",