diff --git a/packages/manager/apps/dedicated/CHANGELOG.md b/packages/manager/apps/dedicated/CHANGELOG.md index ff5fb5ce061a..1da76ab99059 100644 --- a/packages/manager/apps/dedicated/CHANGELOG.md +++ b/packages/manager/apps/dedicated/CHANGELOG.md @@ -1,3 +1,26 @@ +# [14.1.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@14.0.2...@ovh-ux/manager-dedicated@14.1.0) (2020-09-30) + + +### Bug Fixes + +* **billing.history:** fix redirection to pay debt ([#3531](https://github.com/ovh/manager/issues/3531)) ([43f9357](https://github.com/ovh/manager/commit/43f93578c523de3ed9876b965b492dd55d641a18)) +* **billing.history:** prevent sorting on dynamically loaded columns ([#3552](https://github.com/ovh/manager/issues/3552)) ([fc605c5](https://github.com/ovh/manager/commit/fc605c5844af434816158b66cc44295071870f0b)) +* **dedicated:** replace apiv7 call with iceberg for bill csv export ([f78b91a](https://github.com/ovh/manager/commit/f78b91a459404854d996225b58859b23450ad007)) +* **dedicated:** replace billing history apiv7 call with iceberg ([0156ca2](https://github.com/ovh/manager/commit/0156ca2fbc72e1f0f704279bf88e7a787a88e8e4)) +* **i18n:** add missing translations [CDS 574] ([23b8252](https://github.com/ovh/manager/commit/23b825268436443d373eae39e1784e29161c80c1)) +* **i18n:** add missing translations [CDS 575] ([59d30f0](https://github.com/ovh/manager/commit/59d30f04dd007ad3aaf825e702b7d58a9e5b3454)) +* **i18n:** add missing translations [CDS 579] ([2d33fdd](https://github.com/ovh/manager/commit/2d33fdded8ef1fe95f27468f6ea90b39ae1a720a)) +* **i18n:** add missing translations [CDS 587] ([c849f6f](https://github.com/ovh/manager/commit/c849f6fd40da8f0620486636f6e2572f1aa022fc)) + + +### Features + +* **billing.history:** add tracking ([#3499](https://github.com/ovh/manager/issues/3499)) ([bbf6b80](https://github.com/ovh/manager/commit/bbf6b8098491196eaebb8d8822dbe414639cda9b)) +* **billing.history:** enable revamp for EU and CA ([3d6b79e](https://github.com/ovh/manager/commit/3d6b79ebae0f37c901de2b5aaa76e021070daccb)) +* **dedicated:** private cloud service pack enhancements ([e657df5](https://github.com/ovh/manager/commit/e657df5e6980903b4a2facd7f71cf771d7cf4f4f)) + + + ## [14.0.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@14.0.1...@ovh-ux/manager-dedicated@14.0.2) (2020-09-29) diff --git a/packages/manager/apps/dedicated/package.json b/packages/manager/apps/dedicated/package.json index 6fbed2a7e3b2..ee6e17d2a79a 100644 --- a/packages/manager/apps/dedicated/package.json +++ b/packages/manager/apps/dedicated/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-dedicated", - "version": "14.0.2", + "version": "14.1.0", "private": true, "description": "OVHcloud Dedicated control panel.", "repository": { diff --git a/packages/manager/apps/sign-up/CHANGELOG.md b/packages/manager/apps/sign-up/CHANGELOG.md index a018657fc84b..c11b4a472f29 100644 --- a/packages/manager/apps/sign-up/CHANGELOG.md +++ b/packages/manager/apps/sign-up/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.1.0](https://github.com/ovh/manager/compare/@ovh-ux/sign-up-app@2.0.2...@ovh-ux/sign-up-app@2.1.0) (2020-09-30) + + +### Features + +* add level2 ([4e99fad](https://github.com/ovh/manager/commit/4e99fad5c06d3a6d90b09428762210199b1489f8)) +* add tracking ([3f259b0](https://github.com/ovh/manager/commit/3f259b083ac0c28bb965b8b33bd107cd10200ba0)) + + + ## [2.0.2](https://github.com/ovh/manager/compare/@ovh-ux/sign-up-app@2.0.1...@ovh-ux/sign-up-app@2.0.2) (2020-08-18) diff --git a/packages/manager/apps/sign-up/package.json b/packages/manager/apps/sign-up/package.json index f31430fe342a..289a4ea5d75b 100644 --- a/packages/manager/apps/sign-up/package.json +++ b/packages/manager/apps/sign-up/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/sign-up-app", - "version": "2.0.2", + "version": "2.1.0", "private": true, "description": "Sign-up form application.", "repository": { @@ -26,7 +26,7 @@ "@ovh-ux/manager-at-internet-configuration": "^0.0.0 || ^1.0.0", "@ovh-ux/manager-config": "^0.4.0 || ^1.0.0", "@ovh-ux/manager-core": "^10.0.0 || ^11.0.0", - "@ovh-ux/ng-at-internet": "^5.0.2", + "@ovh-ux/ng-at-internet": "^5.3.0", "@ovh-ux/ng-at-internet-ui-router-plugin": "^3.1.0", "@ovh-ux/ng-ovh-http": "^5.0.0", "@ovh-ux/ng-ovh-request-tagger": "^1.0.1", @@ -53,4 +53,4 @@ "webpack": "^4.41.2", "webpack-merge": "^4.2.2" } -} +} \ No newline at end of file diff --git a/packages/manager/apps/telecom/CHANGELOG.md b/packages/manager/apps/telecom/CHANGELOG.md index 072bd09c810c..d099580957db 100644 --- a/packages/manager/apps/telecom/CHANGELOG.md +++ b/packages/manager/apps/telecom/CHANGELOG.md @@ -1,3 +1,15 @@ +## [13.2.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-telecom@13.2.8...@ovh-ux/manager-telecom@13.2.9) (2020-09-30) + + +### Bug Fixes + +* **i18n:** add missing translations [CDS 574] ([23b8252](https://github.com/ovh/manager/commit/23b825268436443d373eae39e1784e29161c80c1)) +* **i18n:** add missing translations [CDS 583] ([1cd9df4](https://github.com/ovh/manager/commit/1cd9df42652f7a4bf2ca81277f861aeae72a842a)) +* **telephony:** update color for both scheduler and timeCondition ([7ed59e8](https://github.com/ovh/manager/commit/7ed59e822bc36f849cfdd54675ae1f7f05a27b96)) +* **telephony.ccs.timecondition:** prevent overflow hidden on dropdown ([4be955a](https://github.com/ovh/manager/commit/4be955a35d4ce292a3032c0ef328a4219b0b0621)) + + + ## [13.2.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-telecom@13.2.7...@ovh-ux/manager-telecom@13.2.8) (2020-09-30) diff --git a/packages/manager/apps/telecom/package.json b/packages/manager/apps/telecom/package.json index 992565474a1b..0a01a86e1492 100644 --- a/packages/manager/apps/telecom/package.json +++ b/packages/manager/apps/telecom/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-telecom", - "version": "13.2.8", + "version": "13.2.9", "private": true, "description": "OVHcloud Telecom control panel.", "repository": { diff --git a/packages/manager/modules/at-internet-configuration/CHANGELOG.md b/packages/manager/modules/at-internet-configuration/CHANGELOG.md index 1f2cc5107e7d..c0f557450593 100644 --- a/packages/manager/modules/at-internet-configuration/CHANGELOG.md +++ b/packages/manager/modules/at-internet-configuration/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-at-internet-configuration@1.0.1...@ovh-ux/manager-at-internet-configuration@1.1.0) (2020-09-30) + + +### Features + +* prevent crashing if api error ([e3b1b3a](https://github.com/ovh/manager/commit/e3b1b3a3f960d6bc2636ab76fec69684f286f34f)) + + + ## [1.0.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-at-internet-configuration@1.0.0...@ovh-ux/manager-at-internet-configuration@1.0.1) (2020-09-14) diff --git a/packages/manager/modules/at-internet-configuration/package.json b/packages/manager/modules/at-internet-configuration/package.json index 282ec40d8067..a0d6640e8003 100644 --- a/packages/manager/modules/at-internet-configuration/package.json +++ b/packages/manager/modules/at-internet-configuration/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-at-internet-configuration", - "version": "1.0.1", + "version": "1.1.0", "private": true, "description": "OVHcloud manager atInternet common configuration", "repository": { diff --git a/packages/manager/modules/overthebox/CHANGELOG.md b/packages/manager/modules/overthebox/CHANGELOG.md index 9b0540be200d..9428e269986e 100644 --- a/packages/manager/modules/overthebox/CHANGELOG.md +++ b/packages/manager/modules/overthebox/CHANGELOG.md @@ -1,3 +1,17 @@ +# [6.1.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-overthebox@6.0.5...@ovh-ux/manager-overthebox@6.1.0) (2020-09-30) + + +### Bug Fixes + +* **i18n:** add missing translations [CDS 587] ([c849f6f](https://github.com/ovh/manager/commit/c849f6fd40da8f0620486636f6e2572f1aa022fc)) + + +### Features + +* **overthebox.details:** add version and system version ([#3338](https://github.com/ovh/manager/issues/3338)) ([3456ec4](https://github.com/ovh/manager/commit/3456ec4a880734e7e9398f082a9554a7787c9ff2)) + + + ## [6.0.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-overthebox@6.0.4...@ovh-ux/manager-overthebox@6.0.5) (2020-09-18) diff --git a/packages/manager/modules/overthebox/package.json b/packages/manager/modules/overthebox/package.json index e833bb7b75db..48750496fd48 100644 --- a/packages/manager/modules/overthebox/package.json +++ b/packages/manager/modules/overthebox/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-overthebox", - "version": "6.0.5", + "version": "6.1.0", "private": true, "description": "OverTheBox product.", "repository": { diff --git a/packages/manager/modules/pci/CHANGELOG.md b/packages/manager/modules/pci/CHANGELOG.md index 94cc6fb1872a..63a1c1526231 100644 --- a/packages/manager/modules/pci/CHANGELOG.md +++ b/packages/manager/modules/pci/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.1.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci@5.1.3...@ovh-ux/manager-pci@5.1.4) (2020-09-30) + + +### Bug Fixes + +* **i18n:** add missing translations [CDS 565] ([bc319f2](https://github.com/ovh/manager/commit/bc319f296f5f64299f2769baf156d3e1e2b00468)) +* **kube:** add reset kubeconfig ([9a81bf9](https://github.com/ovh/manager/commit/9a81bf947d110049403ca5bc7a385069e4d5d196)), closes [#3016](https://github.com/ovh/manager/issues/3016) + + + ## [5.1.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci@5.1.2...@ovh-ux/manager-pci@5.1.3) (2020-09-22) diff --git a/packages/manager/modules/pci/package.json b/packages/manager/modules/pci/package.json index 94f3ed839207..2cd5ec6fe02b 100644 --- a/packages/manager/modules/pci/package.json +++ b/packages/manager/modules/pci/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-pci", - "version": "5.1.3", + "version": "5.1.4", "private": true, "description": "Public Cloud Instance product.", "repository": { diff --git a/packages/manager/modules/sign-up/CHANGELOG.md b/packages/manager/modules/sign-up/CHANGELOG.md index 29fc4ee9b7ce..38ed871c1a52 100644 --- a/packages/manager/modules/sign-up/CHANGELOG.md +++ b/packages/manager/modules/sign-up/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.1.0](https://github.com/ovh/manager/compare/@ovh-ux/sign-up@2.0.1...@ovh-ux/sign-up@2.1.0) (2020-09-30) + + +### Features + +* add tracking ([3f259b0](https://github.com/ovh/manager/commit/3f259b083ac0c28bb965b8b33bd107cd10200ba0)) + + + ## [2.0.1](https://github.com/ovh/manager/compare/@ovh-ux/sign-up@2.0.0...@ovh-ux/sign-up@2.0.1) (2020-08-18) diff --git a/packages/manager/modules/sign-up/package.json b/packages/manager/modules/sign-up/package.json index b5e647f876a0..ca94b869d2fd 100644 --- a/packages/manager/modules/sign-up/package.json +++ b/packages/manager/modules/sign-up/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/sign-up", - "version": "2.0.1", + "version": "2.1.0", "private": true, "description": "Sign-Up form component.", "repository": { @@ -30,11 +30,11 @@ }, "peerDependencies": { "@ovh-ux/manager-core": "^10.0.0 || ^11.0.0", - "@ovh-ux/ng-at-internet": "^5.0.0", + "@ovh-ux/ng-at-internet": "^5.3.0", "@ovh-ux/ng-translate-async-loader": "^2.1.0", "@ovh-ux/ui-kit": "^4.1.12", "@uirouter/angularjs": "^1.0.20", "angular": "^1.7.8", "angular-translate": "^2.18.1" } -} +} \ No newline at end of file diff --git a/packages/manager/modules/support/CHANGELOG.md b/packages/manager/modules/support/CHANGELOG.md index e865d7d7370f..745331acabeb 100644 --- a/packages/manager/modules/support/CHANGELOG.md +++ b/packages/manager/modules/support/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.0.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-support@1.0.2...@ovh-ux/manager-support@1.0.3) (2020-09-30) + + +### Bug Fixes + +* **i18n:** add missing translations [CDS 590] ([ba36514](https://github.com/ovh/manager/commit/ba36514288df6b54ea6b6e97d3b327664bc16c8f)) +* **support-app:** error message when making ticket for datacenter ([a421288](https://github.com/ovh/manager/commit/a421288dd4656a691b11e57a1a1ecf9862bc8d24)) + + + ## [1.0.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-support@1.0.1...@ovh-ux/manager-support@1.0.2) (2020-09-18) diff --git a/packages/manager/modules/support/package.json b/packages/manager/modules/support/package.json index 33900747ab50..2d4a16e389f0 100644 --- a/packages/manager/modules/support/package.json +++ b/packages/manager/modules/support/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-support", - "version": "1.0.2", + "version": "1.0.3", "private": true, "description": "Support component to manage tickets.", "repository": { diff --git a/packages/manager/modules/vps/CHANGELOG.md b/packages/manager/modules/vps/CHANGELOG.md index 871107efd3b4..0c6adaa0381d 100644 --- a/packages/manager/modules/vps/CHANGELOG.md +++ b/packages/manager/modules/vps/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-vps@2.0.5...@ovh-ux/manager-vps@2.0.6) (2020-09-30) + + +### Bug Fixes + +* **terminate:** allow to dismiss modal ([#3647](https://github.com/ovh/manager/issues/3647)) ([7eec81f](https://github.com/ovh/manager/commit/7eec81ff244a57d9319e08e2e1b072217924406c)) + + + ## [2.0.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-vps@2.0.4...@ovh-ux/manager-vps@2.0.5) (2020-09-30) diff --git a/packages/manager/modules/vps/package.json b/packages/manager/modules/vps/package.json index 888ab466429a..0804ff4eb249 100644 --- a/packages/manager/modules/vps/package.json +++ b/packages/manager/modules/vps/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-vps", - "version": "2.0.5", + "version": "2.0.6", "private": true, "description": "VPS product.", "repository": {