Skip to content

Commit

Permalink
chore: release v0.0.3-alpha.2 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 19, 2022
1 parent 0f9c4c7 commit 075106f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.3-alpha.2](https://github.com/uploadcare/jsdk/compare/v0.0.3-alpha.1...v0.0.3-alpha.2) (2022-01-19)



## [0.0.3-alpha.1](https://github.com/uploadcare/jsdk/compare/v0.0.3-alpha.0...v0.0.3-alpha.1) (2022-01-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"uploader",
"live-html"
],
"version": "0.0.3-alpha.1"
"version": "0.0.3-alpha.2"
}
2 changes: 1 addition & 1 deletion live-html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@uploadcare/live-html",
"version": "0.0.3-alpha.0",
"version": "0.0.3-alpha.2",
"description": "",
"main": "./build/index.js",
"repository": "https://github.com/uploadcare/jsdk/",
Expand Down
2 changes: 1 addition & 1 deletion upload-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@uploadcare/upload-blocks",
"version": "0.0.3-alpha.1",
"version": "0.0.3-alpha.2",
"description": "",
"main": "./build/upload-blocks.js",
"repository": "https://github.com/uploadcare/jsdk/",
Expand Down
2 changes: 1 addition & 1 deletion uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@uploadcare/uploader",
"version": "0.0.3-alpha.0",
"version": "0.0.3-alpha.2",
"description": "",
"repository": "https://github.com/uploadcare/jsdk/",
"scripts": {
Expand Down

0 comments on commit 075106f

Please sign in to comment.