-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: @web3-storage/access/agent no longer exports authorizeWithPollClaim #656
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
travis
approved these changes
Mar 28, 2023
This was referenced Mar 28, 2023
gobengo
pushed a commit
that referenced
this pull request
Mar 28, 2023
🤖 I have created a release *beep* *boop* --- ## [11.0.1](access-v11.0.0...access-v11.0.1) (2023-03-28) ### Bug Fixes * @web3-storage/access/agent no longer exports authorizeWithPollClaim ([#656](#656)) ([a8be429](a8be429)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
gobengo
added a commit
that referenced
this pull request
Apr 11, 2023
…aim (#656) Motivation: * #633 Note: * this was an unintentional addition to our package exports and not an intentional addition to our public API, so this PR conventional commit message is not marked as a breaking api change * I notified the only person I expect to have relied on it #602 (comment)
gobengo
pushed a commit
that referenced
this pull request
Apr 11, 2023
🤖 I have created a release *beep* *boop* --- ## [11.0.1](access-v11.0.0...access-v11.0.1) (2023-03-28) ### Bug Fixes * @web3-storage/access/agent no longer exports authorizeWithPollClaim ([#656](#656)) ([5d78a5a](5d78a5a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Peeja
pushed a commit
to storacha/upload-service
that referenced
this pull request
Jan 17, 2025
🤖 I have created a release *beep* *boop* --- <details><summary>core: 2.4.1</summary> ## [2.4.1](storacha/w3ui@core-v2.4.0...core-v2.4.1) (2024-12-19) ### Bug Fixes * using the latest client to create spaces ([storacha#655](storacha/w3ui#655)) ([9e41b36](storacha/w3ui@9e41b36)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Peeja
added a commit
to storacha/upload-service
that referenced
this pull request
Jan 17, 2025
* import-w3ui-incoming: (525 commits) Prepare to import `w3ui` to monorepo chore: release main (storacha#661) fix(core): revert to web3-storage/w3up-client (storacha#660) chore: release main (storacha#659) fix(core): update storacha/client version (storacha#658) chore: release main (storacha#657) fix: force a release chore: release main (storacha#656) fix: using the latest client to create spaces (storacha#655) chore: release main (storacha#652) fix: Force a `@w3ui/react` release (storacha#654) chore: Force a `@w3ui/react` release (storacha#653) chore: move to a single-pull-request release process (storacha#544) feat: Use latest client (`@storacha/client`) (storacha#650) chore(main): release react 2.5.1 (storacha#649) chore(main): release core 2.3.2 (storacha#648) fix: add missing receiptsEndpoint to client instantiation (storacha#647) chore(main): release react 2.5.0 (storacha#646) feat: Re-`claim` delegations during client setup (storacha#644) chore: Add packageManager to package.json (storacha#640) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation:
Note: