File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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:^" ,
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments