Skip to content

Commit

Permalink
chore(release): 1.98.4
Browse files Browse the repository at this point in the history
## [1.98.4](v1.98.3...v1.98.4) (2023-02-14)

### Bug Fixes

* Bulk select doesn't properly add data to rows ([#1867](#1867)) ([21613c4](21613c4))
  • Loading branch information
semantic-release-bot committed Feb 14, 2023
1 parent 21613c4 commit 095d63a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.98.4](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.98.3...v1.98.4) (2023-02-14)


### Bug Fixes

* Bulk select doesn't properly add data to rows ([#1867](https://github.com/RedHatInsights/vulnerability-ui/issues/1867)) ([21613c4](https://github.com/RedHatInsights/vulnerability-ui/commit/21613c4cf4b87c98e55170622e2282f569f03584))

## [1.98.3](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.98.2...v1.98.3) (2023-02-06)


Expand Down
4 changes: 2 additions & 2 deletions 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.98.3",
"version": "1.98.4",
"browser": "dist/index.js",
"module": "esm/index.js",
"dependencies": {
Expand Down

0 comments on commit 095d63a

Please sign in to comment.