Skip to content

Commit bb826c1

Browse files
authored
fix: Update package.json to perform a prerelease.
1 parent 50d9be8 commit bb826c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-catalog-view-extension",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-prerelease.0",
44
"description": "This library provides catalog view extensions for PatternFly 4 React.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/patternfly/react-catalog-view#readme",
3434
"publishConfig": {
3535
"access": "public",
36-
"tag": "alpha"
36+
"tag": "prerelease"
3737
},
3838
"keywords": [
3939
"react",

0 commit comments

Comments
 (0)