diff --git a/CHANGELOG.md b/CHANGELOG.md index 872d21d7..871316a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.10](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.0.9...v1.0.10) (2022-03-11) + + +### Bug Fixes + +* keep original order of entities in all tables ([#174](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/174)) ([4158502](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/415850235f4d08bd6a9da3c43b1206b265271b17)) + ## [1.0.9](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.0.8...v1.0.9) (2022-03-10) diff --git a/package-lock.json b/package-lock.json index fae822a5..ec75669c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocp-advisor-frontend", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ocp-advisor-frontend", - "version": "1.0.9", + "version": "1.0.10", "dependencies": { "@patternfly/react-core": "^4.198.5", "@patternfly/react-table": "^4.51.0", diff --git a/package.json b/package.json index c6e750c3..01064043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocp-advisor-frontend", - "version": "1.0.9", + "version": "1.0.10", "private": false, "scripts": { "build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",