Skip to content
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: upgrade to latest ts #962

Merged
merged 1 commit into from
Oct 10, 2023
Merged

fix: upgrade to latest ts #962

merged 1 commit into from
Oct 10, 2023

Conversation

Gozala
Copy link
Contributor

@Gozala Gozala commented Oct 10, 2023

No description provided.

@Gozala Gozala requested a review from travis October 10, 2023 12:42
@travis travis merged commit 711e3f7 into main Oct 10, 2023
14 checks passed
@travis travis deleted the fix/ts-5.x branch October 10, 2023 12:48
travis pushed a commit that referenced this pull request Oct 10, 2023
🤖 I have created a release *beep* *boop*
---


##
[9.5.0](capabilities-v9.4.0...capabilities-v9.5.0)
(2023-10-10)


### Features

* revocation handler
([#960](#960))
([91f52c6](91f52c6))


### Bug Fixes

* upgrade to latest ts
([#962](#962))
([711e3f7](711e3f7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
travis added a commit that referenced this pull request Oct 10, 2023
🤖 I have created a release *beep* *boop*
---


##
[16.0.0](access-v15.3.0...access-v16.0.0)
(2023-10-10)


### ⚠ BREAKING CHANGES

* remove websocket support
([#966](#966))

### Bug Fixes

* remove websocket support
([#966](#966))
([77bf7ea](77bf7ea))
* upgrade to latest ts
([#962](#962))
([711e3f7](711e3f7))

---
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: Travis Vachon <[email protected]>
travis pushed a commit that referenced this pull request Oct 11, 2023
🤖 I have created a release *beep* *boop*
---


##
[8.1.0](w3up-client-v8.0.3...w3up-client-v8.1.0)
(2023-10-10)


### Features

* diagrams in readme, delegated example
([#909](#909))
([329354d](329354d))
* upgrade to ucanto@9
([#951](#951))
([d72faf1](d72faf1))


### Bug Fixes

* clarity for bring your own agent example
([#939](#939))
([acaafd1](acaafd1))
* upgrade to latest ts
([#962](#962))
([711e3f7](711e3f7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
travis pushed a commit that referenced this pull request Oct 11, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.4.0](filecoin-client-v1.3.0...filecoin-client-v1.4.0)
(2023-10-11)


### Features

* upgrade to ucanto@9
([#951](#951))
([d72faf1](d72faf1))


### Bug Fixes

* upgrade to latest ts
([#962](#962))
([711e3f7](711e3f7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
alanshaw pushed a commit that referenced this pull request Oct 18, 2023
🤖 I have created a release *beep* *boop*
---


##
[10.0.0](upload-client-v9.4.1...upload-client-v10.0.0)
(2023-10-18)


### ⚠ BREAKING CHANGES

* Returning the `size` means that we need to fetch the stored item
beforehand, and if it does not exist throw a `StoreItemNotFound` error.
This is a change from the current behaviour which returns successfully
even if the item is not present in the space.

### Features

* add size to `store/remove` receipt
([#969](#969))
([d2100eb](d2100eb))
* upgrade to ucanto@9
([#951](#951))
([d72faf1](d72faf1))


### Bug Fixes

* upgrade to latest ts
([#962](#962))
([711e3f7](711e3f7))

---
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 Oct 25, 2023
🤖 I have created a release *beep* *boop*
---


##
[2.0.2](did-mailto-v2.0.1...did-mailto-v2.0.2)
(2023-10-25)


### Bug Fixes

* fix arethetypesworking errors in all packages
([#1004](#1004))
([2e2936a](2e2936a))
* upgrade to latest ts
([#962](#962))
([711e3f7](711e3f7))

---
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: Benjamin Goering <[email protected]>
alanshaw pushed a commit to storacha/upload-service that referenced this pull request Nov 5, 2024
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2024-11-01)


### Features

* add usage/report capability
([storacha#1079](https://github.com/storacha/upload-service/issues/1079))
([6418b4b](6418b4b))


### Fixes

* fix arethetypesworking errors in all packages
([storacha#1004](https://github.com/storacha/upload-service/issues/1004))
([2e2936a](2e2936a))
* floating promises and add no-floating-promises to eslint-config-w3up
([storacha#1198](https://github.com/storacha/upload-service/issues/1198))
([1b8c5aa](1b8c5aa))
* issue where typedoc docs would only show full docs for w3up-client
([storacha#1141](https://github.com/storacha/upload-service/issues/1141))
([0b8d3f3](0b8d3f3))
* migrate repo
([storacha#1389](https://github.com/storacha/upload-service/issues/1389))
([475a287](475a287))
* package metadata
([storacha#1161](https://github.com/storacha/upload-service/issues/1161))
([b8a1cc2](b8a1cc2))
* repo URLs
([storacha#1550](https://github.com/storacha/upload-service/issues/1550))
([e02ddf3](e02ddf3))
* upgrade to latest ts
([storacha#962](https://github.com/storacha/upload-service/issues/962))
([711e3f7](711e3f7))


### Other Changes

* Add `pnpm dev` to watch-build all packages
([storacha#1533](https://github.com/storacha/upload-service/issues/1533))
([07970ef](07970ef))
* correct typo in index.js error
([storacha#1204](https://github.com/storacha/upload-service/issues/1204))
([f54b343](f54b343))
* **main:** release did-mailto 2.0.2
([storacha#964](https://github.com/storacha/upload-service/issues/964))
([83a8263](83a8263))
* **main:** release did-mailto 2.1.0
([storacha#1080](https://github.com/storacha/upload-service/issues/1080))
([50543f1](50543f1))
* no longer depends on hd-scripts, packages use/configure eslint
directly, fixes warnings from npm lint script
([storacha#1058](https://github.com/storacha/upload-service/issues/1058))
([ebdb99b](ebdb99b))
* package renames
([0f797ed](0f797ed))

---
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants