Skip to content

Commit 7631f90

Browse files
committed
chore: unbump rc version
1 parent 5d3315f commit 7631f90

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.changeset/pre.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"mode": "pre",
33
"tag": "rc",
44
"initialVersions": {
5-
"@patternfly/pfe-core": "2.0.0-rc.1",
6-
"@patternfly/elements": "2.0.0-rc.1",
7-
"@patternfly/create-element": "1.0.0-rc.1",
8-
"@patternfly/eslint-config-elements": "1.0.0-rc.1",
9-
"netlify-plugin-github-actions": "1.0.0-rc.1",
10-
"@patternfly/pfe-tools": "1.0.0-rc.1"
5+
"@patternfly/pfe-core": "2.0.0-rc.0",
6+
"@patternfly/elements": "2.0.0-rc.0",
7+
"@patternfly/create-element": "1.0.0-rc.0",
8+
"@patternfly/eslint-config-elements": "1.0.0-rc.0",
9+
"netlify-plugin-github-actions": "1.0.0-rc.0",
10+
"@patternfly/pfe-tools": "1.0.0-rc.0"
1111
},
1212
"changesets": [
1313
"core",

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

elements/package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "2.0.0-rc.0",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
3+
"version": "1.0.0-rc.0",
44
"description": "Scaffold web components monorepos based on PatternFly Elements",
55
"author": "Benny Powers <[email protected]>",
66
"license": "MIT",

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.1",
3+
"version": "1.0.0-rc.0",
44
"description": "JavaScript Code Standards for PatternFly Elements",
55
"author": "Benny Powers <[email protected]>",
66
"license": "MIT",

tools/netlify-plugin-github-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-github-actions",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.0",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public",

tools/pfe-tools/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-tools",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.0",
44
"type": "module",
55
"description": "Development and build tools for PatternFly Elements and related projects",
66
"keywords": [

0 commit comments

Comments
 (0)