Skip to content

Commit d7eed43

Browse files
github-actions[bot]bennypowers
authored andcommitted
chore: prepare release (rc)
1 parent 7631f90 commit d7eed43

File tree

13 files changed

+47
-7
lines changed

13 files changed

+47
-7
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"pf-tile",
3333
"pf-timestamp",
3434
"pf-tooltip",
35+
"rc-1",
3536
"tools"
3637
]
3738
}

core/pfe-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @patternfly/pfe-core
22

3+
## 2.0.0-rc.1
4+
5+
### Patch Changes
6+
7+
- 5d3315fd: Prepared release candidate
8+
39
## 2.0.0-next.14
410

511
### Minor Changes

core/pfe-core/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-core",
3-
"version": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.1",
44
"license": "MIT",
55
"description": "PatternFly Elements Core Library",
66
"customElements": "custom-elements.json",

elements/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @patternfly/elements
2+
3+
## 2.0.0-rc.1
4+
5+
### Patch Changes
6+
7+
- 5d3315fd: Prepared release candidate
8+
- Updated dependencies [5d3315fd]
9+
- @patternfly/pfe-core@2.0.0-rc.1

elements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/elements",
33
"license": "MIT",
4-
"version": "2.0.0-rc.0",
4+
"version": "2.0.0-rc.1",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",
@@ -72,7 +72,7 @@
7272
"Wes Ruvalcaba"
7373
],
7474
"dependencies": {
75-
"@patternfly/pfe-core": "^2.0.0-beta.14",
75+
"@patternfly/pfe-core": "^2.0.0-rc.1",
7676
"lit": "2.3.0",
7777
"tslib": "^2.4.1"
7878
}

tools/create-element/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @patternfly/create-element
22

3+
## 1.0.0-rc.1
4+
5+
### Patch Changes
6+
7+
- 5d3315fd: Prepared release candidate
8+
39
## 1.0.0-next.15
410

511
### Patch Changes

tools/create-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/create-element",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Scaffold web components monorepos based on PatternFly Elements",
55
"author": "Benny Powers <[email protected]>",
66
"license": "MIT",

tools/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @patternfly/eslint-config-elements
22

3+
## 1.0.0-rc.1
4+
5+
### Patch Changes
6+
7+
- 5d3315fd: Prepared release candidate
8+
39
## 0.0.2-next.5
410

511
### Patch Changes

tools/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/eslint-config-elements",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "JavaScript Code Standards for PatternFly Elements",
55
"author": "Benny Powers <[email protected]>",
66
"license": "MIT",

tools/netlify-plugin-github-actions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# netlify-plugin-github-actions
22

3+
## 1.0.0-rc.1
4+
5+
### Patch Changes
6+
7+
- 5d3315fd: Prepared release candidate
8+
39
## 0.0.2-next.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)