File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
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.29...HEAD )
5
+ ## [ Unreleased] ( https://github.com/xgeekshq/split/compare/v0.1.30...HEAD )
6
+
7
+ ## [ v0.1.30] ( https://github.com/xgeekshq/split/compare/v0.1.29...v0.1.30 ) - 2024-11-28
8
+
9
+ ### What Changed 👀
10
+
11
+ - fix: issue 1598 fix users synchronization cron time @joaofrparreira (#1599 )
12
+
13
+ ** Full Changelog** : https://github.com/xgeekshq/split/compare/v0.1.29...v0.1.30
6
14
7
15
## [ v0.1.29] ( https://github.com/xgeekshq/split/compare/v0.1.28...v0.1.29 ) - 2024-11-27
8
16
@@ -167,7 +175,6 @@ All notable changes to this project will be documented in this file.
167
175
** Full Changelog** : https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20
168
176
## [ v0.1.19] ( https://github.com/xgeekshq/split/compare/v0.1.18...v0.1.19 ) - 2023-05-02
169
177
### What Changed 👀
170
-
171
178
- refactor: extract useCases from services @CatiaAntunes96 (#1447 )
172
179
- refactor: change types for constants on azure module @CatiaAntunes96 (#1445 )
173
180
- refactor: change auth module types for constants @CatiaAntunes96 (#1444 )
@@ -298,7 +305,6 @@ All notable changes to this project will be documented in this file.
298
305
- refactor: user components @StereoPT (#1272 )
299
306
- refactor: team pages state logic @JoaoSaIvador (#1256 )
300
307
- feat: add test_request issue @GoncaloCanteiro (#1254 )
301
-
302
308
### 🐛 Bug Fixes
303
309
304
310
- fix: duplicate board without team @nunocaseiro (#1299 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backend" ,
3
- "version" : " v0.1.29 " ,
3
+ "version" : " v0.1.30 " ,
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.29 " ,
3
+ "version" : " v0.1.30 " ,
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.29 " ,
3
+ "version" : " v0.1.30 " ,
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