Skip to content

Commit bd27e74

Browse files
authored
chore(main): release rhtap-ui 0.4.0 (#892)
1 parent 3535b0a commit bd27e74

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.1"
2+
".": "0.4.0"
33
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/openshift/hac-dev/compare/rhtap-ui-v0.3.1...rhtap-ui-v0.4.0) (2024-01-09)
4+
5+
6+
### Features
7+
8+
* **cmp:** add codecov tests ([9fe441d](https://github.com/openshift/hac-dev/commit/9fe441d726603997d7d7330a6da1d8cff2582ae9))
9+
* **cmp:** address review comments ([f3c8440](https://github.com/openshift/hac-dev/commit/f3c84403e122fbf7fe5a3524e8b35febf9401e1b))
10+
11+
12+
### Bug Fixes
13+
14+
* **commit:** use black color for GH commit logo ([7038569](https://github.com/openshift/hac-dev/commit/7038569c9fac77e8e2e7b5b0f582f736967ce86a))
15+
* **import-flow:** optmize import flow api requests ([db4f4c2](https://github.com/openshift/hac-dev/commit/db4f4c27891d4e507bd455015a6550d4daf7ce52))
16+
* **import:** avoid resetting name field if changed ([e676903](https://github.com/openshift/hac-dev/commit/e676903782076a9bc6a11a11b9e98ae5b548713a))
17+
* **integration:** handle missing rev in git params ([d27dd67](https://github.com/openshift/hac-dev/commit/d27dd676a6d66922387a06fe46e5dabe7456874a))
18+
* **release-plan:** add undefined check on labels ([c2f7b26](https://github.com/openshift/hac-dev/commit/c2f7b26228eacb0f3257112a6489f1d147ce21a1))
19+
* **slack:** update slack links ([b5a7946](https://github.com/openshift/hac-dev/commit/b5a79462481a78ef67df4dfeb93a4b8f53d5112c))
20+
321
## [0.3.1](https://github.com/openshift/hac-dev/compare/rhtap-ui-v0.3.0...rhtap-ui-v0.3.1) (2023-12-12)
422

523

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hac-dev",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"private": false,
55
"engines": {
66
"node": ">=16.0.0",

0 commit comments

Comments
 (0)