Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/devel' into IRIS-2582-tag-manage…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
giuliano176 committed Mar 22, 2022
2 parents a17247f + 11968eb commit cce172f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 24 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
32 changes: 12 additions & 20 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions 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.2",
"description": "The Zextras Carbonio web client",
"main": "dist/zapp-shell.bundle.js",
"types": "./types/index.d.ts",
Expand Down Expand Up @@ -100,7 +100,7 @@
"dependencies": {
"@sentry/browser": "^6.17.7",
"@tinymce/tinymce-react": "^3.13.0",
"@zextras/carbonio-design-system": "^0.1.4",
"@zextras/carbonio-design-system": "^0.1.5",
"darkreader": "4.9.44",
"history": "^5.2.0",
"i18next": "21.6.10",
Expand All @@ -125,7 +125,7 @@
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@zextras/carbonio-design-system": "^0.1.3",
"@zextras/carbonio-design-system": "^0.1.5",
"core-js": "^3.19.1",
"moment": "^2.29.1",
"node-fetch": "^2.6.6",
Expand Down
2 changes: 1 addition & 1 deletion translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"do_not_send_to_external": "Nie wysyłaj automatycznych odpowiedzi do nadawców spoza mojej domeny",
"send_custom_in_organisation": "Wyślij niestandardową wiadomość do użytkowników spoza mojej organizacji",
"send_custom_not_in_organisation": "Wyślij niestandardową wiadomość do użytkowników spoza mojej organizacji i książki adresowej",
"send_standard_auto_reply": "Wyślij domyślną automatyczną odpowiedź"
"send_standard_auto_reply": "Wysyłaj domyślną automatyczną odpowiedź"
},
"headings": {
"create_appointment": "Spotkanie - Kalendarz",
Expand Down

0 comments on commit cce172f

Please sign in to comment.