Skip to content

Commit 5bf3d8f

Browse files
authored
sync(*): master to develop
sync(*): master to develop
2 parents 3dbdfe5 + 3092fe5 commit 5bf3d8f

File tree

253 files changed

+1941
-804
lines changed

Some content is hidden

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

253 files changed

+1941
-804
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=neodymium-mosquito
10+
sonar.projectVersion=neodymium-mosquito-1
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.35](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-at-internet
9+
10+
11+
12+
13+
614
## [6.0.34](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/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.34",
3+
"version": "6.0.35",
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.25.2"
36+
"@ovh-ux/ovh-at-internet": "^0.26.0"
3737
},
3838
"devDependencies": {
3939
"@ovh-ux/component-rollup-config": "^13.2.0"

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.29](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-shell-tracking
9+
10+
11+
12+
13+
614
## [0.7.28](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/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.28",
3+
"version": "0.7.29",
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.25.2"
37+
"@ovh-ux/ovh-at-internet": "^0.26.0"
3838
},
3939
"devDependencies": {
4040
"@ovh-ux/component-rollup-config": "^13.2.0"

packages/components/ovh-at-internet/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.26.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-27)
7+
8+
9+
### Features
10+
11+
* add network level2 tracking label ([ff78038](https://github.com/ovh/manager/commit/ff78038f7e40d184d58aba83bb2abc557d1fe3d5)), closes [#MANAGER-20276](https://github.com/ovh/manager/issues/MANAGER-20276)
12+
* add new standard tracking property ([0c1ecd8](https://github.com/ovh/manager/commit/0c1ecd8ea963c053d285c812e63b3aeaf7b831f3)), closes [#MANAGER-19491](https://github.com/ovh/manager/issues/MANAGER-19491)
13+
14+
15+
16+
17+
618
## [0.25.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-16)
719

820
**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.25.2",
3+
"version": "0.26.0",
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.7.1"
34+
"@ovh-ux/manager-config": "^8.7.2"
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.21](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @ovh-ux/ovh-reket
9+
10+
11+
12+
13+
614
## [2.1.20](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/ovh-reket

packages/components/ovh-reket/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-reket",
3-
"version": "2.1.20",
3+
"version": "2.1.21",
44
"description": "Expose a way to get a predefined Reket instance",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"prepare": "rollup -c --environment BUILD:production"
2424
},
2525
"dependencies": {
26-
"@ovh-ux/manager-core-sso": "^0.4.8",
26+
"@ovh-ux/manager-core-sso": "^0.4.9",
2727
"@ovhcloud/reket-axios-client": "^0.2.1",
2828
"@ovhcloud/reket-core": "^0.2.1"
2929
},

packages/components/ovh-shell/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-27)
7+
8+
9+
### Features
10+
11+
* add new standard tracking property ([0c1ecd8](https://github.com/ovh/manager/commit/0c1ecd8ea963c053d285c812e63b3aeaf7b831f3)), closes [#MANAGER-19491](https://github.com/ovh/manager/issues/MANAGER-19491)
12+
13+
14+
15+
16+
617
## [4.8.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-19)
718

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

0 commit comments

Comments
 (0)