File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ Unreleased] ( https://github.com/xgeekshq/split/compare/v0.1.32...HEAD )
5+ ## [ Unreleased] ( https://github.com/xgeekshq/split/compare/v0.1.33...HEAD )
6+
7+ ## [ v0.1.33] ( https://github.com/xgeekshq/split/compare/v0.1.32...v0.1.33 ) - 2025-01-24
8+
9+ ### What Changed 👀
10+
11+ - fix: user name in ad synchronization @joaofrparreira (#1621 )
12+ - chore: change AZURE_STORAGE_HOSTNAME from secret to var @r-p-alves (#1619 )
13+ - feat: show user avatar photo @joaofrparreira (#1614 )
14+ - fix: synchronization user email domain filter @joaofrparreira (#1609 )
15+
16+ ** Full Changelog** : https://github.com/xgeekshq/split/compare/v0.1.32...v0.1.33
617
718## [ v0.1.32] ( https://github.com/xgeekshq/split/compare/v0.1.31...v0.1.32 ) - 2024-12-06
819
@@ -256,7 +267,6 @@ All notable changes to this project will be documented in this file.
256267- refactor: unmergecardservice to usecase and tests @GoncaloCanteiro (#1312 )
257268- refactor: mergecardservice to usecase @GoncaloCanteiro (#1309 )
258269- refactor: create card service to usecase @GoncaloCanteiro (#1306 )
259-
260270### 🐛 Bug Fixes
261271
262272- fix: removed deleted import @StereoPT (#1442 )
@@ -336,7 +346,6 @@ All notable changes to this project will be documented in this file.
336346- refactor: user components @StereoPT (#1272 )
337347- fix: split teams @nunocaseiro (#1279 )
338348### 🧩 Dependency Updates
339-
340349- chore(deps): bump webpack and @nestjs/cli in /backend @dependabot (#1270 )
341350- chore(deps): bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 @dependabot (#1265 )
342351
Original file line number Diff line number Diff line change 11{
22 "name" : " backend" ,
3- "version" : " v0.1.32 " ,
3+ "version" : " v0.1.33 " ,
44 "description" : " " ,
55 "author" : " " ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " frontend" ,
3- "version" : " v0.1.32 " ,
3+ "version" : " v0.1.33 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " split" ,
3- "version" : " v0.1.32 " ,
3+ "version" : " v0.1.33 " ,
44 "private" : true ,
55 "scripts" : {
66 "prepare" : " concurrently \" npm:prepare:backend\" \" npm:prepare:frontend\" \" husky install\" " ,
You can’t perform that action at this time.
0 commit comments