Skip to content

Commit

Permalink
chore(main): release access 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 7, 2022
1 parent e814a92 commit f2b3115
Show file tree
Hide file tree
Showing 3 changed files with 45 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
@@ -1,5 +1,5 @@
{
"packages/access-client": "9.0.0",
"packages/access-client": "10.0.0",
"packages/access-api": "3.0.0",
"packages/capabilities": "1.0.0",
"packages/upload-client": "4.0.0"
Expand Down
43 changes: 43 additions & 0 deletions packages/access-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## [10.0.0](https://github.com/web3-storage/w3protocol/compare/access-v9.0.0...access-v10.0.0) (2022-12-07)


### ⚠ BREAKING CHANGES

* upgrade access-api @ucanto/* and @ipld/dag-ucan major versions ([#246](https://github.com/web3-storage/w3protocol/issues/246))
* access-client store decoupling ([#228](https://github.com/web3-storage/w3protocol/issues/228))
* upgrade to `@ucanto/{interface,principal}`@^4.0.0 ([#238](https://github.com/web3-storage/w3protocol/issues/238))
* follow up on the capabilities extract ([#239](https://github.com/web3-storage/w3protocol/issues/239))
* rename static indexeddb store method create to open ([#211](https://github.com/web3-storage/w3protocol/issues/211))
* **access-client:** bump to major
* store/list and upload/list types now require nb object with optional properties

### Features

* [#153](https://github.com/web3-storage/w3protocol/issues/153) ([#177](https://github.com/web3-storage/w3protocol/issues/177)) ([d6d448c](https://github.com/web3-storage/w3protocol/commit/d6d448c16f188398c30f2d1b83f69e1d7becd450))
* **access-client:** bump to major ([4d5899f](https://github.com/web3-storage/w3protocol/commit/4d5899f7ad7e7b4901dcc773d7348d3d09c4dca9))
* **access-client:** cli and recover ([#207](https://github.com/web3-storage/w3protocol/issues/207)) ([adb3a8d](https://github.com/web3-storage/w3protocol/commit/adb3a8d61d42b31f106e86b95faa3e442f5dc2c7))
* account recover with email ([#149](https://github.com/web3-storage/w3protocol/issues/149)) ([6c659ba](https://github.com/web3-storage/w3protocol/commit/6c659ba68d23c3448d5150bc76f1ddcb91ae18d8))
* add support for list pagination in list capability invocations ([#184](https://github.com/web3-storage/w3protocol/issues/184)) ([ced23db](https://github.com/web3-storage/w3protocol/commit/ced23db27f3b2a6122d4d0a684264f64b26ac95f))
* follow up on the capabilities extract ([#239](https://github.com/web3-storage/w3protocol/issues/239)) ([ef5e779](https://github.com/web3-storage/w3protocol/commit/ef5e77922b67155f0c3e5cb37c12e32f9a56cce1))
* optional space name ([#202](https://github.com/web3-storage/w3protocol/issues/202)) ([4b7cf64](https://github.com/web3-storage/w3protocol/commit/4b7cf64a526930fdabf531adcb4b0198a37098d5))
* rename static indexeddb store method create to open ([#211](https://github.com/web3-storage/w3protocol/issues/211)) ([8744a1e](https://github.com/web3-storage/w3protocol/commit/8744a1e12bd720cc373af6140ce5a18c6b094e2e))
* Revert "feat!: upgrade to `@ucanto/{interface,principal}`@^4.0.0" ([#245](https://github.com/web3-storage/w3protocol/issues/245)) ([c182bbe](https://github.com/web3-storage/w3protocol/commit/c182bbe5e8c5a7d5c74b10cbf4b7a45b51e9b184))
* upgrade access-api @ucanto/* and @ipld/dag-ucan major versions ([#246](https://github.com/web3-storage/w3protocol/issues/246)) ([5e663d1](https://github.com/web3-storage/w3protocol/commit/5e663d12ccea7d21cc8e7c36869f144a08eaa1b0))
* upgrade to `@ucanto/{interface,principal}`@^4.0.0 ([#238](https://github.com/web3-storage/w3protocol/issues/238)) ([2f3bab8](https://github.com/web3-storage/w3protocol/commit/2f3bab8924fe7f34a5db64d2521730fc85739d3a))


### Bug Fixes

* add proof of voucher redeem ([#213](https://github.com/web3-storage/w3protocol/issues/213)) ([f96f813](https://github.com/web3-storage/w3protocol/commit/f96f813e3e0656ef293bfb2191c7e97cb07e01bb))
* allow custom store name ([81f27eb](https://github.com/web3-storage/w3protocol/commit/81f27ebdbbeedb7eaa258284cee2bd11d245d823))
* conf driver can store top level undefined ([c4b216b](https://github.com/web3-storage/w3protocol/commit/c4b216b364fff62b7be9b2f76d6626bfc01c2332))
* connection method is not async ([#222](https://github.com/web3-storage/w3protocol/issues/222)) ([0dd1633](https://github.com/web3-storage/w3protocol/commit/0dd16338836d96bd0dcb920385e4ed90f16c45ad))
* export map for agent ([#212](https://github.com/web3-storage/w3protocol/issues/212)) ([a6367ee](https://github.com/web3-storage/w3protocol/commit/a6367eeaa1f9a368001078af498df3a536f6da62))
* make sure client dont break each other builds because of types. ([#195](https://github.com/web3-storage/w3protocol/issues/195)) ([ab395af](https://github.com/web3-storage/w3protocol/commit/ab395af2ec4c313025d036d83126ee933b027f60))
* round trip delegations in IndexedDB store ([#216](https://github.com/web3-storage/w3protocol/issues/216)) ([e111ea3](https://github.com/web3-storage/w3protocol/commit/e111ea310ae8fbe88c33c87a82c3269a46dd2955))


### Code Refactoring

* access-client store decoupling ([#228](https://github.com/web3-storage/w3protocol/issues/228)) ([a785278](https://github.com/web3-storage/w3protocol/commit/a7852785e2ac783bcb21790b4a87ee5ad0a1380e))

## [9.0.0](https://github.com/web3-storage/w3protocol/compare/access-v8.0.1...access-v9.0.0) (2022-12-07)


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": "9.0.0",
"version": "10.0.0",
"description": "w3access client",
"homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client",
"repository": {
Expand Down

0 comments on commit f2b3115

Please sign in to comment.