Skip to content

Commit 1d0f15c

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

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 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.23...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.24...HEAD)
6+
7+
## [v0.1.24](https://github.com/xgeekshq/split/compare/v0.1.23...v0.1.24) - 2024-10-18
8+
9+
### What Changed 👀
10+
11+
* No changes
12+
13+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.23...v0.1.24
614

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

@@ -56,7 +64,6 @@ All notable changes to this project will be documented in this file.
5664
</details>
5765
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.21...v0.1.22
5866
## [v0.1.21](https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21) - 2023-12-21
59-
6067
### What Changed 👀
6168

6269
### 🐛 Bug Fixes
@@ -109,7 +116,6 @@ All notable changes to this project will be documented in this file.
109116
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21
110117
## [v0.1.20](https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20) - 2023-05-07
111118
### What Changed 👀
112-
113119
- test: board users @patricia-mdias (#1452)
114120
- fix: remove scheduling from board settings @GoncaloCanteiro (#1456)
115121
- refactor: test comments module @CatiaAntunes96 (#1448)
@@ -238,7 +244,6 @@ All notable changes to this project will be documented in this file.
238244
### What Changed 👀
239245
### 🐛 Bug Fixes
240246
- fix: redirect guest user on public board @CatiaAntunes96 (#1304)
241-
242247
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.17...v0.1.18
243248

244249
## [v0.1.17](https://github.com/xgeekshq/split/compare/v0.1.16...v0.1.17) - 2023-03-23

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

0 commit comments

Comments
 (0)