Skip to content

Commit

Permalink
ci: update version to v0.1.31 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rpvsilva authored and github-actions[bot] committed Dec 5, 2024
1 parent e52fed4 commit d628d6b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.30...HEAD)
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.31...HEAD)

## [v0.1.31](https://github.com/xgeekshq/split/compare/v0.1.30...v0.1.31) - 2024-12-05

### What Changed 👀

- fix: logos and new env vars @joaofrparreira (#1604)
- feat: automatically add users to team during synchronization @joaofrparreira (#1602)

### 🧩 Dependency Updates

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

**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.30...v0.1.31

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

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

### 🚀 Features

- feat: add users responsiveness @juniorboos (#1446)
Expand Down Expand Up @@ -306,7 +318,6 @@ All notable changes to this project will be documented in this file.
- refactor: team pages state logic @JoaoSaIvador (#1256)
- feat: add test_request issue @GoncaloCanteiro (#1254)
### 🐛 Bug Fixes

- fix: duplicate board without team @nunocaseiro (#1299)
- fix: delete cards @nunocaseiro (#1298)
- fix: delete team fails @patricia-mdias (#1296)
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "v0.1.30",
"version": "v0.1.31",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "v0.1.30",
"version": "v0.1.31",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "split",
"version": "v0.1.30",
"version": "v0.1.31",
"private": true,
"scripts": {
"prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",
Expand Down

0 comments on commit d628d6b

Please sign in to comment.