Skip to content

Commit

Permalink
chore: release v0.0.3-alpha.3 (#78)
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 ac899b5 commit 144a4a7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.3-alpha.3](https://github.com/uploadcare/jsdk/compare/v0.0.3-alpha.2...v0.0.3-alpha.3) (2022-01-19)


### Bug Fixes

* **upload-blocks:** main file path ([ac899b5](https://github.com/uploadcare/jsdk/commit/ac899b564c7e169beb1577d36e942a0655f37c0a))



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


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.2"
"version": "0.0.3-alpha.3"
}
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.2",
"version": "0.0.3-alpha.3",
"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.2",
"version": "0.0.3-alpha.3",
"description": "",
"main": "./build/upload-blocks.min.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.2",
"version": "0.0.3-alpha.3",
"description": "",
"repository": "https://github.com/uploadcare/jsdk/",
"scripts": {
Expand Down

0 comments on commit 144a4a7

Please sign in to comment.