Skip to content

Commit

Permalink
chore(main): release access-api 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
it-dag-house committed Mar 30, 2023
1 parent 24d92f6 commit b041761
Show file tree
Hide file tree
Showing 3 changed files with 16 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/access-client": "11.2.0",
"packages/access-api": "5.2.1",
"packages/access-api": "5.3.0",
"packages/capabilities": "4.0.1",
"packages/upload-api": "2.0.0",
"packages/upload-client": "8.2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/access-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [5.3.0](https://github.com/web3-storage/w3up/compare/access-api-v5.2.1...access-api-v5.3.0) (2023-03-30)


### Features

* add w3up-client at /packages/w3up-client ([#653](https://github.com/web3-storage/w3up/issues/653)) ([ca921ec](https://github.com/web3-storage/w3up/commit/ca921ec2d6fb99d5d3db44f1d5ce77e1fe3dd7dd))
* get `access/claim` authorization wait function working ([#666](https://github.com/web3-storage/w3up/issues/666)) ([83971de](https://github.com/web3-storage/w3up/commit/83971de683b5fccbbc7ae36b7cb34d62a9930349))


### Bug Fixes

* @web3-storage/access/agent no longer exports authorizeWithPollClaim ([#656](https://github.com/web3-storage/w3up/issues/656)) ([a8be429](https://github.com/web3-storage/w3up/commit/a8be429e9d60bfe3a32ae7ca0fe7f2ef6e88ff4d))
* access confirmation page title ([#646](https://github.com/web3-storage/w3up/issues/646)) ([10fa594](https://github.com/web3-storage/w3up/commit/10fa594cbab2b071c50f1f7d44be125ee7950460))

## [5.2.1](https://github.com/web3-storage/w3protocol/compare/access-api-v5.2.0...access-api-v5.2.1) (2023-03-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/access-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access-api",
"version": "5.2.1",
"version": "5.3.0",
"description": "Access API",
"type": "module",
"main": "dist/worker.js",
Expand Down

0 comments on commit b041761

Please sign in to comment.