Skip to content

Commit

Permalink
release: rhodium-antelope
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
frenautvh authored and ovh-cds committed Apr 10, 2024
1 parent 07959d4 commit b92b1ec
Show file tree
Hide file tree
Showing 25 changed files with 141 additions and 32 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=copernicium-lizard-2
sonar.projectVersion=rhodium-antelope

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

# [1.9.0](https://github.com/ovh/manager/compare/@ovhcloud/[email protected]...@ovhcloud/[email protected]) (2024-04-10)

### Features

- pci-users app in reactjs ([07959d4](https://github.com/ovh/manager/commit/07959d410b2d61700cba62ce54c55be2d9dd2236))

# [1.8.0](https://github.com/ovh/manager/compare/@ovhcloud/[email protected]...@ovhcloud/[email protected]) (2024-04-04)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/manager-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ovhcloud/manager-components",
"private": true,
"version": "1.8.0",
"version": "1.9.0",
"main": "src/components/index.ts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@babel/core": "7.22.10",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ovh-ux/manager-tailwind-config": "^0.1.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
Expand All @@ -54,6 +54,7 @@
"@vitest/coverage-v8": "0.34.1",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.3",
"element-internals-polyfill": "^1.3.10",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard-with-typescript": "37.0.0",
"eslint-plugin-import": "2.28.0",
Expand All @@ -80,8 +81,7 @@
"vite": "4.4.9",
"vite-plugin-dts": "3.5.1",
"vitest": "0.34.1",
"zustand": "^4.5.0",
"element-internals-polyfill": "^1.3.10"
"zustand": "^4.5.0"
},
"optionalDependencies": {
"@ovh-ux/manager-react-shell-client": "^0.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.9.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)

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





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


Expand Down
8 changes: 4 additions & 4 deletions packages/manager/apps/catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-catalog-app",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"description": "OVHcloud Catalog application",
"repository": {
Expand All @@ -24,11 +24,11 @@
},
"dependencies": {
"@ovh-ux/manager-core-api": "^0.7.0",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-core-utils": "^0.2.0",
"@ovh-ux/manager-react-core-application": "^0.8.1",
"@ovh-ux/manager-react-shell-client": "^0.4.0",
"@ovh-ux/shell": "^3.5.1",
"@ovhcloud/manager-components": "^1.8.0",
"@ovhcloud/manager-components": "^1.9.0",
"@ovhcloud/ods-common-core": "17.2.1",
"@ovhcloud/ods-common-theming": "17.2.1",
"@ovhcloud/ods-components": "17.2.1",
Expand All @@ -45,7 +45,7 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@ovh-ux/manager-tailwind-config": "^0.1.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/manager-vite-config": "^0.6.0",
"@playwright/test": "^1.34.3",
"@tanstack/react-query-devtools": "^4.9.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/pci-rancher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)

**Note:** Version bump only for package @ovh-ux/manager-pci-rancher-app





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-rancher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-rancher-app",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"description": "pci-rancher",
"repository": {
Expand All @@ -25,7 +25,7 @@
"@ovh-ux/manager-react-core-application": "^0.8.1",
"@ovh-ux/manager-react-shell-client": "^0.4.0",
"@ovh-ux/shell": "^3.5.1",
"@ovhcloud/manager-components": "^1.8.0",
"@ovhcloud/manager-components": "^1.9.0",
"@ovhcloud/ods-common-core": "17.1.0",
"@ovhcloud/ods-common-theming": "17.1.0",
"@ovhcloud/ods-components": "17.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/pci-ssh-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)

**Note:** Version bump only for package @ovh-ux/manager-pci-ssh-keys-app





# [0.2.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/pci-ssh-keys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-ssh-keys-app",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,9 +17,9 @@
"@ovh-ux/manager-config": "^7.3.0",
"@ovh-ux/manager-core-api": "^0.7.0",
"@ovh-ux/manager-react-shell-client": "^0.4.0",
"@ovh-ux/manager-tailwind-config": "^0.1.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/shell": "^3.5.1",
"@ovhcloud/manager-components": "^1.8.0",
"@ovhcloud/manager-components": "^1.9.0",
"@ovhcloud/ods-common-core": "^17.2.1",
"@ovhcloud/ods-common-theming": "^17.2.1",
"@ovhcloud/ods-components": "^17.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/pci-users/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)


### Features

* pci-users app in reactjs ([07959d4](https://github.com/ovh/manager/commit/07959d410b2d61700cba62ce54c55be2d9dd2236))
8 changes: 4 additions & 4 deletions packages/manager/apps/pci-users/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-users-app",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,11 +16,11 @@
"dependencies": {
"@ovh-ux/manager-config": "^7.3.0",
"@ovh-ux/manager-core-api": "^0.7.0",
"@ovh-ux/manager-core-utils": "^0.1.0",
"@ovh-ux/manager-core-utils": "^0.2.0",
"@ovh-ux/manager-react-shell-client": "^0.4.0",
"@ovh-ux/manager-tailwind-config": "^0.1.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/shell": "^3.2.0",
"@ovhcloud/manager-components": "^1.6.0",
"@ovhcloud/manager-components": "^1.9.0",
"@ovhcloud/ods-common-core": "^17.2.1",
"@ovhcloud/ods-common-stencil": "^17.2.1",
"@ovhcloud/ods-common-theming": "^17.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/pci-vouchers/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.

# [0.4.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)


### Features

* pci-users app in reactjs ([07959d4](https://github.com/ovh/manager/commit/07959d410b2d61700cba62ce54c55be2d9dd2236))





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


Expand Down
8 changes: 4 additions & 4 deletions packages/manager/apps/pci-vouchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-vouchers-app",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,11 +16,11 @@
"dependencies": {
"@ovh-ux/manager-config": "^7.3.0",
"@ovh-ux/manager-core-api": "^0.7.0",
"@ovh-ux/manager-core-utils": "^0.1.0",
"@ovh-ux/manager-core-utils": "^0.2.0",
"@ovh-ux/manager-react-shell-client": "^0.4.0",
"@ovh-ux/manager-tailwind-config": "^0.1.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/shell": "^3.5.1",
"@ovhcloud/manager-components": "^1.8.0",
"@ovhcloud/manager-components": "^1.9.0",
"@ovhcloud/ods-common-core": "17.2.1",
"@ovhcloud/ods-common-theming": "17.2.1",
"@ovhcloud/ods-components": "17.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/pci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)

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





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

**Note:** Version bump only for package @ovh-ux/manager-pci-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-app",
"version": "4.2.2",
"version": "4.2.3",
"private": true,
"description": "Public Cloud Instance standalone application.",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ovh-ux/manager-core": "^12.16.1",
"@ovh-ux/manager-filters": "^1.1.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.0",
"@ovh-ux/manager-pci": "^6.33.1",
"@ovh-ux/manager-pci": "^6.34.0",
"@ovh-ux/manager-trusted-nic": "^1.2.0",
"@ovh-ux/ng-at-internet": "^5.11.9",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/public-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.3.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)

**Note:** Version bump only for package @ovh-ux/manager-public-cloud





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

**Note:** Version bump only for package @ovh-ux/manager-public-cloud
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/public-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-public-cloud",
"version": "6.3.2",
"version": "6.3.3",
"private": true,
"description": "OVHcloud Public Cloud control panel.",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@ovh-ux/manager-core": "^12.16.1",
"@ovh-ux/manager-error-page": "^2.4.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.0",
"@ovh-ux/manager-pci": "^6.33.1",
"@ovh-ux/manager-pci": "^6.34.0",
"@ovh-ux/manager-telecom-styles": "^4.8.0",
"@ovh-ux/ng-at-internet": "^5.11.9",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/vrack-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)

**Note:** Version bump only for package @ovh-ux/manager-vrack-services-app





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


Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/vrack-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-vrack-services-app",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "OVHcloud VrackServices app",
"repository": {
Expand All @@ -26,9 +26,9 @@
"@ovh-ux/manager-core-api": "^0.7.0",
"@ovh-ux/manager-module-order": "^0.2.0",
"@ovh-ux/manager-react-shell-client": "^0.4.0",
"@ovh-ux/manager-tailwind-config": "*",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/shell": "^3.5.1",
"@ovhcloud/manager-components": "^1.8.0",
"@ovhcloud/manager-components": "^1.9.0",
"@ovhcloud/ods-common-core": "17.2.1",
"@ovhcloud/ods-common-theming": "17.2.1",
"@ovhcloud/ods-components": "17.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/core/tailwind-config/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.

# [0.2.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)


### Features

* pci-users app in reactjs ([07959d4](https://github.com/ovh/manager/commit/07959d410b2d61700cba62ce54c55be2d9dd2236))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/core/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-tailwind-config",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "OVHcloud manager tailwind configuration.",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/core/utils/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.

# [0.2.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-04-10)


### Features

* pci-users app in reactjs ([07959d4](https://github.com/ovh/manager/commit/07959d410b2d61700cba62ce54c55be2d9dd2236))





# [0.1.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-core-utils",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "OVHcloud manager core utils.",
"repository": {
Expand Down
Loading

0 comments on commit b92b1ec

Please sign in to comment.