Skip to content

Commit

Permalink
Merge pull request #25 from uploadcare/ci/fix-deploy-npm
Browse files Browse the repository at this point in the history
ci: added branch release and bump versions
  • Loading branch information
egordidenko authored May 24, 2024
2 parents d04b76c + ed870b9 commit 7de34c6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fetch-depth: 0
ref: main

- name: "Use Node.js 16"
- name: "Use Node.js 20"
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: "Install dependencies"
working-directory: ./
Expand Down
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",
}
}
}
15 changes: 12 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 7de34c6

Please sign in to comment.