Skip to content

Commit 068ac38

Browse files
anooparvetiovh-cds
authored andcommitted
release(*): helium-cricket-4
Signed-off-by: ovh-cds <opensource@ovh.net>
1 parent d04fd84 commit 068ac38

169 files changed

Lines changed: 1142 additions & 299 deletions

File tree

Some content is hidden

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

.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=helium-cricket-3
10+
sonar.projectVersion=helium-cricket-4
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.16](https://github.com/ovh/manager/compare/@ovh-ux/ng-at-internet@6.0.15...@ovh-ux/ng-at-internet@6.0.16) (2025-05-15)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-at-internet
9+
10+
11+
12+
13+
614
## [6.0.15](https://github.com/ovh/manager/compare/@ovh-ux/ng-at-internet@6.0.14...@ovh-ux/ng-at-internet@6.0.15) (2025-05-12)
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.15",
3+
"version": "6.0.16",
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.22.0"
36+
"@ovh-ux/ovh-at-internet": "^0.23.0"
3737
},
3838
"devDependencies": {
3939
"@ovh-ux/component-rollup-config": "^13.0.2"

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.10](https://github.com/ovh/manager/compare/@ovh-ux/ng-shell-tracking@0.7.9...@ovh-ux/ng-shell-tracking@0.7.10) (2025-05-15)
7+
8+
**Note:** Version bump only for package @ovh-ux/ng-shell-tracking
9+
10+
11+
12+
13+
614
## [0.7.9](https://github.com/ovh/manager/compare/@ovh-ux/ng-shell-tracking@0.7.8...@ovh-ux/ng-shell-tracking@0.7.9) (2025-05-12)
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.9",
3+
"version": "0.7.10",
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.22.0"
37+
"@ovh-ux/ovh-at-internet": "^0.23.0"
3838
},
3939
"devDependencies": {
4040
"@ovh-ux/component-rollup-config": "^13.0.2"

packages/components/ovh-at-internet/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+
# [0.23.0](https://github.com/ovh/manager/compare/@ovh-ux/ovh-at-internet@0.22.0...@ovh-ux/ovh-at-internet@0.23.0) (2025-05-15)
7+
8+
9+
### Features
10+
11+
* **ovh-tracking:** add level for manager-account ([21d2e14](https://github.com/ovh/manager/commit/21d2e14bd434ec8e8e93b191cc74535c2017a9f5)), closes [#MANAGER-18234](https://github.com/ovh/manager/issues/MANAGER-18234)
12+
13+
14+
15+
16+
617
# [0.22.0](https://github.com/ovh/manager/compare/@ovh-ux/ovh-at-internet@0.21.8...@ovh-ux/ovh-at-internet@0.22.0) (2025-05-12)
718

819

packages/components/ovh-at-internet/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/ovh-at-internet",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "ATInternet tracking library for OVHcloud.",
55
"keywords": [
66
"at-internet",

packages/components/ovh-shell/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+
## [4.4.4](https://github.com/ovh/manager/compare/@ovh-ux/shell@4.4.3...@ovh-ux/shell@4.4.4) (2025-05-15)
7+
8+
**Note:** Version bump only for package @ovh-ux/shell
9+
10+
11+
12+
13+
614
## [4.4.3](https://github.com/ovh/manager/compare/@ovh-ux/shell@4.4.2...@ovh-ux/shell@4.4.3) (2025-05-12)
715

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

packages/components/ovh-shell/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/shell",
3-
"version": "4.4.3",
3+
"version": "4.4.4",
44
"description": "Communication and interaction between applications",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@ovh-ux/manager-config": "^8.3.1",
27-
"@ovh-ux/ovh-at-internet": "^0.22.0",
27+
"@ovh-ux/ovh-at-internet": "^0.23.0",
2828
"@ovh-ux/ovh-reket": "^2.1.8",
2929
"@ovh-ux/request-tagger": "^0.4.1",
3030
"@ovh-ux/url-builder": "^2.0.1",

packages/manager-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.0.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-cli@0.0.1...@ovh-ux/manager-cli@0.0.2) (2025-05-15)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-cli

0 commit comments

Comments
 (0)