Skip to content

Commit 291d70e

Browse files
committed
release(*): protactinium-ape-20
Signed-off-by: ovh-cds <[email protected]>
1 parent e82ea99 commit 291d70e

File tree

135 files changed

+781
-180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+781
-180
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sonar.projectName=manager
77
sonar.sources=.
88
sonar.sourceEncoding=UTF-8
99
sonar.ws.timeout=60
10-
sonar.projectVersion=protactinium-ape-19
10+
sonar.projectVersion=protactinium-ape-20
1111

1212
sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
1313
sonar.coverage.exclusions=**/*.spec.js

packages/components/ovh-shell/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.8.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-19)
7+
8+
**Note:** Version bump only for package @ovh-ux/shell
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-16)
715

816
**Note:** Version bump only for package @ovh-ux/shell

packages/components/ovh-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/shell",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"description": "Communication and interaction between applications",
55
"repository": {
66
"type": "git",

packages/manager-ui-kit/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **muk:** correct re-rendering in useDataApi ([93df7b1](https://github.com/ovh/manager/commit/93df7b15922cc1308086aaba1820eb05140310ac)), closes [#MANAGER-20274](https://github.com/ovh/manager/issues/MANAGER-20274)
12+
* **muk:** datagrid add enable in row selection ([8a7b0f5](https://github.com/ovh/manager/commit/8a7b0f5f43c73932d8eab8fd07acc3a549ff1e5e)), closes [#MANAGER-20308](https://github.com/ovh/manager/issues/MANAGER-20308)
13+
* **muk:** update action menu disabled button props ([4f437f8](https://github.com/ovh/manager/commit/4f437f8cc91b570f5e60f56f98057c2ad68f4871)), closes [#MANAGER-20311](https://github.com/ovh/manager/issues/MANAGER-20311)
14+
15+
16+
### Features
17+
18+
* **muk:** add tabs component from ods 19 ([c8428cb](https://github.com/ovh/manager/commit/c8428cbc4f7556e3f072d806a60355331dd13988)), closes [#MANAGER-20233](https://github.com/ovh/manager/issues/MANAGER-20233)
19+
* **muk:** rename tabs component to TilesInputGroupTabs ([f49a469](https://github.com/ovh/manager/commit/f49a469d150a4c2b6c3a18fe68db1c4eb74fd1cd)), closes [#MANAGER-20233](https://github.com/ovh/manager/issues/MANAGER-20233)
20+
* **muk:** update datagrid attributes ([9583b77](https://github.com/ovh/manager/commit/9583b77595fe73e896452e21baed2ab0a3b85a20)), closes [#MANAGER-20066](https://github.com/ovh/manager/issues/MANAGER-20066)
21+
* pnpm hybrid improvements ([009017a](https://github.com/ovh/manager/commit/009017ac62577359d520a0c7da52d9988cef8c8e))
22+
23+
24+
25+
26+
627
# [0.7.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-16)
728

829

packages/manager-ui-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/muk",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "MUK:Manager UI Kit",
55
"homepage": "https://github.com/ovh/manager/blob/master/packages/manager-ui-kit/README.md",
66
"bugs": {
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@mdx-js/react": "^3.0.1",
59-
"@ovh-ux/manager-common-translations": "^0.23.1",
59+
"@ovh-ux/manager-common-translations": "^0.23.2",
6060
"@ovh-ux/manager-core-api": "^0.19.2",
6161
"@ovh-ux/manager-core-utils": "^0.4.8",
6262
"@ovh-ux/manager-react-shell-client": "^0.11.2",

packages/manager-wiki/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.19.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **muk:** datagrid add enable in row selection ([8a7b0f5](https://github.com/ovh/manager/commit/8a7b0f5f43c73932d8eab8fd07acc3a549ff1e5e)), closes [#MANAGER-20308](https://github.com/ovh/manager/issues/MANAGER-20308)
12+
* **muk:** update action menu disabled button props ([4f437f8](https://github.com/ovh/manager/commit/4f437f8cc91b570f5e60f56f98057c2ad68f4871)), closes [#MANAGER-20311](https://github.com/ovh/manager/issues/MANAGER-20311)
13+
14+
15+
### Features
16+
17+
* **muk:** add tabs component from ods 19 ([c8428cb](https://github.com/ovh/manager/commit/c8428cbc4f7556e3f072d806a60355331dd13988)), closes [#MANAGER-20233](https://github.com/ovh/manager/issues/MANAGER-20233)
18+
* **muk:** rename tabs component to TilesInputGroupTabs ([f49a469](https://github.com/ovh/manager/commit/f49a469d150a4c2b6c3a18fe68db1c4eb74fd1cd)), closes [#MANAGER-20233](https://github.com/ovh/manager/issues/MANAGER-20233)
19+
* **muk:** update datagrid attributes ([9583b77](https://github.com/ovh/manager/commit/9583b77595fe73e896452e21baed2ab0a3b85a20)), closes [#MANAGER-20066](https://github.com/ovh/manager/issues/MANAGER-20066)
20+
21+
22+
23+
24+
625
## [0.18.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-16)
726

827
**Note:** Version bump only for package @ovh-ux/manager-wiki

packages/manager-wiki/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-wiki",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"private": true,
55
"description": "Manager Wiki",
66
"license": "BSD-3-Clause",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@ovh-ux/manager-core-api": "^0.19.2",
16-
"@ovh-ux/muk": "^0.7.0",
16+
"@ovh-ux/muk": "^0.8.0",
1717
"@ovhcloud/ods-react": "^19.2.0",
1818
"@ovhcloud/ods-themes": "^19.2.0",
1919
"clsx": "^2.1.1",
@@ -32,7 +32,7 @@
3232
"@ovh-ux/manager-core-api": "^0.12.0",
3333
"@ovh-ux/ovh-at-internet": "^0.21.6",
3434
"@ovh-ux/request-tagger": "^0.5.8",
35-
"@ovh-ux/shell": "^4.8.1",
35+
"@ovh-ux/shell": "^4.8.2",
3636
"@ovh-ux/url-builder": "^2.1.8",
3737
"@storybook/addon-docs": "^8.6.7",
3838
"@storybook/addon-essentials": "^8.6.7",

packages/manager/apps/account-creation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-19)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-account-creation-app
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-17)
715

816

packages/manager/apps/account-creation/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-account-creation-app",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "Application used to finalize an account creation",
66
"repository": {
@@ -19,16 +19,16 @@
1919
},
2020
"dependencies": {
2121
"@hookform/resolvers": "^5.1.1",
22-
"@ovh-ux/manager-common-translations": "^0.23.1",
22+
"@ovh-ux/manager-common-translations": "^0.23.2",
2323
"@ovh-ux/manager-config": "^8.7.1",
2424
"@ovh-ux/manager-core-api": "^0.12.0",
2525
"@ovh-ux/manager-core-utils": "^0.4.8",
26-
"@ovh-ux/manager-gcj-module": "^0.4.1",
26+
"@ovh-ux/manager-gcj-module": "^0.5.0",
2727
"@ovh-ux/manager-react-components": "^2.43.1",
28-
"@ovh-ux/manager-react-core-application": "^0.13.0",
28+
"@ovh-ux/manager-react-core-application": "^0.13.1",
2929
"@ovh-ux/manager-react-shell-client": "^0.11.2",
3030
"@ovh-ux/request-tagger": "^0.4.1",
31-
"@ovh-ux/shell": "^4.8.1",
31+
"@ovh-ux/shell": "^4.8.2",
3232
"@ovhcloud/ods-components": "^18.6.2",
3333
"@ovhcloud/ods-themes": "^18.6.2",
3434
"@tanstack/react-query": "^5.51.21",

packages/manager/apps/account/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.23](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-19)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-account-app
9+
10+
11+
12+
13+
614
## [0.5.22](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-16)
715

816
**Note:** Version bump only for package @ovh-ux/manager-account-app

0 commit comments

Comments
 (0)