Skip to content

Commit

Permalink
ci: update version to v0.1.29 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rpvsilva authored and github-actions[bot] committed Nov 27, 2024
1 parent 1433045 commit b8ffe34
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
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.28",
"version": "v0.1.29",
"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.28",
"version": "v0.1.29",
"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.28",
"version": "v0.1.29",
"private": true,
"scripts": {
"prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",
Expand Down

0 comments on commit b8ffe34

Please sign in to comment.