Skip to content

Commit

Permalink
Merge pull request #144 from Zextras/version-bumper/v0.4.39-1
Browse files Browse the repository at this point in the history
Version bumper/v0.4.39 1
  • Loading branch information
nubsthead authored Oct 17, 2022
2 parents ea63f4e + 915cd7c commit 2dc3283
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 42 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.39](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.38...v0.4.39) (2022-10-17)


### Bug Fixes

* exports fix ([#137](https://github.com/zextras/carbonio-shell-ui/issues/137)) ([cf4ca25](https://github.com/zextras/carbonio-shell-ui/commit/cf4ca2568599f7041741d3ef6a69c7e3dd1ded68))
* manage soap errors ([#138](https://github.com/zextras/carbonio-shell-ui/issues/138)) ([b26ed75](https://github.com/zextras/carbonio-shell-ui/commit/b26ed75a061a7b01e2e2c1205e5e8a33efa8904f))

### [0.4.38](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.37...v0.4.38) (2022-10-12)

### [0.4.37](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.36...v0.4.37) (2022-09-28)
Expand Down
101 changes: 65 additions & 36 deletions package-lock.json

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

10 changes: 5 additions & 5 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.38",
"version": "0.4.39",
"description": "The Zextras Carbonio web client",
"main": "dist/zapp-shell.bundle.js",
"types": "./types/index.d.ts",
Expand Down Expand Up @@ -89,7 +89,7 @@
"prop-types": "15.8.1",
"rollup": "2.66.1",
"semver": "7.3.5",
"styled-components": "5.3.3",
"styled-components": "5.3.6",
"webpack": "5.67.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.3",
Expand All @@ -99,8 +99,8 @@
"@fontsource/roboto": "^4.5.7",
"@sentry/browser": "^6.17.7",
"@tinymce/tinymce-react": "^3.13.0",
"@zextras/carbonio-design-system": "^0.4.1",
"@zextras/carbonio-ui-preview": "^0.2.1",
"@zextras/carbonio-design-system": "^0.5.0",
"@zextras/carbonio-ui-preview": "^0.2.3",
"darkreader": "4.9.46",
"history": "^5.2.0",
"i18next": "21.6.10",
Expand All @@ -126,7 +126,7 @@
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@zextras/carbonio-design-system": "^0.3.0",
"@zextras/carbonio-design-system": "^0.5.0",
"core-js": "^3.19.1",
"moment": "^2.29.1",
"node-fetch": "^2.6.6",
Expand Down
1 change: 1 addition & 0 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"feedback": "Feedback",
"filter_folders": "Filter folders",
"folder": "Folder: New External Account 3",
"folder_external_account": "Folder: New External Account",
"folders": "Folders",
"from_name": "From: \"Name\"",
"go_back": "Go Back",
Expand Down
2 changes: 1 addition & 1 deletion translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"user_quota": {
"limited": "{{quota}}% dostępnej przestrzeni zostało zapełnione",
"space_full": "Wygląda na to, że cała dostępna przestrzeń jest zapełniona",
"title": "Przydział przestrzeni dla użytkownika",
"title": "Limit przestrzeni dla użytkownika",
"unlimited": "Masz nieograniczoną ilość dostępnej przestrzeni"
},
"module": {
Expand Down

0 comments on commit 2dc3283

Please sign in to comment.