Skip to content

Commit

Permalink
ci: update version to v0.1.24 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rpvsilva authored and github-actions[bot] committed Oct 18, 2024
1 parent 5528c4e commit 1d0f15c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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

## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.23...HEAD)
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.24...HEAD)

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

### What Changed 👀

* No changes

**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.23...v0.1.24

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

Expand Down Expand Up @@ -56,7 +64,6 @@ All notable changes to this project will be documented in this file.
</details>
**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

### What Changed 👀

### 🐛 Bug Fixes
Expand Down Expand Up @@ -109,7 +116,6 @@ All notable changes to this project will be documented in this file.
**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 👀

- test: board users @patricia-mdias (#1452)
- fix: remove scheduling from board settings @GoncaloCanteiro (#1456)
- refactor: test comments module @CatiaAntunes96 (#1448)
Expand Down Expand Up @@ -238,7 +244,6 @@ All notable changes to this project will be documented in this file.
### What Changed 👀
### 🐛 Bug Fixes
- fix: redirect guest user on public board @CatiaAntunes96 (#1304)

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

## [v0.1.17](https://github.com/xgeekshq/split/compare/v0.1.16...v0.1.17) - 2023-03-23
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "v0.1.23",
"version": "v0.1.24",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "v0.1.23",
"version": "v0.1.24",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "split",
"version": "v0.1.23",
"version": "v0.1.24",
"private": true,
"scripts": {
"prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",
Expand Down

0 comments on commit 1d0f15c

Please sign in to comment.