Skip to content

Commit

Permalink
Release: palladium-porpoise-4
Browse files Browse the repository at this point in the history
* Package @ovh-ux/manager-dedicated 14.1.2
* Package @ovh-ux/manager-public-cloud 4.2.2
* Package @ovh-ux/manager-telecom 13.2.11
* Package @ovh-ux/manager-server-sidebar 3.0.1

Signed-off-by: CDS <[email protected]>
  • Loading branch information
lizardK authored and CDS committed Oct 2, 2020
1 parent 6569922 commit bce8e44
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 5 deletions.
14 changes: 14 additions & 0 deletions packages/manager/apps/dedicated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [14.1.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-10-02)


### Bug Fixes

* **locale:** add flatpickr locale import ([#3743](https://github.com/ovh/manager/issues/3743)) ([59291a4](https://github.com/ovh/manager/commit/59291a40b1bd419ff174d9652f88a8abbf56dbc6))


### Performance Improvements

* **flatpickr:** add webpack context replacement for flatpickr ([8751ee9](https://github.com/ovh/manager/commit/8751ee9b5ea7db27894cace3c519fc905a9d37d5))



## [14.1.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-10-01)


Expand Down
4 changes: 2 additions & 2 deletions 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": "14.1.1",
"version": "14.1.2",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -158,4 +158,4 @@
"webpack": "^4.41.2",
"webpack-merge": "^4.2.2"
}
}
}
14 changes: 14 additions & 0 deletions packages/manager/apps/public-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [4.2.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-10-02)


### Bug Fixes

* **loccale:** add flatpickr locale import ([e54afb0](https://github.com/ovh/manager/commit/e54afb0e4322152dc1dc6ec6e680caa4acc815d6))


### Performance Improvements

* **flatpickr:** add webpack context replacement for flatpickr ([8751ee9](https://github.com/ovh/manager/commit/8751ee9b5ea7db27894cace3c519fc905a9d37d5))



## [4.2.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/public-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-public-cloud",
"version": "4.2.1",
"version": "4.2.2",
"private": true,
"description": "OVHcloud Public Cloud control panel.",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/manager/apps/telecom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [13.2.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-10-02)


### Bug Fixes

* **loccale:** add flatpickr locale import ([e54afb0](https://github.com/ovh/manager/commit/e54afb0e4322152dc1dc6ec6e680caa4acc815d6))


### Performance Improvements

* **flatpickr:** add webpack context replacement for flatpickr ([8751ee9](https://github.com/ovh/manager/commit/8751ee9b5ea7db27894cace3c519fc905a9d37d5))



## [13.2.10](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-10-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/telecom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-telecom",
"version": "13.2.10",
"version": "13.2.11",
"private": true,
"description": "OVHcloud Telecom control panel.",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/manager/modules/server-sidebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-10-02)


### Bug Fixes

* **sidebar:** update US baremetal url ([#3750](https://github.com/ovh/manager/issues/3750)) ([6569922](https://github.com/ovh/manager/commit/6569922b62f82c61673a0273b0e3b65a89aa29ba))



# [3.0.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2020-09-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/server-sidebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-server-sidebar",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"description": "Sidebar component shared across all control panel.",
"homepage": "https://github.com/ovh/manager/tree/master/packages/manager/modules/server-sidebar#readme",
Expand Down

0 comments on commit bce8e44

Please sign in to comment.