Skip to content

Commit

Permalink
build: publish v6.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Aug 27, 2022
1 parent d09b936 commit 5a8aa90
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@release-drafter/monorepo",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"type": "module",
"private": true,
"packageManager": "pnpm@7.9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/action/package.json
@@ -1,6 +1,6 @@
{
"name": "@release-drafter/action",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
@@ -1,6 +1,6 @@
{
"name": "@release-drafter/app",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@release-drafter/cli",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "draft releases based on pull-request labels from anywhere with this CLI",
"author": {
"name": "Joseph Petersen",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@release-drafter/core",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "Core library used to draft releases based on pull-request labels",
"exports": {
".": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@release-drafter/schema",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "",
"type": "module",
"private": true,
Expand Down

0 comments on commit 5a8aa90

Please sign in to comment.