Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync develop & master #14481

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=potassium-ferret-4
sonar.projectVersion=potassium-ferret-5

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
16 changes: 16 additions & 0 deletions packages/manager/apps/telecom/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.

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


### Bug Fixes

* **telecom:** placement of popover ([bd612a4](https://github.com/ovh/manager/commit/bd612a47082e048d4d2cc1618d5c9dfaf72d1aa0))


### Features

* **telecom.xdsl:** add message to inform user about temporary pack creation ([#14228](https://github.com/ovh/manager/issues/14228)) ([dd8bf20](https://github.com/ovh/manager/commit/dd8bf2066e1e0f838718ab7f8b7ee069900c46c2))





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

**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.8",
"version": "16.1.0",
"private": true,
"description": "OVHcloud Telecom control panel.",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/manager/apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **web.hosting.freedom:** remove freedom ([0be8571](https://github.com/ovh/manager/commit/0be85717d2fceecf0073bb929803eec2f371b8e8))
* **web:** fix banner request broken ([b3272bf](https://github.com/ovh/manager/commit/b3272bf01ffaee6d1de27dc28bf2891aa731d153))





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


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.2.1",
"version": "19.2.2",
"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.12.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)


### Bug Fixes

* **zimbra:** import mrc css ([a51434f](https://github.com/ovh/manager/commit/a51434f37c65566cfe377e67e14ff6412b388f97))
* **zimbra:** mismatchted spacings ([b30004b](https://github.com/ovh/manager/commit/b30004b855965449e05fbcc71e18fd8099232900))


### Features

* **zimbra:** add ongoing tasks list ([#14276](https://github.com/ovh/manager/issues/14276)) ([f6550f3](https://github.com/ovh/manager/commit/f6550f3b805bb76ce6b8bd7725ee051e227c3af3))





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

**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.11.3",
"version": "0.12.0",
"private": true,
"description": "zimbra react app",
"repository": {
Expand Down
Loading