Skip to content

Commit

Permalink
release: argon-ant-5
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
aboungnaseng-ovhcloud authored and ovh-cds committed Jan 24, 2025
1 parent 9f2cecd commit e39cd3c
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 11 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=argon-ant-4
sonar.projectVersion=argon-ant-5

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

## [2.6.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-24)

### Bug Fixes

- **manager-react-components:** revert manager component version ([558473b](https://github.com/ovh/manager/commit/558473bef4dc0001accd06a12cb5205d9e19f99b))

# [2.6.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-16)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/manager-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-react-components",
"version": "2.6.2",
"version": "2.6.3",
"license": "BSD-3-Clause",
"author": "OVH SAS",
"types": "dist/types/src/lib.d.ts",
Expand Down Expand Up @@ -121,4 +121,4 @@
"react-router-dom": "^6.3.0",
"zustand": "^4.5.5"
}
}
}
8 changes: 8 additions & 0 deletions packages/manager/apps/pci-savings-plan/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.

## [1.9.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-24)

**Note:** Version bump only for package @ovh-ux/manager-pci-savings-plan-app





## [1.9.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-23)

**Note:** Version bump only for package @ovh-ux/manager-pci-savings-plan-app
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/pci-savings-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-savings-plan-app",
"version": "1.9.2",
"version": "1.9.3",
"private": true,
"description": "savings plan application",
"repository": {
Expand All @@ -23,8 +23,8 @@
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-pci-common": "^1.0.11",
"@ovh-ux/manager-react-components": "^2.5.1",
"@ovh-ux/manager-pci-common": "^1.0.12",
"@ovh-ux/manager-react-components": "^2.6.3",
"@ovh-ux/manager-react-core-application": "^0.11.5",
"@ovh-ux/manager-react-shell-client": "^0.8.5",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/zimbra/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.14.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-24)

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





## [0.14.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-16)

**Note:** Version bump only for package @ovh-ux/manager-zimbra-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/zimbra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-zimbra-app",
"version": "0.14.2",
"version": "0.14.3",
"private": true,
"description": "zimbra react app",
"repository": {
Expand All @@ -25,7 +25,7 @@
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "^0.3.0",
"@ovh-ux/manager-module-order": "^0.9.3",
"@ovh-ux/manager-react-components": "^2.6.2",
"@ovh-ux/manager-react-components": "^2.6.3",
"@ovh-ux/manager-react-core-application": "^0.11.5",
"@ovh-ux/manager-react-shell-client": "^0.8.5",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/manager-pci-common/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.

## [1.0.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-24)


### Bug Fixes

* **manager-pci-common:** revert mrc version ([9f2cecd](https://github.com/ovh/manager/commit/9f2cecd95d3b5e9f03d307029265eadeb004fe8c))





## [1.0.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-23)

**Note:** Version bump only for package @ovh-ux/manager-pci-common
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/modules/manager-pci-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-common",
"version": "1.0.11",
"version": "1.0.12",
"private": false,
"description": "Public Cloud Common components",
"homepage": "https://github.com/ovh/manager/blob/master/packages/manager/modules/manager-pci-common/README.md",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-react-components": "^2.6.2",
"@ovh-ux/manager-react-components": "^2.6.3",
"@ovh-ux/manager-react-shell-client": "^0.8.5",
"@ovh-ux/manager-vite-config": "^0.9.0",
"@ovhcloud/ods-components": "^18.4.1",
Expand Down Expand Up @@ -84,4 +84,4 @@
"react-i18next": "^14.0.5",
"react-router-dom": "^6.3.0"
}
}
}

0 comments on commit e39cd3c

Please sign in to comment.