From b8ffe34866959ddc4471ee78893b34a5aaed23fb Mon Sep 17 00:00:00 2001 From: rpvsilva Date: Wed, 27 Nov 2024 13:48:15 +0000 Subject: [PATCH] ci: update version to v0.1.29 [skip ci] --- CHANGELOG.md | 12 +++++++++--- backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb234bf1..228728b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.28...HEAD) +## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.29...HEAD) + +## [v0.1.29](https://github.com/xgeekshq/split/compare/v0.1.28...v0.1.29) - 2024-11-27 + +### What Changed 👀 + +- feat: issue 1594 synchronize users ad app @joaofrparreira (#1596) + +**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.28...v0.1.29 ## [v0.1.28](https://github.com/xgeekshq/split/compare/v0.1.27...v0.1.28) - 2024-11-26 @@ -158,7 +166,6 @@ All notable changes to this project will be documented in this file. - fix: sso trigger validations @StereoPT (#1450) **Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20 ## [v0.1.19](https://github.com/xgeekshq/split/compare/v0.1.18...v0.1.19) - 2023-05-02 - ### What Changed 👀 - refactor: extract useCases from services @CatiaAntunes96 (#1447) @@ -288,7 +295,6 @@ All notable changes to this project will be documented in this file. - chore: update next and react @nunocaseiro (#1251) - feat: option to force a user not to be selected as responsible @JoaoSaIvador (#1237) ### 🚀 Features - - refactor: user components @StereoPT (#1272) - refactor: team pages state logic @JoaoSaIvador (#1256) - feat: add test_request issue @GoncaloCanteiro (#1254) diff --git a/backend/package.json b/backend/package.json index dcf1fb867..0bd42eac3 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "v0.1.28", + "version": "v0.1.29", "description": "", "author": "", "private": true, diff --git a/frontend/package.json b/frontend/package.json index 20f0ec93f..34d6d7f2c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "v0.1.28", + "version": "v0.1.29", "private": true, "scripts": { "dev": "next dev", diff --git a/package.json b/package.json index 6f6d326f5..9a9468ae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "split", - "version": "v0.1.28", + "version": "v0.1.29", "private": true, "scripts": { "prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",