Skip to content

Commit d628d6b

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.31 [skip ci]
1 parent e52fed4 commit d628d6b

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
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.30...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.31...HEAD)
6+
7+
## [v0.1.31](https://github.com/xgeekshq/split/compare/v0.1.30...v0.1.31) - 2024-12-05
8+
9+
### What Changed 👀
10+
11+
- fix: logos and new env vars @joaofrparreira (#1604)
12+
- feat: automatically add users to team during synchronization @joaofrparreira (#1602)
13+
14+
### 🧩 Dependency Updates
15+
16+
- chore(deps): bump serve-static, @nestjs/core, @nestjs/mongoose, @nestjs/platform-express, @nestjs/platform-socket.io, @nestjs/swagger, @nestjs/websockets, express and @nestjs/testing in /backend @dependabot (#1548)
17+
18+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.30...v0.1.31
619

720
## [v0.1.30](https://github.com/xgeekshq/split/compare/v0.1.29...v0.1.30) - 2024-11-28
821

@@ -218,7 +231,6 @@ All notable changes to this project will be documented in this file.
218231
- docs: add juniorboos as a contributor for code, and doc @allcontributors (#1324)
219232
- test: votes services @CatiaAntunes96 (#1311)
220233
- test: create board service @CatiaAntunes96 (#1300)
221-
222234
### 🚀 Features
223235

224236
- feat: add users responsiveness @juniorboos (#1446)
@@ -306,7 +318,6 @@ All notable changes to this project will be documented in this file.
306318
- refactor: team pages state logic @JoaoSaIvador (#1256)
307319
- feat: add test_request issue @GoncaloCanteiro (#1254)
308320
### 🐛 Bug Fixes
309-
310321
- fix: duplicate board without team @nunocaseiro (#1299)
311322
- fix: delete cards @nunocaseiro (#1298)
312323
- fix: delete team fails @patricia-mdias (#1296)

backend/package.json

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

frontend/package.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "split",
3-
"version": "v0.1.30",
3+
"version": "v0.1.31",
44
"private": true,
55
"scripts": {
66
"prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",

0 commit comments

Comments
 (0)