Skip to content

Commit 943821a

Browse files
helabenkhalfallahovh-cds
authored andcommitted
release(*): radium-eagle-9
Signed-off-by: ovh-cds <[email protected]>
1 parent 2ca8694 commit 943821a

File tree

241 files changed

+1764
-789
lines changed

Some content is hidden

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

241 files changed

+1764
-789
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=radium-eagle-8
10+
sonar.projectVersion=radium-eagle-9
1111

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

packages/components/ng-at-internet/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+
## [6.0.31](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-02)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-at-internet
9+
10+
11+
12+
13+
614
## [6.0.30](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-23)
715

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

packages/components/ng-at-internet/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/ng-at-internet",
3-
"version": "6.0.30",
3+
"version": "6.0.31",
44
"private": true,
55
"description": "ATInternet tracking library wrapper for AngularJS",
66
"keywords": [
@@ -33,7 +33,7 @@
3333
"prepare": "rollup -c --environment BUILD:production"
3434
},
3535
"dependencies": {
36-
"@ovh-ux/ovh-at-internet": "^0.24.9"
36+
"@ovh-ux/ovh-at-internet": "^0.24.10"
3737
},
3838
"devDependencies": {
3939
"@ovh-ux/component-rollup-config": "^13.1.0"

packages/components/ng-ovh-payment-method/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+
## [9.17.13](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-02)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-ovh-payment-method
9+
10+
11+
12+
13+
614
## [9.17.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-30)
715

816
**Note:** Version bump only for package @ovh-ux/ng-ovh-payment-method

packages/components/ng-ovh-payment-method/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/ng-ovh-payment-method",
3-
"version": "9.17.12",
3+
"version": "9.17.13",
44
"description": "Get payment methods from different OVHcloud APIs",
55
"keywords": [
66
"angularjs",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@adyen/adyen-web": "5.61.0",
4040
"@ovh-ux/ovh-payment-method": "^0.6.3",
41-
"@ovh-ux/ovh-reket": "^2.1.18",
41+
"@ovh-ux/ovh-reket": "^2.1.19",
4242
"lodash-es": "^4.17.11",
4343
"validator": "^13.7.0"
4444
},

packages/components/ng-shell-tracking/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.7.25](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-02)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-shell-tracking
9+
10+
11+
12+
13+
614
## [0.7.24](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-23)
715

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

packages/components/ng-shell-tracking/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/ng-shell-tracking",
3-
"version": "0.7.24",
3+
"version": "0.7.25",
44
"private": true,
55
"description": "ATInternet tracking library wrapper for AngularJS",
66
"keywords": [
@@ -34,7 +34,7 @@
3434
"prepare": "rollup -c --environment BUILD:production"
3535
},
3636
"dependencies": {
37-
"@ovh-ux/ovh-at-internet": "^0.24.9"
37+
"@ovh-ux/ovh-at-internet": "^0.24.10"
3838
},
3939
"devDependencies": {
4040
"@ovh-ux/component-rollup-config": "^13.1.0"

packages/components/ovh-at-internet/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.24.10](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-02)
7+
8+
**Note:** Version bump only for package @ovh-ux/ovh-at-internet
9+
10+
11+
12+
13+
614
## [0.24.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-23)
715

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

packages/components/ovh-at-internet/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/ovh-at-internet",
3-
"version": "0.24.9",
3+
"version": "0.24.10",
44
"description": "ATInternet tracking library for OVHcloud.",
55
"keywords": [
66
"at-internet",
@@ -31,7 +31,7 @@
3131
"prepare": "tsc"
3232
},
3333
"devDependencies": {
34-
"@ovh-ux/manager-config": "^8.6.7"
34+
"@ovh-ux/manager-config": "^8.6.8"
3535
},
3636
"peerDependencies": {
3737
"@ovh-ux/manager-config": "^8.0.1"

packages/components/ovh-reket/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+
## [2.1.19](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-02)
7+
8+
**Note:** Version bump only for package @ovh-ux/ovh-reket
9+
10+
11+
12+
13+
614
## [2.1.18](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-23)
715

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

0 commit comments

Comments
 (0)