Skip to content

Commit 6371b9c

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.27 [skip ci]
1 parent bd9f7a6 commit 6371b9c

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
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.26...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.27...HEAD)
6+
7+
## [v0.1.27](https://github.com/xgeekshq/split/compare/v0.1.26...v0.1.27) - 2024-11-26
8+
9+
### What Changed 👀
10+
11+
- docs: add joaofrparreira as a contributor for code, and test @allcontributors (#1584)
12+
13+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.26...v0.1.27
614

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

@@ -84,7 +92,6 @@ All notable changes to this project will be documented in this file.
8492
### 🐛 Bug Fixes
8593
- fix: storybook @nunocaseiro (#1519)
8694
- fix: #1514 - update retro link @nunocaseiro (#1517)
87-
8895
### 🧩 Dependency Updates
8996

9097
<details>
@@ -142,7 +149,6 @@ All notable changes to this project will be documented in this file.
142149
- fix: action point new line @GoncaloCanteiro (#1460)
143150
- fix: card colors position @StereoPT (#1453)
144151
- fix: sso trigger validations @StereoPT (#1450)
145-
146152
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.19...v0.1.20
147153

148154
## [v0.1.19](https://github.com/xgeekshq/split/compare/v0.1.18...v0.1.19) - 2023-05-02
@@ -259,7 +265,6 @@ All notable changes to this project will be documented in this file.
259265
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.17...v0.1.18
260266
## [v0.1.17](https://github.com/xgeekshq/split/compare/v0.1.16...v0.1.17) - 2023-03-23
261267
### What Changed 👀
262-
263268
- feat: duplicate regular board @JoaoSaIvador (#1281)
264269
- test: get card service @GoncaloCanteiro (#1289)
265270
- refactor: create board service @CatiaAntunes96 (#1276)

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

0 commit comments

Comments
 (0)