Skip to content

Commit b8ffe34

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.29 [skip ci]
1 parent 1433045 commit b8ffe34

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

+9-3
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.28...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.29...HEAD)
6+
7+
## [v0.1.29](https://github.com/xgeekshq/split/compare/v0.1.28...v0.1.29) - 2024-11-27
8+
9+
### What Changed 👀
10+
11+
- feat: issue 1594 synchronize users ad app @joaofrparreira (#1596)
12+
13+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.28...v0.1.29
614

715
## [v0.1.28](https://github.com/xgeekshq/split/compare/v0.1.27...v0.1.28) - 2024-11-26
816

@@ -158,7 +166,6 @@ All notable changes to this project will be documented in this file.
158166
- fix: sso trigger validations @StereoPT (#1450)
159167
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20
160168
## [v0.1.19](https://github.com/xgeekshq/split/compare/v0.1.18...v0.1.19) - 2023-05-02
161-
162169
### What Changed 👀
163170

164171
- refactor: extract useCases from services @CatiaAntunes96 (#1447)
@@ -288,7 +295,6 @@ All notable changes to this project will be documented in this file.
288295
- chore: update next and react @nunocaseiro (#1251)
289296
- feat: option to force a user not to be selected as responsible @JoaoSaIvador (#1237)
290297
### 🚀 Features
291-
292298
- refactor: user components @StereoPT (#1272)
293299
- refactor: team pages state logic @JoaoSaIvador (#1256)
294300
- feat: add test_request issue @GoncaloCanteiro (#1254)

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.28",
3+
"version": "v0.1.29",
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.28",
3+
"version": "v0.1.29",
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.28",
3+
"version": "v0.1.29",
44
"private": true,
55
"scripts": {
66
"prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",

0 commit comments

Comments
 (0)