diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9146d0b..4e96d10c1 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/backend/package.json b/backend/package.json index adb5943f6..1e2521af9 100644 --- a/backend/package.json +++ b/backend/package.json @@ -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", diff --git a/deployment/helm/charts/ocelot-neo4j/Chart.yaml b/deployment/helm/charts/ocelot-neo4j/Chart.yaml index 32c8cc9ba..58c1025f3 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.9.0" +appVersion: "3.10.0" diff --git a/deployment/helm/charts/ocelot-social/Chart.yaml b/deployment/helm/charts/ocelot-social/Chart.yaml index a0ac8d93c..e4e614a35 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.9.0" +appVersion: "3.10.0" diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 482b74ac1..650020d40 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -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", diff --git a/frontend/package.json b/frontend/package.json index ec9d849f2..da0fece0d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/package.json b/package.json index 0f92b69fe..b2c36aa4e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/webapp/maintenance/source/package.json b/webapp/maintenance/source/package.json index b1b507f0a..2973a37c0 100644 --- a/webapp/maintenance/source/package.json +++ b/webapp/maintenance/source/package.json @@ -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", diff --git a/webapp/package.json b/webapp/package.json index 43d6c7e9b..21cde98eb 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -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",