Skip to content

Commit

Permalink
chore(release): 1.77.4
Browse files Browse the repository at this point in the history
## [1.77.4](v1.77.3...v1.77.4) (2021-09-02)

### Bug Fixes

* **Systems page:** Correctly parse all URL params ([#1172](#1172)) ([1ad1b08](1ad1b08))
* Fix passing systems into opt out function ([#1182](#1182)) ([6641b97](6641b97))
  • Loading branch information
semantic-release-bot committed Sep 2, 2021
1 parent 6641b97 commit e0dff77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.77.4](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.77.3...v1.77.4) (2021-09-02)


### Bug Fixes

* **Systems page:** Correctly parse all URL params ([#1172](https://github.com/RedHatInsights/vulnerability-ui/issues/1172)) ([1ad1b08](https://github.com/RedHatInsights/vulnerability-ui/commit/1ad1b08b37a6411bb966f73e6473a64da9ff1388))
* Fix passing systems into opt out function ([#1182](https://github.com/RedHatInsights/vulnerability-ui/issues/1182)) ([6641b97](https://github.com/RedHatInsights/vulnerability-ui/commit/6641b97ff9ef85dd1cfb346b4839a18a02a98d7e))

## [1.77.3](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.77.2...v1.77.3) (2021-08-27)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities",
"private": false,
"version": "1.77.3",
"version": "1.77.4",
"browser": "dist/index.js",
"module": "esm/index.js",
"dependencies": {
Expand Down

0 comments on commit e0dff77

Please sign in to comment.