Skip to content

Commit

Permalink
release: gadolinium-salmon-7
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
tristanwagner authored and ovh-cds committed Dec 3, 2024
1 parent 8b4cbd6 commit cb2cda4
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sonar.projectName=manager
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.ws.timeout=60
sonar.projectVersion=gadolinium-salmon-6
sonar.projectVersion=gadolinium-salmon-7

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/telecom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [16.0.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-03)


### Bug Fixes

* **telecom.telephony:** remove mgcp restriction list for change phone ([#14086](https://github.com/ovh/manager/issues/14086)) ([bb858cd](https://github.com/ovh/manager/commit/bb858cd73b0cb844d137ed51d9712df30d9beca7))





## [16.0.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-28)

**Note:** Version bump only for package @ovh-ux/manager-telecom
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/telecom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-telecom",
"version": "16.0.6",
"version": "16.0.7",
"private": true,
"description": "OVHcloud Telecom control panel.",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/manager/apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [19.2.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-03)


### Bug Fixes

* **web:** add optionnal chaining for quotas in DB ([#13695](https://github.com/ovh/manager/issues/13695)) ([d98c743](https://github.com/ovh/manager/commit/d98c743a5e1d5845c17ff9c1bec54da0690bebfa))


### Features

* **web.hosting:** edit database notification banner ([#13911](https://github.com/ovh/manager/issues/13911)) ([859fa88](https://github.com/ovh/manager/commit/859fa8888a7a2a27caef659d50a61c856c32c824))





## [19.1.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-web",
"version": "19.1.5",
"version": "19.2.0",
"private": true,
"description": "OVHcloud Web control panel.",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/manager/apps/zimbra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-03)


### Bug Fixes

* **zimbra:** ods css imported twice ([#14355](https://github.com/ovh/manager/issues/14355)) ([8b4cbd6](https://github.com/ovh/manager/commit/8b4cbd640ccfe6922a0ecaeaf0e5f2f01d8a736c))
* **zimbra:** wording & ui improvments ([#14261](https://github.com/ovh/manager/issues/14261)) ([9a64c78](https://github.com/ovh/manager/commit/9a64c78f6fc57ced9993b354ee5f424f3e158682))


### Features

* **zimbra:** bump @ovhcloud/ods-components v18.3 ([4285131](https://github.com/ovh/manager/commit/4285131027fe94654c9f4a6a65dffd2ac9ff4ce8))





## [0.10.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-28)

**Note:** Version bump only for package @ovh-ux/manager-zimbra-app
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/zimbra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-zimbra-app",
"version": "0.10.2",
"version": "0.11.0",
"private": true,
"description": "zimbra react app",
"repository": {
Expand Down

0 comments on commit cb2cda4

Please sign in to comment.