Skip to content

Commit

Permalink
release: tungsten-raccoon-9
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
JacquesLarique authored and ovh-cds committed Oct 22, 2024
1 parent 03b1533 commit 88dfeea
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 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=tungsten-raccoon-8
sonar.projectVersion=tungsten-raccoon-9

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/hub-react/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-10-22)


### Features

* **hub:** rewrote hub in react ([#13689](https://github.com/ovh/manager/issues/13689)) ([03b1533](https://github.com/ovh/manager/commit/03b1533a6f12777a5ae44dfc8e6453cd4df29e7c))
2 changes: 1 addition & 1 deletion packages/manager/apps/hub-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hub-react-app",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/hub/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.

# [5.11.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-22)


### Features

* **hub:** rewrote hub in react ([#13689](https://github.com/ovh/manager/issues/13689)) ([03b1533](https://github.com/ovh/manager/commit/03b1533a6f12777a5ae44dfc8e6453cd4df29e7c))





## [5.10.19](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-22)

**Note:** Version bump only for package @ovh-ux/manager-hub-app
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hub-app",
"version": "5.10.19",
"version": "5.11.0",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand Down

0 comments on commit 88dfeea

Please sign in to comment.