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.28...HEAD )
5
+ ## [ Unreleased] ( https://github.com/xgeekshq/split/compare/v0.1.29...HEAD )
6
+
7
+ ## [ v0.1.29] ( https://github.com/xgeekshq/split/compare/v0.1.28...v0.1.29 ) - 2024-11-27
8
+
9
+ ### What Changed 👀
10
+
11
+ - feat: issue 1594 synchronize users ad app @joaofrparreira (#1596 )
12
+
13
+ ** Full Changelog** : https://github.com/xgeekshq/split/compare/v0.1.28...v0.1.29
6
14
7
15
## [ v0.1.28] ( https://github.com/xgeekshq/split/compare/v0.1.27...v0.1.28 ) - 2024-11-26
8
16
@@ -158,7 +166,6 @@ All notable changes to this project will be documented in this file.
158
166
- fix: sso trigger validations @StereoPT (#1450 )
159
167
** Full Changelog** : https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20
160
168
## [ v0.1.19] ( https://github.com/xgeekshq/split/compare/v0.1.18...v0.1.19 ) - 2023-05-02
161
-
162
169
### What Changed 👀
163
170
164
171
- refactor: extract useCases from services @CatiaAntunes96 (#1447 )
@@ -288,7 +295,6 @@ All notable changes to this project will be documented in this file.
288
295
- chore: update next and react @nunocaseiro (#1251 )
289
296
- feat: option to force a user not to be selected as responsible @JoaoSaIvador (#1237 )
290
297
### 🚀 Features
291
-
292
298
- refactor: user components @StereoPT (#1272 )
293
299
- refactor: team pages state logic @JoaoSaIvador (#1256 )
294
300
- feat: add test_request issue @GoncaloCanteiro (#1254 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backend" ,
3
- "version" : " v0.1.28 " ,
3
+ "version" : " v0.1.29 " ,
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.28 " ,
3
+ "version" : " v0.1.29 " ,
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.28 " ,
3
+ "version" : " v0.1.29 " ,
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