From 2f7ab286a7fd22249ed3ee2bd05b6a5d22e69cf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:59:02 +0000 Subject: [PATCH] chore(main): release did-mailto 1.0.0 (#7) :robot: I have created a release *beep* *boop* --- ## 1.0.0 (2024-11-01) ### Features * add usage/report capability ([#1079](https://github.com/storacha/upload-service/issues/1079)) ([6418b4b](https://github.com/storacha/upload-service/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) ### Fixes * fix arethetypesworking errors in all packages ([#1004](https://github.com/storacha/upload-service/issues/1004)) ([2e2936a](https://github.com/storacha/upload-service/commit/2e2936a3831389dd13be5be5146a04e2b15553c5)) * floating promises and add no-floating-promises to eslint-config-w3up ([#1198](https://github.com/storacha/upload-service/issues/1198)) ([1b8c5aa](https://github.com/storacha/upload-service/commit/1b8c5aa86ec3d177bf77df4e2916699c1f522598)) * issue where typedoc docs would only show full docs for w3up-client ([#1141](https://github.com/storacha/upload-service/issues/1141)) ([0b8d3f3](https://github.com/storacha/upload-service/commit/0b8d3f3b52918b1b4d3b76ea6fea3fb0c837cd73)) * migrate repo ([#1389](https://github.com/storacha/upload-service/issues/1389)) ([475a287](https://github.com/storacha/upload-service/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) * package metadata ([#1161](https://github.com/storacha/upload-service/issues/1161)) ([b8a1cc2](https://github.com/storacha/upload-service/commit/b8a1cc2e125a91be582998bda295e1ae1caab087)) * repo URLs ([#1550](https://github.com/storacha/upload-service/issues/1550)) ([e02ddf3](https://github.com/storacha/upload-service/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f)) * upgrade to latest ts ([#962](https://github.com/storacha/upload-service/issues/962)) ([711e3f7](https://github.com/storacha/upload-service/commit/711e3f73f6905fde0d929952fff70be845a55fa1)) ### Other Changes * Add `pnpm dev` to watch-build all packages ([#1533](https://github.com/storacha/upload-service/issues/1533)) ([07970ef](https://github.com/storacha/upload-service/commit/07970efd443149158ebbfb2c4e745b5007eb9407)) * correct typo in index.js error ([#1204](https://github.com/storacha/upload-service/issues/1204)) ([f54b343](https://github.com/storacha/upload-service/commit/f54b34317195ff51f87bd68db1cc8c36748eac50)) * **main:** release did-mailto 2.0.2 ([#964](https://github.com/storacha/upload-service/issues/964)) ([83a8263](https://github.com/storacha/upload-service/commit/83a826339ece3eb263bcf2394a21a8aeb8e397d2)) * **main:** release did-mailto 2.1.0 ([#1080](https://github.com/storacha/upload-service/issues/1080)) ([50543f1](https://github.com/storacha/upload-service/commit/50543f10d8e0186b85ace94f228ba82977c76e77)) * no longer depends on hd-scripts, packages use/configure eslint directly, fixes warnings from npm lint script ([#1058](https://github.com/storacha/upload-service/issues/1058)) ([ebdb99b](https://github.com/storacha/upload-service/commit/ebdb99b0d3fc912f93ace3d533b915f844b35856)) * package renames ([0f797ed](https://github.com/storacha/upload-service/commit/0f797ed298b570dd649aa18055f801b0ab6fbfd8)) --- 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> --- .github/release-please-manifest.json | 2 +- packages/did-mailto/CHANGELOG.md | 29 ++++++++++++++++++++++++++++ packages/did-mailto/package.json | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 81e8847b3..c5a9d5531 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -7,5 +7,5 @@ "packages/upload-api": "0.0.0", "packages/upload-client": "0.0.0", "packages/w3up-client": "0.0.0", - "packages/did-mailto": "0.0.0" + "packages/did-mailto": "1.0.0" } diff --git a/packages/did-mailto/CHANGELOG.md b/packages/did-mailto/CHANGELOG.md index 19f0096d1..5b496af1d 100644 --- a/packages/did-mailto/CHANGELOG.md +++ b/packages/did-mailto/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## 1.0.0 (2024-11-05) + + +### Features + +* add usage/report capability ([#1079](https://github.com/storacha/upload-service/issues/1079)) ([6418b4b](https://github.com/storacha/upload-service/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) +* router ([#11](https://github.com/storacha/upload-service/issues/11)) ([c810735](https://github.com/storacha/upload-service/commit/c8107354da663120228f779814eafa0c9a3e80a2)) + + +### Fixes + +* fix arethetypesworking errors in all packages ([#1004](https://github.com/storacha/upload-service/issues/1004)) ([2e2936a](https://github.com/storacha/upload-service/commit/2e2936a3831389dd13be5be5146a04e2b15553c5)) +* floating promises and add no-floating-promises to eslint-config-w3up ([#1198](https://github.com/storacha/upload-service/issues/1198)) ([1b8c5aa](https://github.com/storacha/upload-service/commit/1b8c5aa86ec3d177bf77df4e2916699c1f522598)) +* issue where typedoc docs would only show full docs for w3up-client ([#1141](https://github.com/storacha/upload-service/issues/1141)) ([0b8d3f3](https://github.com/storacha/upload-service/commit/0b8d3f3b52918b1b4d3b76ea6fea3fb0c837cd73)) +* migrate repo ([#1389](https://github.com/storacha/upload-service/issues/1389)) ([475a287](https://github.com/storacha/upload-service/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) +* package metadata ([#1161](https://github.com/storacha/upload-service/issues/1161)) ([b8a1cc2](https://github.com/storacha/upload-service/commit/b8a1cc2e125a91be582998bda295e1ae1caab087)) +* repo URLs ([#1550](https://github.com/storacha/upload-service/issues/1550)) ([e02ddf3](https://github.com/storacha/upload-service/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f)) +* upload API test fixes ([6b0d72d](https://github.com/storacha/upload-service/commit/6b0d72dee3dc9ce5320ad8de333a718d644b5c3d)) + + +### Other Changes + +* Add `pnpm dev` to watch-build all packages ([#1533](https://github.com/storacha/upload-service/issues/1533)) ([07970ef](https://github.com/storacha/upload-service/commit/07970efd443149158ebbfb2c4e745b5007eb9407)) +* correct typo in index.js error ([#1204](https://github.com/storacha/upload-service/issues/1204)) ([f54b343](https://github.com/storacha/upload-service/commit/f54b34317195ff51f87bd68db1cc8c36748eac50)) +* **main:** release did-mailto 2.0.2 ([#964](https://github.com/storacha/upload-service/issues/964)) ([83a8263](https://github.com/storacha/upload-service/commit/83a826339ece3eb263bcf2394a21a8aeb8e397d2)) +* **main:** release did-mailto 2.1.0 ([#1080](https://github.com/storacha/upload-service/issues/1080)) ([50543f1](https://github.com/storacha/upload-service/commit/50543f10d8e0186b85ace94f228ba82977c76e77)) +* no longer depends on hd-scripts, packages use/configure eslint directly, fixes warnings from npm lint script ([#1058](https://github.com/storacha/upload-service/issues/1058)) ([ebdb99b](https://github.com/storacha/upload-service/commit/ebdb99b0d3fc912f93ace3d533b915f844b35856)) +* package renames ([0f797ed](https://github.com/storacha/upload-service/commit/0f797ed298b570dd649aa18055f801b0ab6fbfd8)) + ## [2.1.0](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.2...did-mailto-v2.1.0) (2023-11-09) diff --git a/packages/did-mailto/package.json b/packages/did-mailto/package.json index 26685b888..2c04ec19f 100644 --- a/packages/did-mailto/package.json +++ b/packages/did-mailto/package.json @@ -1,6 +1,6 @@ { "name": "@storacha/did-mailto", - "version": "0.0.0", + "version": "1.0.0", "description": "did:mailto", "homepage": "https://storacha.network", "repository": {