Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and rohitkrai03 committed Jan 24, 2024
1 parent 252e093 commit 659c231
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 23 deletions.
15 changes: 0 additions & 15 deletions .changeset/silent-rules-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-meals-stare.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @aonic-ui/core

## 0.1.0

### Minor Changes

- 5b75204: Bootstrapped @aonic-ui library and added sample component to @aonic-ui/core
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aonic-ui/core",
"version": "0.0.0",
"version": "0.1.0",
"description": "Core components and utils for aonic-ui library.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/pipelines/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @aonic-ui/pipelines

## 1.0.0

### Major Changes

- 5b75204: ### New features

- Output Component https://github.com/redhat-developer/aonic-ui/pull/7

- Added Enterprise contract, Advanced cluster security and Other pipelinerun result sections. Each section is conditionally rendered based on the availablity of the data and provides overview, summary and report. These are expandable/collapsable sections and provides ability to filter and sort by the columns.
- Enterprise contract card
- EC policy report information is visualized in tabular format.
- Advanced Cluster security card
- ACS card visualizes the security scan/check reports in tabular format. It supports three subtabs namely Image Scan, Image check and Deployment check.
- Other results card
- This section renders the key/value pairs in tabular format.
3 changes: 1 addition & 2 deletions packages/pipelines/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aonic-ui/pipelines",
"version": "0.0.0",
"version": "1.0.0",
"description": "The common library for all the components and utils related to Pipelines.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -58,7 +58,6 @@
"@patternfly/react-icons": "^5.1.2",
"@patternfly/react-table": "^5.1.2",
"@patternfly/react-tokens": "^5.1.2"

},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 659c231

Please sign in to comment.