Skip to content

Commit

Permalink
chore: release v0.0.4 (#95)
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 Feb 16, 2022
1 parent 7992877 commit 718625a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.4](https://github.com/uploadcare/jsdk/compare/v0.0.3...v0.0.4) (2022-02-16)



## [0.0.3](https://github.com/uploadcare/jsdk/compare/v0.0.3-alpha.4...v0.0.3) (2022-02-16)


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"
"version": "0.0.4"
}
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",
"version": "0.0.4",
"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",
"version": "0.0.4",
"description": "",
"main": "./build/upload-blocks.min.js",
"module": "./build/index.js",
Expand Down
4 changes: 2 additions & 2 deletions 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",
"version": "0.0.4",
"description": "",
"repository": "https://github.com/uploadcare/jsdk/",
"module": "regular/index.js",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@symbiotejs/symbiote": "^1.4.7",
"@uploadcare/upload-blocks": "^0.0.3",
"@uploadcare/upload-blocks": "^0.0.4",
"@uploadcare/upload-client": "^2.2.1-alpha.0"
},
"devDependencies": {
Expand Down

0 comments on commit 718625a

Please sign in to comment.