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 28, 2023
1 parent ca921ec commit 635aa6f
Show file tree
Hide file tree
Showing 3 changed files with 15 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.0.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.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/access-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* add w3up-client at /packages/w3up-client ([#653](https://github.com/web3-storage/w3protocol/issues/653)) ([ca921ec](https://github.com/web3-storage/w3protocol/commit/ca921ec2d6fb99d5d3db44f1d5ce77e1fe3dd7dd))


### Bug Fixes

* @web3-storage/access/agent no longer exports authorizeWithPollClaim ([#656](https://github.com/web3-storage/w3protocol/issues/656)) ([a8be429](https://github.com/web3-storage/w3protocol/commit/a8be429e9d60bfe3a32ae7ca0fe7f2ef6e88ff4d))
* access confirmation page title ([#646](https://github.com/web3-storage/w3protocol/issues/646)) ([10fa594](https://github.com/web3-storage/w3protocol/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 635aa6f

Please sign in to comment.