Skip to content

Commit

Permalink
Merge pull request #29 from Zextras/version-bumper/v0.4.1-5
Browse files Browse the repository at this point in the history
Version bumper/v0.4.1 5
  • Loading branch information
zovomat authored Mar 7, 2022
2 parents a7daccb + e02e85f commit 7f065a8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.1-rc.5](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.1-rc.4...v0.4.1-rc.5) (2022-03-04)


### Bug Fixes

* fixed badge on primary bar and collapser postion ([3129236](https://github.com/zextras/carbonio-shell-ui/commit/3129236a973908533aa152982a1a6610c32a3632))

### [0.4.1-rc.4](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.1-rc.1...v0.4.1-rc.4) (2022-02-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zextras/carbonio-shell-ui",
"version": "0.4.1-rc.4",
"version": "0.4.1-rc.5",
"description": "The Zextras Carbonio web client",
"main": "dist/zapp-shell.bundle.js",
"types": "./types/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/shell/badge-wrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const MiniBadge = styled(Container)<{ badge: BadgeInfo }>`
line-height: 12px;
border-radius: 8px;
user-select: none;
cursor: default;
cursor: pointer;
pointer-events: none;
`;

// eslint-disable-next-line react/display-name
Expand Down
2 changes: 1 addition & 1 deletion src/shell/collapser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Bubble = styled.div<{ open: boolean }>`
align-items: center;
justify-content: center;
position: absolute;
top: 4%;
top: 50%;
left: -12px;
width: 24px;
height: 24px;
Expand Down

0 comments on commit 7f065a8

Please sign in to comment.