Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…filecoin-api
  • Loading branch information
vasco-santos authored May 30, 2024
2 parents bd643c8 + 22d4416 commit 450de97
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/access-client": "19.0.0",
"packages/access-client": "20.0.0",
"packages/blob-index": "1.0.2",
"packages/filecoin-api": "7.1.0",
"packages/filecoin-client": "3.3.3",
"packages/capabilities": "17.1.1",
"packages/upload-api": "16.0.0",
"packages/upload-client": "16.0.0",
"packages/upload-client": "16.0.1",
"packages/w3up-client": "13.1.1",
"packages/did-mailto": "2.0.2"
}
11 changes: 11 additions & 0 deletions packages/access-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [20.0.0](https://github.com/w3s-project/w3up/compare/access-v19.0.0...access-v20.0.0) (2024-05-30)


### ⚠ BREAKING CHANGES

* **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444))

### Features

* **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444)) ([c9bf33e](https://github.com/w3s-project/w3up/commit/c9bf33e5512397a654db933a5e6b5db0c7c22da5))

## [19.0.0](https://github.com/w3s-project/w3up/compare/access-v18.4.0...access-v19.0.0) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/access-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access",
"version": "19.0.0",
"version": "20.0.0",
"description": "w3access client",
"homepage": "https://web3.storage",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/upload-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [16.0.1](https://github.com/w3s-project/w3up/compare/upload-client-v16.0.0...upload-client-v16.0.1) (2024-05-30)


### Fixes

* rename blob and index client capabilities ([#1478](https://github.com/w3s-project/w3up/issues/1478)) ([17e3a31](https://github.com/w3s-project/w3up/commit/17e3a3161c6585b1844abcf7ed27252fa8580870))

## [16.0.0](https://github.com/w3s-project/w3up/compare/upload-client-v15.0.0...upload-client-v16.0.0) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/upload-client",
"version": "16.0.0",
"version": "16.0.1",
"description": "The web3.storage upload client",
"homepage": "https://web3.storage",
"repository": {
Expand Down

0 comments on commit 450de97

Please sign in to comment.