Skip to content

Commit

Permalink
release: chlorine-koala-7
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
JacquesLarique authored and ovh-cds committed Dec 16, 2024
1 parent 0b0f33c commit 8700372
Show file tree
Hide file tree
Showing 129 changed files with 714 additions and 174 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=chlorine-koala-6
sonar.projectVersion=chlorine-koala-7

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
8 changes: 8 additions & 0 deletions packages/components/ng-at-internet/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.0.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-16)

**Note:** Version bump only for package @ovh-ux/ng-at-internet





## [6.0.1](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/ng-at-internet
Expand Down
4 changes: 2 additions & 2 deletions packages/components/ng-at-internet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-at-internet",
"version": "6.0.1",
"version": "6.0.2",
"private": true,
"description": "ATInternet tracking library wrapper for AngularJS",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/ng-at-internet' --include-dependencies -- yarn run dev:watch"
},
"dependencies": {
"@ovh-ux/ovh-at-internet": "^0.17.0"
"@ovh-ux/ovh-at-internet": "^0.18.0"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^13.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/ng-shell-tracking/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.6.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-16)

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





## [0.6.1](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/ng-shell-tracking
Expand Down
4 changes: 2 additions & 2 deletions packages/components/ng-shell-tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-shell-tracking",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"description": "ATInternet tracking library wrapper for AngularJS",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/ng-shell-tracking' --include-dependencies -- yarn run dev:watch"
},
"dependencies": {
"@ovh-ux/ovh-at-internet": "^0.17.0"
"@ovh-ux/ovh-at-internet": "^0.18.0"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^13.0.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/ovh-at-internet/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.18.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-16)


### Features

* **signup:** use new tracking nomenclature ([#14259](https://github.com/ovh/manager/issues/14259)) ([6439cf1](https://github.com/ovh/manager/commit/6439cf109c3bf2204f19521ef4d65cde6b271829))





# [0.17.0](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/components/ovh-at-internet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ovh-at-internet",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"description": "ATInternet tracking library for OVHcloud.",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/components/ovh-shell/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.1.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-16)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/components/ovh-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/shell",
"version": "4.1.0",
"version": "4.1.1",
"description": "Communication and interaction between applications",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/ovh-at-internet": "^0.17.0",
"@ovh-ux/ovh-at-internet": "^0.18.0",
"@ovh-ux/ovh-reket": "^2.1.7",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/url-builder": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/account/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.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-16)

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





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

**Note:** Version bump only for package @ovh-ux/manager-account-app
Expand Down
12 changes: 6 additions & 6 deletions packages/manager/apps/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-account-app",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"description": "User account and contacts management application",
"repository": {
Expand All @@ -19,13 +19,13 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-account-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-account": "^0.2.2",
"@ovh-ux/manager-account": "^0.3.0",
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-error-page": "^2.4.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-at-internet": "^6.0.2",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.3",
Expand All @@ -37,13 +37,13 @@
"@ovh-ux/ng-ovh-user-pref": "^2.1.2",
"@ovh-ux/ng-ovh-utils": "^14.5.0",
"@ovh-ux/ng-pagination-front": "^10.3.2",
"@ovh-ux/ng-shell-tracking": "^0.6.1",
"@ovh-ux/ng-shell-tracking": "^0.6.2",
"@ovh-ux/ng-translate-async-loader": "^2.2.2",
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.2",
"@ovh-ux/ng-ui-router-layout": "^4.3.2",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.1.0",
"@ovh-ux/sign-up": "^3.0.1",
"@ovh-ux/shell": "^4.1.1",
"@ovh-ux/sign-up": "^3.1.0",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/billing/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.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-16)

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





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

**Note:** Version bump only for package @ovh-ux/manager-billing-app
Expand Down
8 changes: 4 additions & 4 deletions packages/manager/apps/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-billing-app",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"description": "OVHcloud Billing app",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ovh-ux/manager-models": "^2.1.0",
"@ovh-ux/manager-new-billing": "^0.25.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/ng-at-internet": "^6.0.0",
"@ovh-ux/ng-at-internet": "^6.0.2",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
Expand All @@ -46,12 +46,12 @@
"@ovh-ux/ng-ovh-user-pref": "2.1.1",
"@ovh-ux/ng-ovh-utils": "^14.5.0",
"@ovh-ux/ng-q-allsettled": "^2.1.2",
"@ovh-ux/ng-shell-tracking": "^0.6.0",
"@ovh-ux/ng-shell-tracking": "^0.6.2",
"@ovh-ux/ng-translate-async-loader": "^2.2.1",
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.1",
"@ovh-ux/ng-ui-router-layout": "^4.3.1",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.1",
"@ovh-ux/shell": "^4.1.1",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/carbon-calculator/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.5.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-16)

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





## [0.5.4](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-carbon-calculator-app
Expand Down
8 changes: 4 additions & 4 deletions packages/manager/apps/carbon-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-carbon-calculator-app",
"version": "0.5.4",
"version": "0.5.5",
"private": true,
"description": "OVHcloud CarbonCalculator app",
"repository": {
Expand All @@ -25,19 +25,19 @@
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-error-page": "^2.4.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-at-internet": "^6.0.2",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.0.0",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.3",
"@ovh-ux/ng-ovh-http": "^5.1.2",
"@ovh-ux/ng-ovh-request-tagger": "^2.0.1",
"@ovh-ux/ng-ovh-sso-auth": "^4.8.2",
"@ovh-ux/ng-ovh-swimming-poll": "^5.1.2",
"@ovh-ux/ng-shell-tracking": "^0.6.1",
"@ovh-ux/ng-shell-tracking": "^0.6.2",
"@ovh-ux/ng-translate-async-loader": "^2.2.2",
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.2",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.1.0",
"@ovh-ux/shell": "^4.1.1",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.5",
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.14.30](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-16)

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





## [1.14.29](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-catalog-app
Expand Down
6 changes: 3 additions & 3 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.14.29",
"version": "1.14.30",
"private": true,
"description": "OVHcloud Catalog application",
"repository": {
Expand All @@ -25,9 +25,9 @@
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "^0.3.0",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-core-application": "^0.11.3",
"@ovh-ux/manager-react-core-application": "^0.11.4",
"@ovh-ux/manager-react-shell-client": "^0.8.3",
"@ovh-ux/shell": "^4.1.0",
"@ovh-ux/shell": "^4.1.1",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
"@ovhcloud/ods-components": "17.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/cda/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.

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

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





## [3.0.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-cda-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/cda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-cda-app",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-at-internet": "^6.0.2",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-actions-menu": "^5.1.2",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/cloud-connect/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.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-cloud-connect-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/cloud-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-cloud-connect-app",
"version": "2.0.3",
"version": "2.0.4",
"private": true,
"description": "OVHcloud Connect standalone application.",
"repository": {
Expand All @@ -23,7 +23,7 @@
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-at-internet": "^6.0.2",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
Expand Down
Loading

0 comments on commit 8700372

Please sign in to comment.