Skip to content

Commit

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


##
[2.0.0](upload-api-v1.0.4...upload-api-v2.0.0)
(2023-03-23)


### ⚠ BREAKING CHANGES

* ucan bucket is not part of upload-api but rather ucan-api
* implement new account-based multi-device flow
([#433](#433))

### Features

* implement new account-based multi-device flow
([#433](#433))
([1ddc6a0](1ddc6a0))


### Bug Fixes

* remove ucan bucket interface
([#594](#594))
([52cf7c1](52cf7c1))


### Miscellaneous Chores

* **access-client:** release 11.0.0-rc.0
([#573](#573))
([be4386d](be4386d))

---
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: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
it-dag-house and alanshaw committed Mar 23, 2023
1 parent 754bf52 commit 446aa6e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages/access-client": "11.0.0-rc.0",
"packages/access-api": "4.11.0",
"packages/capabilities": "4.0.0",
"packages/upload-api": "1.0.4",
"packages/upload-api": "2.0.0",
"packages/upload-client": "8.0.0"
}
22 changes: 22 additions & 0 deletions packages/upload-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.0.0](https://github.com/web3-storage/w3protocol/compare/upload-api-v1.0.4...upload-api-v2.0.0) (2023-03-23)


### ⚠ BREAKING CHANGES

* ucan bucket is not part of upload-api but rather ucan-api
* implement new account-based multi-device flow ([#433](https://github.com/web3-storage/w3protocol/issues/433))

### Features

* implement new account-based multi-device flow ([#433](https://github.com/web3-storage/w3protocol/issues/433)) ([1ddc6a0](https://github.com/web3-storage/w3protocol/commit/1ddc6a0c53f8cdb6837a315d8aaf567100dfb8d7))


### Bug Fixes

* remove ucan bucket interface ([#594](https://github.com/web3-storage/w3protocol/issues/594)) ([52cf7c1](https://github.com/web3-storage/w3protocol/commit/52cf7c1f35f01aac66d475d884b87f29348a145c))


### Miscellaneous Chores

* **access-client:** release 11.0.0-rc.0 ([#573](https://github.com/web3-storage/w3protocol/issues/573)) ([be4386d](https://github.com/web3-storage/w3protocol/commit/be4386d66ceea393f289adb3c79273c250542807))

## [1.0.4](https://github.com/web3-storage/w3protocol/compare/upload-api-v1.0.3...upload-api-v1.0.4) (2023-03-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/upload-api",
"version": "1.0.4",
"version": "2.0.0",
"type": "module",
"main": "./src/lib.js",
"files": [
Expand Down

0 comments on commit 446aa6e

Please sign in to comment.