Skip to content

Commit a2e8b4b

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.26 [skip ci]
1 parent 7c66f2c commit a2e8b4b

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.25...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.26...HEAD)
6+
7+
## [v0.1.26](https://github.com/xgeekshq/split/compare/v0.1.25...v0.1.26) - 2024-11-26
8+
9+
### What Changed 👀
10+
11+
- feat: issue 945 soft delete users @joaofrparreira (#1583)
12+
13+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.25...v0.1.26
614

715
## [v0.1.25](https://github.com/xgeekshq/split/compare/v0.1.24...v0.1.25) - 2024-10-22
816

@@ -74,7 +82,6 @@ All notable changes to this project will be documented in this file.
7482
## [v0.1.21](https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21) - 2023-12-21
7583
### What Changed 👀
7684
### 🐛 Bug Fixes
77-
7885
- fix: storybook @nunocaseiro (#1519)
7986
- fix: #1514 - update retro link @nunocaseiro (#1517)
8087

@@ -127,7 +134,6 @@ All notable changes to this project will be documented in this file.
127134
- fix: remove scheduling from board settings @GoncaloCanteiro (#1456)
128135
- refactor: test comments module @CatiaAntunes96 (#1448)
129136
### 🐛 Bug Fixes
130-
131137
- fix: timer design @StereoPT (#1466)
132138
- fix: round maxUsers to 2 decimal places @CatiaAntunes96 (#1463)
133139
- fix: popover border in main board @GoncaloCanteiro (#1461)
@@ -252,7 +258,6 @@ All notable changes to this project will be documented in this file.
252258
- fix: redirect guest user on public board @CatiaAntunes96 (#1304)
253259
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.17...v0.1.18
254260
## [v0.1.17](https://github.com/xgeekshq/split/compare/v0.1.16...v0.1.17) - 2023-03-23
255-
256261
### What Changed 👀
257262

258263
- feat: duplicate regular board @JoaoSaIvador (#1281)

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

0 commit comments

Comments
 (0)