Skip to content

Commit

Permalink
chore(main): release vue-uploader 2.0.0 (#69)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](vue-uploader-v1.0.1...vue-uploader-v2.0.0)
(2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support
chunked CAR uploads `uploadCarChunks`. The static `encode*` functions
are now exported directly from the `*-uploader` modules instead of being
injected by the provider and have different signatures to allow for
streaming DAG generation. The `uploadCar` method of the provider has
been replaced with the more friendly `uploadFile` and `uploadDirectory`
functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting
([#66](#66))
([1c57dba](1c57dba))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 1, 2022
1 parent f0640bc commit 122fbe1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/wallet-core": "1.2.2",
"packages/react-uploads-list": "1.0.2",
"packages/uploads-list-core": "1.0.2",
"packages/vue-uploader": "1.0.1",
"packages/vue-uploader": "2.0.0",
"packages/vue-wallet": "1.0.1",
"packages/solid-uploader": "2.0.0",
"packages/solid-uploads-list": "1.1.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/web3-storage/w3ui/compare/vue-uploader-v1.0.1...vue-uploader-v2.0.0) (2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support chunked CAR uploads `uploadCarChunks`. The static `encode*` functions are now exported directly from the `*-uploader` modules instead of being injected by the provider and have different signatures to allow for streaming DAG generation. The `uploadCar` method of the provider has been replaced with the more friendly `uploadFile` and `uploadDirectory` functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting ([#66](https://github.com/web3-storage/w3ui/issues/66)) ([1c57dba](https://github.com/web3-storage/w3ui/commit/1c57dba9ef51845927432acd3836d4c576eb39fe))

## [1.0.1](https://github.com/web3-storage/w3ui/compare/vue-uploader-v1.0.0...vue-uploader-v1.0.1) (2022-09-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/vue-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/vue-uploader",
"version": "1.0.1",
"version": "2.0.0",
"description": "Vue adapter for w3ui uploader.",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
Expand Down

0 comments on commit 122fbe1

Please sign in to comment.