File tree 4 files changed +12
-7
lines changed
4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
6
14
7
15
## [ v0.1.23] ( https://github.com/xgeekshq/split/compare/v0.1.22...v0.1.23 ) - 2024-10-18
8
16
@@ -56,7 +64,6 @@ All notable changes to this project will be documented in this file.
56
64
</details >
57
65
** Full Changelog** : https://github.com/xgeekshq/split/compare/v0.1.21...v0.1.22
58
66
## [ v0.1.21] ( https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21 ) - 2023-12-21
59
-
60
67
### What Changed 👀
61
68
62
69
### 🐛 Bug Fixes
@@ -109,7 +116,6 @@ All notable changes to this project will be documented in this file.
109
116
** Full Changelog** : https://github.com/xgeekshq/split/compare/v0.1.20...v0.1.21
110
117
## [ v0.1.20] ( https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20 ) - 2023-05-07
111
118
### What Changed 👀
112
-
113
119
- test: board users @patricia-mdias (#1452 )
114
120
- fix: remove scheduling from board settings @GoncaloCanteiro (#1456 )
115
121
- refactor: test comments module @CatiaAntunes96 (#1448 )
@@ -238,7 +244,6 @@ All notable changes to this project will be documented in this file.
238
244
### What Changed 👀
239
245
### 🐛 Bug Fixes
240
246
- fix: redirect guest user on public board @CatiaAntunes96 (#1304 )
241
-
242
247
** Full Changelog** : https://github.com/xgeekshq/split/compare/v0.1.17...v0.1.18
243
248
244
249
## [ v0.1.17] ( https://github.com/xgeekshq/split/compare/v0.1.16...v0.1.17 ) - 2023-03-23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backend" ,
3
- "version" : " v0.1.23 " ,
3
+ "version" : " v0.1.24 " ,
4
4
"description" : " " ,
5
5
"author" : " " ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
- "version" : " v0.1.23 " ,
3
+ "version" : " v0.1.24 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " split" ,
3
- "version" : " v0.1.23 " ,
3
+ "version" : " v0.1.24 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"prepare" : " concurrently \" npm:prepare:backend\" \" npm:prepare:frontend\" \" husky install\" " ,
You can’t perform that action at this time.
0 commit comments