Skip to content

Commit ddb4900

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.32 [skip ci]
1 parent a7ab5d7 commit ddb4900

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
All 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)

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "v0.1.31",
3+
"version": "v0.1.32",
44
"description": "",
55
"author": "",
66
"private": true,

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "v0.1.31",
3+
"version": "v0.1.32",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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\"",

0 commit comments

Comments
 (0)