File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-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.31...HEAD )
5+ ## [ Unreleased] ( https://github.com/xgeekshq/split/compare/v0.1.32...HEAD )
6+
7+ ## [ v0.1.32] ( https://github.com/xgeekshq/split/compare/v0.1.31...v0.1.32 ) - 2024-12-06
8+
9+ ### What Changed 👀
10+
11+ - fix: query team id @joaofrparreira (#1607 )
12+
13+ ** Full Changelog** : https://github.com/xgeekshq/split/compare/v0.1.31...v0.1.32
614
715## [ v0.1.31] ( https://github.com/xgeekshq/split/compare/v0.1.30...v0.1.31 ) - 2024-12-05
816
@@ -232,7 +240,6 @@ All notable changes to this project will be documented in this file.
232240- test: votes services @CatiaAntunes96 (#1311 )
233241- test: create board service @CatiaAntunes96 (#1300 )
234242### 🚀 Features
235-
236243- feat: add users responsiveness @juniorboos (#1446 )
237244- feat: add board list responsiveness @juniorboos (#1439 )
238245- feat: add scheduling form to board settings @GoncaloCanteiro (#1430 )
@@ -328,7 +335,6 @@ All notable changes to this project will be documented in this file.
328335- fix: fix minus size and plus color @CatiaAntunes96 (#1284 )
329336- refactor: user components @StereoPT (#1272 )
330337- fix: split teams @nunocaseiro (#1279 )
331-
332338### 🧩 Dependency Updates
333339
334340- chore(deps): bump webpack and @nestjs/cli in /backend @dependabot (#1270 )
Original file line number Diff line number Diff line change 11{
22 "name" : " backend" ,
3- "version" : " v0.1.31 " ,
3+ "version" : " v0.1.32 " ,
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.31 " ,
3+ "version" : " v0.1.32 " ,
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.31 " ,
3+ "version" : " v0.1.32 " ,
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