diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d8c67e173..23ddf6c31 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/access-client": "18.0.2", + "packages/access-client": "18.0.3", "packages/filecoin-api": "4.1.2", "packages/filecoin-client": "3.1.2", "packages/capabilities": "12.0.3", diff --git a/packages/access-client/CHANGELOG.md b/packages/access-client/CHANGELOG.md index 9727ba3d6..23b35fb5d 100644 --- a/packages/access-client/CHANGELOG.md +++ b/packages/access-client/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [18.0.3](https://github.com/web3-storage/w3up/compare/access-v18.0.2...access-v18.0.3) (2023-11-22) + + +### Fixes + +* don't error when we can't figure out a name for a space ([#1177](https://github.com/web3-storage/w3up/issues/1177)) ([a31f667](https://github.com/web3-storage/w3up/commit/a31f6671b52d37b8493ca1690ca737ddd311558b)) +* package metadata ([#1161](https://github.com/web3-storage/w3up/issues/1161)) ([b8a1cc2](https://github.com/web3-storage/w3up/commit/b8a1cc2e125a91be582998bda295e1ae1caab087)) + ## [18.0.2](https://github.com/web3-storage/w3up/compare/access-v18.0.1...access-v18.0.2) (2023-11-17) diff --git a/packages/access-client/package.json b/packages/access-client/package.json index ab2de3a46..5dfde0504 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "18.0.2", + "version": "18.0.3", "description": "w3access client", "homepage": "https://web3.storage", "repository": {