Skip to content

Commit

Permalink
chore(master): release access 0.1.0 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hugo Dias <[email protected]>
  • Loading branch information
github-actions[bot] and hugomrdias committed Aug 24, 2022
1 parent 86b5665 commit a22baec
Show file tree
Hide file tree
Showing 3 changed files with 17 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": "0.0.1",
"packages/access": "0.1.0",
"packages/access-api": "0.1.0",
"packages/wallet": "0.1.0"
}
15 changes: 15 additions & 0 deletions packages/access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.1.0](https://github.com/web3-storage/ucan-protocol/compare/access-v0.0.1...access-v0.1.0) (2022-08-24)


### Features

* resync ([5cae9cd](https://github.com/web3-storage/ucan-protocol/commit/5cae9cd55cfcc06046eb23a2f33931299dd07ff5))
* sdk ([305b2d3](https://github.com/web3-storage/ucan-protocol/commit/305b2d317ba4b8743a1594e9dbe0d22bac90c229))
* sdk and cli ([2373447](https://github.com/web3-storage/ucan-protocol/commit/2373447db93ee16276f45fbfe40e4b98c28b6ab7))


### Bug Fixes

* **access:** export cap types ([ae70810](https://github.com/web3-storage/ucan-protocol/commit/ae7081015422abf88e8dbf0bedede805d6b05297))
2 changes: 1 addition & 1 deletion packages/access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access",
"version": "0.0.1",
"version": "0.1.0",
"description": "w3access SDK",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "(Apache-2.0 OR MIT)",
Expand Down

0 comments on commit a22baec

Please sign in to comment.