mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
v3.8.2 (#8637)
This commit is contained in:
parent
df4275c5cd
commit
7d95c6437a
16
CHANGELOG.md
16
CHANGELOG.md
@ -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).
|
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)
|
#### [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)
|
- 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)
|
#### [3.8.0](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/3.7.0...3.8.0)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ocelot-social-backend",
|
"name": "ocelot-social-backend",
|
||||||
"version": "3.8.1",
|
"version": "3.8.2",
|
||||||
"description": "GraphQL Backend for ocelot.social",
|
"description": "GraphQL Backend for ocelot.social",
|
||||||
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
||||||
"author": "ocelot.social Community",
|
"author": "ocelot.social Community",
|
||||||
|
|||||||
@ -21,4 +21,4 @@ version: 0.1.0
|
|||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "3.8.1"
|
appVersion: "3.8.2"
|
||||||
|
|||||||
@ -21,4 +21,4 @@ version: 0.1.0
|
|||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "3.8.1"
|
appVersion: "3.8.2"
|
||||||
|
|||||||
4
frontend/package-lock.json
generated
4
frontend/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ocelot-social-frontend",
|
"name": "ocelot-social-frontend",
|
||||||
"version": "3.8.1",
|
"version": "3.8.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ocelot-social-frontend",
|
"name": "ocelot-social-frontend",
|
||||||
"version": "3.8.1",
|
"version": "3.8.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ocelot-social-frontend",
|
"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",
|
"description": "ocelot.social new Frontend (in development and not fully implemented) by IT4C Boilerplate for frontends",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ocelot-social",
|
"name": "ocelot-social",
|
||||||
"version": "3.8.1",
|
"version": "3.8.2",
|
||||||
"description": "Free and open source software program code available to run social networks.",
|
"description": "Free and open source software program code available to run social networks.",
|
||||||
"author": "ocelot.social Community",
|
"author": "ocelot.social Community",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ocelot-social/maintenance",
|
"name": "@ocelot-social/maintenance",
|
||||||
"version": "3.8.1",
|
"version": "3.8.2",
|
||||||
"description": "Maintenance page for ocelot.social",
|
"description": "Maintenance page for ocelot.social",
|
||||||
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
||||||
"author": "ocelot.social Community",
|
"author": "ocelot.social Community",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ocelot-social-webapp",
|
"name": "ocelot-social-webapp",
|
||||||
"version": "3.8.1",
|
"version": "3.8.2",
|
||||||
"description": "ocelot.social Frontend",
|
"description": "ocelot.social Frontend",
|
||||||
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
||||||
"author": "ocelot.social Community",
|
"author": "ocelot.social Community",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user