Skip to content

Commit 5528c4e

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.23 [skip ci]
1 parent c6e99aa commit 5528c4e

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
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.22...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.23...HEAD)
6+
7+
## [v0.1.23](https://github.com/xgeekshq/split/compare/v0.1.22...v0.1.23) - 2024-10-18
8+
9+
### What Changed 👀
10+
11+
* No changes
12+
13+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.22...v0.1.23
614

715
## [v0.1.22](https://github.com/xgeekshq/split/compare/v0.1.21...v0.1.22) - 2024-10-18
816

@@ -45,10 +53,8 @@ All notable changes to this project will be documented in this file.
4553
- chore(deps): bump release-drafter/release-drafter from 5 to 6 @dependabot (#1528)
4654
- chore(deps): bump actions/cache from 3 to 4 @dependabot (#1523)
4755
- chore(deps): bump msgpackr from 1.6.2 to 1.10.1 in /backend @dependabot (#1520)
48-
4956
</details>
5057
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.21...v0.1.22
51-
5258
## [v0.1.21](https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21) - 2023-12-21
5359

5460
### What Changed 👀
@@ -102,7 +108,6 @@ All notable changes to this project will be documented in this file.
102108
</details>
103109
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21
104110
## [v0.1.20](https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20) - 2023-05-07
105-
106111
### What Changed 👀
107112

108113
- test: board users @patricia-mdias (#1452)
@@ -232,7 +237,6 @@ All notable changes to this project will be documented in this file.
232237
## [v0.1.18](https://github.com/xgeekshq/split/compare/v0.1.17...v0.1.18) - 2023-03-24
233238
### What Changed 👀
234239
### 🐛 Bug Fixes
235-
236240
- fix: redirect guest user on public board @CatiaAntunes96 (#1304)
237241

238242
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.17...v0.1.18

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.22",
3+
"version": "v0.1.23",
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.22",
3+
"version": "v0.1.23",
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.22",
3+
"version": "v0.1.23",
44
"private": true,
55
"scripts": {
66
"prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",

0 commit comments

Comments
 (0)