Skip to content

Commit 57dd83b

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.6 [skip ci]
1 parent f6fdf60 commit 57dd83b

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

CHANGELOG.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
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.5...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.6...HEAD)
6+
7+
## [v0.1.6](https://github.com/xgeekshq/split/compare/v0.1.5...v0.1.6) - 2023-01-31
8+
9+
### What Changed 👀
10+
11+
### 🐛 Bug Fixes
12+
13+
- fix: recent issues @nunocaseiro (#970)
14+
- fix: close popover when modal is opened @CatiaAntunes96 (#972)
15+
- fix: create regular board working @patricia-mdias (#962)
16+
- fix: text primitive tech debt @JoaoSaIvador (#959)
17+
18+
### 📄 Documentation
19+
20+
- feat: alertdialog story @JoaoSaIvador (#974)
21+
22+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.5...v0.1.6
623

724
## [v0.1.5](https://github.com/xgeekshq/split/compare/v0.1.4...v0.1.5) - 2023-01-30
825

@@ -11,12 +28,12 @@ All notable changes to this project will be documented in this file.
1128
### 🐛 Bug Fixes
1229

1330
- fix: settings in a split board @nunocaseiro (#955)
14-
- feat: text primitive story \& fixes @StereoPT (#953)
31+
- feat: text primitive story & fixes @StereoPT (#953)
1532
- fix: button primitive component normalization @JoaoSaIvador (#949)
1633

1734
## 📄 Documentation
1835

19-
- feat: text primitive story \& fixes @StereoPT (#953)
36+
- feat: text primitive story & fixes @StereoPT (#953)
2037

2138
## [v0.1.4](https://github.com/xgeekshq/split/compare/v0.1.3...v0.1.4) - 2023-01-27
2239

@@ -216,6 +233,5 @@ All notable changes to this project will be documented in this file.
216233
- chore(deps-dev): bump concurrently from 7.3.0 to 7.6.0 @dependabot (#643)
217234
- chore(deps): bump amannn/action-semantic-pull-request from 4.5.0 to 5.0.2 @dependabot (#642)
218235
- chore(deps): bump actions/setup-node from 2 to 3 @dependabot (#641)
219-
220236
</details>
221-
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.1...v0.1.2
237+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.1...v0.1.2

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

0 commit comments

Comments
 (0)