Skip to content

Commit

Permalink
release: actinium-hornet-3
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
MaximeBajeux authored and ovh-cds committed Nov 21, 2024
1 parent 1e19a4b commit 3569f9e
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 6 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=actinium-hornet-2
sonar.projectVersion=actinium-hornet-3

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **account:** init account application ([#13133](https://github.com/ovh/manager/issues/13133)) ([1e19a4b](https://github.com/ovh/manager/commit/1e19a4b8a88b030b4821746fa03324ae765f37cf))
4 changes: 2 additions & 2 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.0.0",
"version": "0.1.0",
"private": true,
"description": "User account and contacts management application",
"repository": {
Expand All @@ -19,7 +19,7 @@
"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.0.0 || ^1.0.0",
"@ovh-ux/manager-account": "^0.1.0",
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-config": "^8.0.0",
"@ovh-ux/manager-core": "^13.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/container/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.87.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-21)


### Features

* **account:** init account application ([#13133](https://github.com/ovh/manager/issues/13133)) ([1e19a4b](https://github.com/ovh/manager/commit/1e19a4b8a88b030b4821746fa03324ae765f37cf))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-container-app",
"version": "0.86.4",
"version": "0.87.0",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/dedicated/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.

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


### Features

* **account:** init account application ([#13133](https://github.com/ovh/manager/issues/13133)) ([1e19a4b](https://github.com/ovh/manager/commit/1e19a4b8a88b030b4821746fa03324ae765f37cf))





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

**Note:** Version bump only for package @ovh-ux/manager-dedicated
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/dedicated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-dedicated",
"version": "20.1.2",
"version": "20.2.0",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **account:** init account application ([#13133](https://github.com/ovh/manager/issues/13133)) ([1e19a4b](https://github.com/ovh/manager/commit/1e19a4b8a88b030b4821746fa03324ae765f37cf))
2 changes: 1 addition & 1 deletion packages/manager/modules/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-account",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "OVHcloud Account product",
"repository": {
Expand Down

0 comments on commit 3569f9e

Please sign in to comment.