Skip to content

Commit 9cb2aad

Browse files
committed
fix: updated to patch 6.5.1
1 parent bdfc2b1 commit 9cb2aad

8 files changed

Lines changed: 18 additions & 16 deletions

File tree

.github/promote.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ 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
23+
# use lerna command below for dry run
24+
yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt --no-push
2325

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"version": "independent",
27-
"allowBranch": ["main", "v4", "5.0.x", "6.3.x", "v5"],
27+
"allowBranch": ["main", "v4", "5.0.x", "6.3.x", "v5", "6.5.x"],
2828
"packages": ["packages/*", "packages/react-integration/demo-app-ts"],
2929
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
3030
}

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.5.0-prerelease.93",
57+
"@patternfly/patternfly": "6.5.2",
5858
"case-anything": "^3.1.2",
5959
"css": "^3.0.0",
6060
"fs-extra": "^11.3.3"

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.5.0-prerelease.93",
26+
"@patternfly/patternfly": "6.5.2",
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
@@ -35,7 +35,7 @@
3535
"@fortawesome/free-brands-svg-icons": "^5.15.4",
3636
"@fortawesome/free-regular-svg-icons": "^5.15.4",
3737
"@fortawesome/free-solid-svg-icons": "^5.15.4",
38-
"@patternfly/patternfly": "6.5.0-prerelease.93",
38+
"@patternfly/patternfly": "6.5.2",
3939
"@rhds/icons": "^2.2.0",
4040
"fs-extra": "^11.3.3",
4141
"tslib": "^2.8.1"

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.5.0-prerelease.93",
22+
"@patternfly/patternfly": "6.5.2",
2323
"change-case": "^5.4.4",
2424
"fs-extra": "^11.3.3"
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.4",
33-
"@patternfly/patternfly": "6.5.0-prerelease.93",
33+
"@patternfly/patternfly": "6.5.2",
3434
"fs-extra": "^11.3.3"
3535
}
3636
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5070,10 +5070,10 @@ __metadata:
50705070
languageName: node
50715071
linkType: hard
50725072

5073-
"@patternfly/patternfly@npm:6.5.0-prerelease.93":
5074-
version: 6.5.0-prerelease.93
5075-
resolution: "@patternfly/patternfly@npm:6.5.0-prerelease.93"
5076-
checksum: 10c0/2790889990025351bc1d556f521801b2fac18016bd8c41a1c949578bfca6efc2bda42586a95dea09c3926969df796e0d1d681b44364cb9c8fc01fa012a3d3c87
5073+
"@patternfly/patternfly@npm:6.5.2":
5074+
version: 6.5.2
5075+
resolution: "@patternfly/patternfly@npm:6.5.2"
5076+
checksum: 10c0/39a6d06f831f1783b6003dfc98c028c653485e2cd6d15fbad3199514161e249fdff8519e29145a082a174a1b4cbdd21d1f716ddcd1d5c00abfeaacabca0b2518
50775077
languageName: node
50785078
linkType: hard
50795079

@@ -5171,7 +5171,7 @@ __metadata:
51715171
version: 0.0.0-use.local
51725172
resolution: "@patternfly/react-core@workspace:packages/react-core"
51735173
dependencies:
5174-
"@patternfly/patternfly": "npm:6.5.0-prerelease.93"
5174+
"@patternfly/patternfly": "npm:6.5.2"
51755175
"@patternfly/react-icons": "workspace:^"
51765176
"@patternfly/react-styles": "workspace:^"
51775177
"@patternfly/react-tokens": "workspace:^"
@@ -5192,7 +5192,7 @@ __metadata:
51925192
resolution: "@patternfly/react-docs@workspace:packages/react-docs"
51935193
dependencies:
51945194
"@patternfly/documentation-framework": "npm:^6.36.8"
5195-
"@patternfly/patternfly": "npm:6.5.0-prerelease.93"
5195+
"@patternfly/patternfly": "npm:6.5.2"
51965196
"@patternfly/patternfly-a11y": "npm:5.1.0"
51975197
"@patternfly/react-charts": "workspace:^"
51985198
"@patternfly/react-code-editor": "workspace:^"
@@ -5232,7 +5232,7 @@ __metadata:
52325232
"@fortawesome/free-brands-svg-icons": "npm:^5.15.4"
52335233
"@fortawesome/free-regular-svg-icons": "npm:^5.15.4"
52345234
"@fortawesome/free-solid-svg-icons": "npm:^5.15.4"
5235-
"@patternfly/patternfly": "npm:6.5.0-prerelease.93"
5235+
"@patternfly/patternfly": "npm:6.5.2"
52365236
"@rhds/icons": "npm:^2.2.0"
52375237
fs-extra: "npm:^11.3.3"
52385238
tslib: "npm:^2.8.1"
@@ -5319,7 +5319,7 @@ __metadata:
53195319
version: 0.0.0-use.local
53205320
resolution: "@patternfly/react-styles@workspace:packages/react-styles"
53215321
dependencies:
5322-
"@patternfly/patternfly": "npm:6.5.0-prerelease.93"
5322+
"@patternfly/patternfly": "npm:6.5.2"
53235323
change-case: "npm:^5.4.4"
53245324
fs-extra: "npm:^11.3.3"
53255325
languageName: unknown
@@ -5361,7 +5361,7 @@ __metadata:
53615361
resolution: "@patternfly/react-tokens@workspace:packages/react-tokens"
53625362
dependencies:
53635363
"@adobe/css-tools": "npm:^4.4.4"
5364-
"@patternfly/patternfly": "npm:6.5.0-prerelease.93"
5364+
"@patternfly/patternfly": "npm:6.5.2"
53655365
fs-extra: "npm:^11.3.3"
53665366
languageName: unknown
53675367
linkType: soft

0 commit comments

Comments
 (0)