Skip to content

Commit 4dd7e0b

Browse files
Merge pull request #858 from openshift/release-please--branches--main--components--rhtap-ui
chore(main): release rhtap-ui 0.2.0
2 parents 80c4e36 + 810ef31 commit 4dd7e0b

4 files changed

+24
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/openshift/hac-dev/compare/rhtap-ui-v0.1.0...rhtap-ui-v0.2.0) (2023-11-09)
4+
5+
6+
### Features
7+
8+
* **components:** update components list view ([a045f0a](https://github.com/openshift/hac-dev/commit/a045f0a7fe65fba80b12d62d332e296192463e4b))
9+
* **snapshots:** add environmentprovision error to details ([a5bab52](https://github.com/openshift/hac-dev/commit/a5bab523127d02143c3b6c67bfdfccd57a2f6215))
10+
* **snapshots:** add unit tests and update as per UX ([7c8451e](https://github.com/openshift/hac-dev/commit/7c8451eeb59a075e407e2abf50295eb5f0500637))
11+
12+
13+
### Bug Fixes
14+
15+
* **access:** use ws lister api to fetch access ([be9563d](https://github.com/openshift/hac-dev/commit/be9563de1a48566028d143f282ea5d787b184516))
16+
* **component-activity-tab:** fix commit activity tab in components details page ([f9ee28e](https://github.com/openshift/hac-dev/commit/f9ee28e26017554198b034ee14519be6a13342a2))
17+
* **e2e:** obscure secrets in video recordings ([1e2426d](https://github.com/openshift/hac-dev/commit/1e2426d15138676d143d4ec096551d917524840d))
18+
* **e2e:** select the correct itest pipeline ([b03c974](https://github.com/openshift/hac-dev/commit/b03c97490970ecacecdff4acaa231deae0ea1ec9))
19+
* **snapshot:** add commit label to triggered by ([2d1d691](https://github.com/openshift/hac-dev/commit/2d1d6913c6d96fafaac3f81bf2f0396965386376))
20+
* update message for no access page ([1d2e5c6](https://github.com/openshift/hac-dev/commit/1d2e5c6069e5cbb0f02f9c7d4b620acacb778816))
21+
* update text for import page ([bafefbf](https://github.com/openshift/hac-dev/commit/bafefbf3bd4a04febf8054552e564d029d1c0f9a))
22+
323
## [0.1.0](https://github.com/openshift/hac-dev/compare/rhtap-ui-v0.0.1...rhtap-ui-v0.1.0) (2023-10-25)
424

525

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)