Skip to content

Commit e43c1ff

Browse files
github-actions[bot]bennypowers
authored andcommitted
chore: version packages (next)
1 parent 9225773 commit e43c1ff

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"@patternfly/create-element": "0.0.1",
3838
"@patternfly/eslint-config-elements": "0.0.1",
3939
"netlify-plugin-github-actions": "0.0.1",
40-
"@patternfly/pfe-tools": "0.0.1"
40+
"@patternfly/pfe-tools": "0.0.1",
41+
"@patternfly/pfe-label": "0.0.0"
4142
},
4243
"changesets": [
4344
"accordion",
@@ -87,6 +88,7 @@
8788
"real-tips-relax",
8889
"select",
8990
"seven-bears-exercise",
91+
"shiny-dots-rescue",
9092
"slimy-rockets-fail",
9193
"small-moose-flow",
9294
"soft-radios-hear",

elements/pfe-label/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @patternfly/pfe-label
2+
3+
## 1.0.0-next.0
4+
5+
### Major Changes
6+
7+
- 92257735: Initial release of pfe-label.
8+
9+
`<pfe-label>` is an inline-block element component that provides a distinct visual style for metadata in a UI. Commonly used as visual representations for tags, labels can include an optional pfe-icon and are available in a solid and outline style variant.
10+
11+
### NEW: Component!
12+
13+
- Adds `<pfe-label>` component with `color`, `icon` and `outline` attributes.
14+
15+
See [docs](https://patternflyelements.org/components/label/) for more info

elements/pfe-label/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-label",
3-
"version": "0.0.0",
3+
"version": "1.0.0-next.0",
44
"description": "PatternFly Elements | Label",
55
"customElements": "custom-elements.json",
66
"license": "MIT",

0 commit comments

Comments
 (0)