From a912a353e47ccb6785d45683effe03f49109e88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 19 Jun 2025 15:44:02 +0200 Subject: [PATCH] Release v3.10.1 (#8692) --- CHANGELOG.md | 13 +++++++++++++ backend/package.json | 2 +- deployment/helm/charts/ocelot-neo4j/Chart.yaml | 2 +- deployment/helm/charts/ocelot-social/Chart.yaml | 2 +- frontend/package.json | 2 +- package.json | 2 +- webapp/maintenance/source/package.json | 2 +- webapp/package.json | 2 +- 8 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e96d10c1..e3bd17058 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/backend/package.json b/backend/package.json index ca7189506..e3c241905 100644 --- a/backend/package.json +++ b/backend/package.json @@ -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", diff --git a/deployment/helm/charts/ocelot-neo4j/Chart.yaml b/deployment/helm/charts/ocelot-neo4j/Chart.yaml index 58c1025f3..a4dcf5a05 100644 --- a/deployment/helm/charts/ocelot-neo4j/Chart.yaml +++ b/deployment/helm/charts/ocelot-neo4j/Chart.yaml @@ -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" diff --git a/deployment/helm/charts/ocelot-social/Chart.yaml b/deployment/helm/charts/ocelot-social/Chart.yaml index e4e614a35..681dbbc0b 100644 --- a/deployment/helm/charts/ocelot-social/Chart.yaml +++ b/deployment/helm/charts/ocelot-social/Chart.yaml @@ -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" diff --git a/frontend/package.json b/frontend/package.json index da0fece0d..488bf7d20 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/package.json b/package.json index b2c36aa4e..71e465be6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/webapp/maintenance/source/package.json b/webapp/maintenance/source/package.json index 2973a37c0..d606d44d6 100644 --- a/webapp/maintenance/source/package.json +++ b/webapp/maintenance/source/package.json @@ -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", diff --git a/webapp/package.json b/webapp/package.json index 21cde98eb..cb5fd4eb5 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -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",