Skip to content

Commit c6e99aa

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.22 [skip ci]
1 parent 34faefe commit c6e99aa

File tree

4 files changed

+49
-7
lines changed

4 files changed

+49
-7
lines changed

CHANGELOG.md

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,52 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.21...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.22...HEAD)
6+
7+
## [v0.1.22](https://github.com/xgeekshq/split/compare/v0.1.21...v0.1.22) - 2024-10-18
8+
9+
### What Changed 👀
10+
11+
- feat: change split domain @r-p-alves (#1577)
12+
- feat: create helm chart for split @r-p-alves (#1574)
13+
- docs: add sousadax12 as a contributor for infra, and code @allcontributors (#1573)
14+
- docs: add r-p-alves as a contributor for infra, and code @allcontributors (#1572)
15+
- feat: update ci/cd to push docker image to the new container registry @r-p-alves (#1569)
16+
17+
### 🧩 Dependency Updates
18+
19+
<details>
20+
<summary>27 changes</summary>
21+
- chore(deps): bump tar from 6.1.11 to 6.2.1 in /backend @dependabot (#1561)
22+
- chore(deps): bump ejs from 3.1.8 to 3.1.10 in /backend @dependabot (#1560)
23+
- chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 in /frontend @dependabot (#1559)
24+
- chore(deps): bump pug from 3.0.2 to 3.0.3 in /backend @dependabot (#1558)
25+
- chore(deps): bump ws and socket.io-client in /frontend @dependabot (#1557)
26+
- chore(deps): bump fast-xml-parser and @aws-sdk/credential-providers in /backend @dependabot (#1556)
27+
- chore(deps): bump socket.io and @nestjs/platform-socket.io in /backend @dependabot (#1555)
28+
- chore(deps-dev): bump elliptic from 6.5.4 to 6.5.7 in /frontend @dependabot (#1554)
29+
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /backend @dependabot (#1553)
30+
- chore(deps): bump axios and start-server-and-test in /frontend @dependabot (#1552)
31+
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /frontend @dependabot (#1551)
32+
- chore(deps): bump webpack and @nestjs/cli in /backend @dependabot (#1550)
33+
- chore(deps): bump next from 13.5.4 to 14.2.14 in /frontend @dependabot (#1547)
34+
- chore(deps): bump send and express in /frontend @dependabot (#1545)
35+
- chore(deps-dev): bump @commitlint/cli from 18.4.2 to 19.2.1 @dependabot (#1543)
36+
- chore(deps-dev): bump webpack-dev-middleware from 6.1.1 to 6.1.2 in /frontend @dependabot (#1542)
37+
- chore(deps-dev): bump @commitlint/config-conventional from 18.4.3 to 19.1.0 @dependabot (#1541)
38+
- chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 in /frontend @dependabot (#1539)
39+
- chore(deps): bump follow-redirects from 1.15.1 to 1.15.6 in /backend @dependabot (#1538)
40+
- chore(deps): bump nodemailer from 6.7.7 to 6.9.9 in /backend @dependabot (#1537)
41+
- chore(deps): bump jose from 4.13.1 to 4.15.5 in /frontend @dependabot (#1536)
42+
- chore(deps-dev): bump ip from 2.0.0 to 2.0.1 in /frontend @dependabot (#1533)
43+
- chore(deps): bump ip from 1.1.8 to 1.1.9 in /backend @dependabot (#1532)
44+
- chore(deps-dev): bump husky from 8.0.3 to 9.0.11 @dependabot (#1529)
45+
- chore(deps): bump release-drafter/release-drafter from 5 to 6 @dependabot (#1528)
46+
- chore(deps): bump actions/cache from 3 to 4 @dependabot (#1523)
47+
- chore(deps): bump msgpackr from 1.6.2 to 1.10.1 in /backend @dependabot (#1520)
48+
49+
</details>
50+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.21...v0.1.22
651

752
## [v0.1.21](https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21) - 2023-12-21
853

@@ -54,10 +99,8 @@ All notable changes to this project will be documented in this file.
5499
- chore(deps): bump vm2 from 3.9.17 to 3.9.19 in /backend @dependabot (#1468)
55100
- chore(deps): bump socket.io-parser from 4.2.2 to 4.2.3 in /backend @dependabot (#1470)
56101
- chore(deps): bump engine.io, @nestjs/platform-socket.io and socket.io in /backend @dependabot (#1464)
57-
58102
</details>
59103
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21
60-
61104
## [v0.1.20](https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20) - 2023-05-07
62105

63106
### What Changed 👀
@@ -188,7 +231,6 @@ All notable changes to this project will be documented in this file.
188231
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.18...v0.1.19
189232
## [v0.1.18](https://github.com/xgeekshq/split/compare/v0.1.17...v0.1.18) - 2023-03-24
190233
### What Changed 👀
191-
192234
### 🐛 Bug Fixes
193235

194236
- fix: redirect guest user on public board @CatiaAntunes96 (#1304)

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "v0.1.21",
3+
"version": "v0.1.22",
44
"description": "",
55
"author": "",
66
"private": true,

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "v0.1.21",
3+
"version": "v0.1.22",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "split",
3-
"version": "v0.1.21",
3+
"version": "v0.1.22",
44
"private": true,
55
"scripts": {
66
"prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",

0 commit comments

Comments
 (0)