Skip to content

Commit 3deb6f5

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.33 [skip ci]
1 parent 79ee5e9 commit 3deb6f5

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
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.32...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.33...HEAD)
6+
7+
## [v0.1.33](https://github.com/xgeekshq/split/compare/v0.1.32...v0.1.33) - 2025-01-24
8+
9+
### What Changed 👀
10+
11+
- fix: user name in ad synchronization @joaofrparreira (#1621)
12+
- chore: change AZURE_STORAGE_HOSTNAME from secret to var @r-p-alves (#1619)
13+
- feat: show user avatar photo @joaofrparreira (#1614)
14+
- fix: synchronization user email domain filter @joaofrparreira (#1609)
15+
16+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.32...v0.1.33
617

718
## [v0.1.32](https://github.com/xgeekshq/split/compare/v0.1.31...v0.1.32) - 2024-12-06
819

@@ -256,7 +267,6 @@ All notable changes to this project will be documented in this file.
256267
- refactor: unmergecardservice to usecase and tests @GoncaloCanteiro (#1312)
257268
- refactor: mergecardservice to usecase @GoncaloCanteiro (#1309)
258269
- refactor: create card service to usecase @GoncaloCanteiro (#1306)
259-
260270
### 🐛 Bug Fixes
261271

262272
- fix: removed deleted import @StereoPT (#1442)
@@ -336,7 +346,6 @@ All notable changes to this project will be documented in this file.
336346
- refactor: user components @StereoPT (#1272)
337347
- fix: split teams @nunocaseiro (#1279)
338348
### 🧩 Dependency Updates
339-
340349
- chore(deps): bump webpack and @nestjs/cli in /backend @dependabot (#1270)
341350
- chore(deps): bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 @dependabot (#1265)
342351

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "v0.1.32",
3+
"version": "v0.1.33",
44
"description": "",
55
"author": "",
66
"private": true,

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "v0.1.32",
3+
"version": "v0.1.33",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "split",
3-
"version": "v0.1.32",
3+
"version": "v0.1.33",
44
"private": true,
55
"scripts": {
66
"prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",

0 commit comments

Comments
 (0)