Skip to content

Commit 2ff4340

Browse files
committed
chore: Updated to release 6.4.0
1 parent 526ae27 commit 2ff4340

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/promote.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
1919
#fi
2020

2121
# publish to npm
22-
# yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
22+
yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
2323

2424
# immediately after promote - set up repo for next prerelease
25-
yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
25+
# yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
2626

2727
# dry run
2828
# yarn run lerna version --conventional-commits --conventional-graduate --no-private --yes --no-git-tag-version --no-push

packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tslib": "^2.8.1"
5555
},
5656
"devDependencies": {
57-
"@patternfly/patternfly": "6.4.0-prerelease.2",
57+
"@patternfly/patternfly": "6.4.0",
5858
"case-anything": "^3.1.2",
5959
"css": "^3.0.0",
6060
"fs-extra": "^11.3.0"

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
2424
},
2525
"dependencies": {
26-
"@patternfly/patternfly": "6.4.0-prerelease.2",
26+
"@patternfly/patternfly": "6.4.0",
2727
"@patternfly/react-charts": "workspace:^",
2828
"@patternfly/react-code-editor": "workspace:^",
2929
"@patternfly/react-core": "workspace:^",

packages/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@fortawesome/free-brands-svg-icons": "^5.15.4",
3434
"@fortawesome/free-regular-svg-icons": "^5.15.4",
3535
"@fortawesome/free-solid-svg-icons": "^5.15.4",
36-
"@patternfly/patternfly": "6.4.0-prerelease.2",
36+
"@patternfly/patternfly": "6.4.0",
3737
"fs-extra": "^11.3.0",
3838
"tslib": "^2.8.1"
3939
},

packages/react-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"clean": "rimraf dist css"
2020
},
2121
"devDependencies": {
22-
"@patternfly/patternfly": "6.4.0-prerelease.2",
22+
"@patternfly/patternfly": "6.4.0",
2323
"change-case": "^5.4.4",
2424
"fs-extra": "^11.3.0"
2525
},

packages/react-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@adobe/css-tools": "^4.4.2",
33-
"@patternfly/patternfly": "6.4.0-prerelease.2",
33+
"@patternfly/patternfly": "6.4.0",
3434
"fs-extra": "^11.3.0"
3535
}
3636
}

0 commit comments

Comments
 (0)