Skip to content

Commit e281f04

Browse files
authored
Merge pull request #27 from uploadcare/ci/fix-deploy-npm
ci: revert stable versions from npm
2 parents ee91660 + cf911ad commit e281f04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/react-adapter",
3-
"version": "0.2.0-alpha.1",
3+
"version": "0.2.0",
44
"private": false,
55
"type": "module",
66
"files": [

packages/react-uploader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uploadcare/react-uploader",
33
"description": "React component for file uploads using Uploadcare",
4-
"version": "0.3.0-alpha.6",
4+
"version": "0.3.0",
55
"private": false,
66
"type": "module",
77
"files": [

0 commit comments

Comments
 (0)