Skip to content

Commit 808d884

Browse files
anooparvetiovh-cds
authored andcommitted
release(*): europium-leopard-3
Signed-off-by: ovh-cds <[email protected]>
1 parent 6df35a6 commit 808d884

File tree

245 files changed

+2014
-798
lines changed

Some content is hidden

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

245 files changed

+2014
-798
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=europium-leopard-2
10+
sonar.projectVersion=europium-leopard-3
1111

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

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-23)
7+
8+
9+
### Features
10+
11+
* **muk:** import typescript in muk ([c05ab18](https://github.com/ovh/manager/commit/c05ab180eaac2d15f41566d017f4d5f1f334ccb8)), closes [#MANAGER-20067](https://github.com/ovh/manager/issues/MANAGER-20067)
12+
* **muk:** update generator with muk ([6ec82f5](https://github.com/ovh/manager/commit/6ec82f5aea95f04edcd8001d297102cb5e89e00b)), closes [#MANAGER-19474](https://github.com/ovh/manager/issues/MANAGER-19474)
13+
14+
15+
16+
17+
618
## [0.6.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-06-05)
719

820
**Note:** Version bump only for package @ovh-ux/manager-documentation

docs/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/manager-documentation",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"private": true,
55
"description": "Manager documentation deployed with GitHub Pages",
66
"scripts": {

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.30](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-23)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-at-internet
9+
10+
11+
12+
13+
614
## [6.0.29](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-16)
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.29",
3+
"version": "6.0.30",
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.8"
36+
"@ovh-ux/ovh-at-internet": "^0.24.9"
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.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-23)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-ovh-payment-method
9+
10+
11+
12+
13+
614
## [9.17.10](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-12)
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.10",
3+
"version": "9.17.11",
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.2",
41-
"@ovh-ux/ovh-reket": "^2.1.17",
41+
"@ovh-ux/ovh-reket": "^2.1.18",
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.24](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-23)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-shell-tracking
9+
10+
11+
12+
13+
614
## [0.7.23](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-16)
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.23",
3+
"version": "0.7.24",
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.8"
37+
"@ovh-ux/ovh-at-internet": "^0.24.9"
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.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-23)
7+
8+
**Note:** Version bump only for package @ovh-ux/ovh-at-internet
9+
10+
11+
12+
13+
614
## [0.24.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-10-16)
715

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

0 commit comments

Comments
 (0)