Skip to content

Commit

Permalink
fix: Update package.json to release prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj authored Oct 4, 2024
1 parent e92f734 commit 02469f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-virtualized-extension",
"version": "6.0.0-alpha.0",
"version": "6.0.0-prerelease.0",
"description": "This library provides efficient rendering extensions for PatternFly React tables and lists.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/patternfly/react-virtualized-extension#readme",
"publishConfig": {
"access": "public",
"tag": "alpha"
"tag": "prerelease"
},
"dependencies": {
"@patternfly/react-core": "6.0.0-prerelease.21",
Expand Down

0 comments on commit 02469f0

Please sign in to comment.