Skip to content

Commit d5d2792

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.30 [skip ci]
1 parent 6e93b84 commit d5d2792

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.29...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.30...HEAD)
6+
7+
## [v0.1.30](https://github.com/xgeekshq/split/compare/v0.1.29...v0.1.30) - 2024-11-28
8+
9+
### What Changed 👀
10+
11+
- fix: issue 1598 fix users synchronization cron time @joaofrparreira (#1599)
12+
13+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.29...v0.1.30
614

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

@@ -167,7 +175,6 @@ All notable changes to this project will be documented in this file.
167175
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20
168176
## [v0.1.19](https://github.com/xgeekshq/split/compare/v0.1.18...v0.1.19) - 2023-05-02
169177
### What Changed 👀
170-
171178
- refactor: extract useCases from services @CatiaAntunes96 (#1447)
172179
- refactor: change types for constants on azure module @CatiaAntunes96 (#1445)
173180
- refactor: change auth module types for constants @CatiaAntunes96 (#1444)
@@ -298,7 +305,6 @@ All notable changes to this project will be documented in this file.
298305
- refactor: user components @StereoPT (#1272)
299306
- refactor: team pages state logic @JoaoSaIvador (#1256)
300307
- feat: add test_request issue @GoncaloCanteiro (#1254)
301-
302308
### 🐛 Bug Fixes
303309

304310
- fix: duplicate board without team @nunocaseiro (#1299)

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

0 commit comments

Comments
 (0)