Skip to content

Commit

Permalink
release: beryllium-beaver-2
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
sachinrameshn authored and ovh-cds committed Sep 4, 2023
1 parent 9fc24c1 commit 220fc93
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 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=beryllium-beaver-1
sonar.projectVersion=beryllium-beaver-2

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**
sonar.coverage.exclusions=**/*.spec.js
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/carbon-calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-09-04)

**Note:** Version bump only for package @ovh-ux/manager-carbon-calculator-app





## [0.1.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-08-17)

**Note:** Version bump only for package @ovh-ux/manager-carbon-calculator-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/carbon-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-carbon-calculator-app",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"description": "OVHcloud CarbonCalculator app",
"repository": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-carbon-calculator": "^0.1.1",
"@ovh-ux/manager-carbon-calculator": "^0.1.2",
"@ovh-ux/manager-config": "^7.0.0",
"@ovh-ux/manager-core": "^12.0.0 || ^13.0.0",
"@ovh-ux/manager-error-page": "^2.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/web/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.

## [17.3.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-09-04)


### Bug Fixes

* **hosting:** fix value type for environnement variable ([#9908](https://github.com/ovh/manager/issues/9908)) ([7f40ab7](https://github.com/ovh/manager/commit/7f40ab76b4fae30bf988193db1f784ad92f6e1f9))





# [17.3.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-web",
"version": "17.3.0",
"version": "17.3.1",
"private": true,
"description": "OVHcloud Web control panel.",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/carbon-calculator/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.1.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-09-04)


### Bug Fixes

* **dedicated:** pick last date of previous month to download ([#9911](https://github.com/ovh/manager/issues/9911)) ([9fc24c1](https://github.com/ovh/manager/commit/9fc24c108a9762848e839f3e53b93fd0eca2e3e6))





## [0.1.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-08-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/carbon-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-carbon-calculator",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "OVHcloud CarbonCalculator product",
"repository": {
Expand Down

0 comments on commit 220fc93

Please sign in to comment.