Skip to content

Commit

Permalink
chore(release): 0.4.1-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxBot committed Mar 18, 2022
1 parent e926fd5 commit fe70c6d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.7](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.1-rc.6...v0.4.1-rc.7) (2022-03-18)


### Features

* added update view ([734d97c](https://github.com/zextras/carbonio-shell-ui/commit/734d97c436450320513a7b92411ce73d0903f99a))
* enhancements to account settings ([e0549a1](https://github.com/zextras/carbonio-shell-ui/commit/e0549a1d80a45770c3066ab445263a4e9c000ad9))
* few features added to tinymce ([7479a21](https://github.com/zextras/carbonio-shell-ui/commit/7479a2140200f292cbecde81329c945c954367ef))


### Bug Fixes

* added special '500' case to the polling interval handling ([e283a78](https://github.com/zextras/carbonio-shell-ui/commit/e283a78fb10c986ec78be03dc92b84ccf93fd72a))
* catcher throw errors ([eafc584](https://github.com/zextras/carbonio-shell-ui/commit/eafc5847e99158968b3143a7766a5776db28ccf8))
* composer occupying available space ([#30](https://github.com/zextras/carbonio-shell-ui/issues/30)) ([9d6e8bf](https://github.com/zextras/carbonio-shell-ui/commit/9d6e8bf827a60227f5f946d4bf2374c46f2be3ed))
* fixed behaviour of subsections accordion ([fdffddf](https://github.com/zextras/carbonio-shell-ui/commit/fdffddfd88b98ff49b6fd04a0ce3916789794b34))
* fixed nav-guard behaviour around settings subsection ([2205529](https://github.com/zextras/carbonio-shell-ui/commit/220552925999be7ad5100ca2d131b5884d66c7e5))
* remove print button ([a0c3d9e](https://github.com/zextras/carbonio-shell-ui/commit/a0c3d9e2975a26c44e99ed01530c66031a0ec448))

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


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.6",
"version": "0.4.1-rc.7",
"description": "The Zextras Carbonio web client",
"main": "dist/zapp-shell.bundle.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit fe70c6d

Please sign in to comment.