Skip to content

Commit

Permalink
ci: added branch release and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Didenko committed May 24, 2024
1 parent d04b76c commit 956cd3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"createRelease": "github",
"conventionalCommits": true,
"allowBranch": [
"main"
"main",
"release"
],
"message": "chore(release): publish"
"message": "chore(release): publish",
}
}
}
4 changes: 2 additions & 2 deletions packages/react-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/react-adapter",
"version": "0.2.0",
"version": "0.2.0-alpha.1",
"private": false,
"type": "module",
"files": [
Expand All @@ -27,4 +27,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uploadcare/react-uploader",
"description": "React component for file uploads using Uploadcare",
"version": "0.3.0-alpha.2",
"version": "0.3.0-alpha.6",
"private": false,
"type": "module",
"files": [
Expand Down Expand Up @@ -81,4 +81,4 @@
"react hook file upload",
"front-end"
]
}
}

0 comments on commit 956cd3c

Please sign in to comment.