Skip to content

Commit

Permalink
chore(main): release access 7.0.0 (#209)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[7.0.0](access-v6.1.0...access-v7.0.0)
(2022-11-24)


### ⚠ BREAKING CHANGES

* rename static indexeddb store method create to open
([#211](#211))

### Features

* rename static indexeddb store method create to open
([#211](#211))
([8744a1e](8744a1e))


### Bug Fixes

* allow custom store name
([81f27eb](81f27eb))
* export map for agent
([#212](#212))
([a6367ee](a6367ee))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hugomrdias committed Nov 24, 2022
1 parent 8744a1e commit c343efd
Show file tree
Hide file tree
Showing 3 changed files with 19 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,6 +1,6 @@
{
"packages/wallet": "1.0.0",
"packages/access-client": "6.1.0",
"packages/access-client": "7.0.0",
"packages/access-api": "3.0.0",
"packages/upload-client": "2.1.0"
}
17 changes: 17 additions & 0 deletions packages/access-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [7.0.0](https://github.com/web3-storage/w3protocol/compare/access-v6.1.0...access-v7.0.0) (2022-11-24)


### ⚠ BREAKING CHANGES

* rename static indexeddb store method create to open ([#211](https://github.com/web3-storage/w3protocol/issues/211))

### Features

* 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))


### Bug Fixes

* allow custom store name ([81f27eb](https://github.com/web3-storage/w3protocol/commit/81f27ebdbbeedb7eaa258284cee2bd11d245d823))
* export map for agent ([#212](https://github.com/web3-storage/w3protocol/issues/212)) ([a6367ee](https://github.com/web3-storage/w3protocol/commit/a6367eeaa1f9a368001078af498df3a536f6da62))

## [6.1.0](https://github.com/web3-storage/w3protocol/compare/access-v6.0.1...access-v6.1.0) (2022-11-23)


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": "6.1.0",
"version": "7.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 c343efd

Please sign in to comment.