diff --git a/CHANGELOG.md b/CHANGELOG.md index b1533e561..1f5e4b1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,52 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.21...HEAD) +## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.22...HEAD) + +## [v0.1.22](https://github.com/xgeekshq/split/compare/v0.1.21...v0.1.22) - 2024-10-18 + +### What Changed 👀 + +- feat: change split domain @r-p-alves (#1577) +- feat: create helm chart for split @r-p-alves (#1574) +- docs: add sousadax12 as a contributor for infra, and code @allcontributors (#1573) +- docs: add r-p-alves as a contributor for infra, and code @allcontributors (#1572) +- feat: update ci/cd to push docker image to the new container registry @r-p-alves (#1569) + +### 🧩 Dependency Updates + +
+27 changes +- chore(deps): bump tar from 6.1.11 to 6.2.1 in /backend @dependabot (#1561) +- chore(deps): bump ejs from 3.1.8 to 3.1.10 in /backend @dependabot (#1560) +- chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 in /frontend @dependabot (#1559) +- chore(deps): bump pug from 3.0.2 to 3.0.3 in /backend @dependabot (#1558) +- chore(deps): bump ws and socket.io-client in /frontend @dependabot (#1557) +- chore(deps): bump fast-xml-parser and @aws-sdk/credential-providers in /backend @dependabot (#1556) +- chore(deps): bump socket.io and @nestjs/platform-socket.io in /backend @dependabot (#1555) +- chore(deps-dev): bump elliptic from 6.5.4 to 6.5.7 in /frontend @dependabot (#1554) +- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /backend @dependabot (#1553) +- chore(deps): bump axios and start-server-and-test in /frontend @dependabot (#1552) +- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /frontend @dependabot (#1551) +- chore(deps): bump webpack and @nestjs/cli in /backend @dependabot (#1550) +- chore(deps): bump next from 13.5.4 to 14.2.14 in /frontend @dependabot (#1547) +- chore(deps): bump send and express in /frontend @dependabot (#1545) +- chore(deps-dev): bump @commitlint/cli from 18.4.2 to 19.2.1 @dependabot (#1543) +- chore(deps-dev): bump webpack-dev-middleware from 6.1.1 to 6.1.2 in /frontend @dependabot (#1542) +- chore(deps-dev): bump @commitlint/config-conventional from 18.4.3 to 19.1.0 @dependabot (#1541) +- chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 in /frontend @dependabot (#1539) +- chore(deps): bump follow-redirects from 1.15.1 to 1.15.6 in /backend @dependabot (#1538) +- chore(deps): bump nodemailer from 6.7.7 to 6.9.9 in /backend @dependabot (#1537) +- chore(deps): bump jose from 4.13.1 to 4.15.5 in /frontend @dependabot (#1536) +- chore(deps-dev): bump ip from 2.0.0 to 2.0.1 in /frontend @dependabot (#1533) +- chore(deps): bump ip from 1.1.8 to 1.1.9 in /backend @dependabot (#1532) +- chore(deps-dev): bump husky from 8.0.3 to 9.0.11 @dependabot (#1529) +- chore(deps): bump release-drafter/release-drafter from 5 to 6 @dependabot (#1528) +- chore(deps): bump actions/cache from 3 to 4 @dependabot (#1523) +- chore(deps): bump msgpackr from 1.6.2 to 1.10.1 in /backend @dependabot (#1520) + +
+**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.21...v0.1.22 ## [v0.1.21](https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21) - 2023-12-21 @@ -54,10 +99,8 @@ All notable changes to this project will be documented in this file. - chore(deps): bump vm2 from 3.9.17 to 3.9.19 in /backend @dependabot (#1468) - chore(deps): bump socket.io-parser from 4.2.2 to 4.2.3 in /backend @dependabot (#1470) - chore(deps): bump engine.io, @nestjs/platform-socket.io and socket.io in /backend @dependabot (#1464) - **Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21 - ## [v0.1.20](https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20) - 2023-05-07 ### What Changed 👀 @@ -188,7 +231,6 @@ All notable changes to this project will be documented in this file. **Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.18...v0.1.19 ## [v0.1.18](https://github.com/xgeekshq/split/compare/v0.1.17...v0.1.18) - 2023-03-24 ### What Changed 👀 - ### 🐛 Bug Fixes - fix: redirect guest user on public board @CatiaAntunes96 (#1304) diff --git a/backend/package.json b/backend/package.json index 57f7640c2..4e9697974 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "v0.1.21", + "version": "v0.1.22", "description": "", "author": "", "private": true, diff --git a/frontend/package.json b/frontend/package.json index 3ae560d6b..1357e4fe8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "v0.1.21", + "version": "v0.1.22", "private": true, "scripts": { "dev": "next dev", diff --git a/package.json b/package.json index 93d27b8c8..0f7ccee54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "split", - "version": "v0.1.21", + "version": "v0.1.22", "private": true, "scripts": { "prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",