From a5e5cd6aaee7d4b59263d35c5c19b0550fe3b348 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:35:07 +0000 Subject: [PATCH] chore(main): release blob-index 1.0.0 --- .github/release-please-manifest.json | 2 +- packages/blob-index/CHANGELOG.md | 33 ++++++++++++++++++++++++++++ packages/blob-index/package.json | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9a9698344..b076c36a0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "0.0.0", - "packages/blob-index": "0.0.0", + "packages/blob-index": "1.0.0", "packages/cli": "1.0.1", "packages/filecoin-api": "1.0.0", "packages/filecoin-client": "1.0.0", diff --git a/packages/blob-index/CHANGELOG.md b/packages/blob-index/CHANGELOG.md index 9363b9de6..4eac2d193 100644 --- a/packages/blob-index/CHANGELOG.md +++ b/packages/blob-index/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## 1.0.0 (2024-12-19) + + +### Features + +* move blob index logic from upload-api to blob-index lib ([#1434](https://github.com/storacha/upload-service/issues/1434)) ([797f628](https://github.com/storacha/upload-service/commit/797f6285c1b000af9eaf0240f85deca6a0b83e06)) +* router ([#11](https://github.com/storacha/upload-service/issues/11)) ([c810735](https://github.com/storacha/upload-service/commit/c8107354da663120228f779814eafa0c9a3e80a2)) + + +### Fixes + +* check for blob/accept receipts before blob/add is concluded ([#1459](https://github.com/storacha/upload-service/issues/1459)) ([462518c](https://github.com/storacha/upload-service/commit/462518ca832515c65cc674e8aef3c28f2228797d)) +* missing blob-index deps ([#1467](https://github.com/storacha/upload-service/issues/1467)) ([deb8cc9](https://github.com/storacha/upload-service/commit/deb8cc97b6e21db9e863a6ae2b457cf13af5454b)) +* repo URLs ([#1550](https://github.com/storacha/upload-service/issues/1550)) ([e02ddf3](https://github.com/storacha/upload-service/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f)) +* trigger release ([0bf74f4](https://github.com/storacha/upload-service/commit/0bf74f44183e38d298308ccd469589c07cd760b0)) +* upload API test fixes ([6b0d72d](https://github.com/storacha/upload-service/commit/6b0d72dee3dc9ce5320ad8de333a718d644b5c3d)) +* use one-webcrypto from npm ([#1525](https://github.com/storacha/upload-service/issues/1525)) ([9345c54](https://github.com/storacha/upload-service/commit/9345c5415bc0b0d6ce8ccdbe92eb155b11835fd8)) + + +### 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)) +* **main:** release blob-index 1.0.0 ([#1449](https://github.com/storacha/upload-service/issues/1449)) ([094442b](https://github.com/storacha/upload-service/commit/094442b0d5c9d837a0575b79a4d07441a4de2229)) +* **main:** release blob-index 1.0.1 ([#1452](https://github.com/storacha/upload-service/issues/1452)) ([3d9809f](https://github.com/storacha/upload-service/commit/3d9809f5850e605cba4bf4d13783bf42941b5538)) +* **main:** release blob-index 1.0.2 ([#1468](https://github.com/storacha/upload-service/issues/1468)) ([fb6e5a1](https://github.com/storacha/upload-service/commit/fb6e5a13d3f5be11cd86320d75160c236fbc9d16)) +* **main:** release blob-index 1.0.3 ([#1489](https://github.com/storacha/upload-service/issues/1489)) ([fc71d31](https://github.com/storacha/upload-service/commit/fc71d313768ff0e94ee84d91ed205dc13894ff2e)) +* **main:** release blob-index 1.0.4 ([#1526](https://github.com/storacha/upload-service/issues/1526)) ([a79ea18](https://github.com/storacha/upload-service/commit/a79ea184f6e24668638e85eb344134dffbeddc9e)) +* **main:** release client 1.0.6 ([27cb383](https://github.com/storacha/upload-service/commit/27cb383ea5aae32ca44cc2986f781458130fbffb)) +* **main:** release client 1.0.6 ([#104](https://github.com/storacha/upload-service/issues/104)) ([07f27a2](https://github.com/storacha/upload-service/commit/07f27a22a942bde67b55e785b2e3785906d63422)) +* **main:** release upload-api 1.1.8 ([aec53e7](https://github.com/storacha/upload-service/commit/aec53e714ea581421e1c55a6e282b765f5badaaa)) +* **main:** release upload-api 1.1.8 ([#103](https://github.com/storacha/upload-service/issues/103)) ([e71494a](https://github.com/storacha/upload-service/commit/e71494a12fbd6a93bf2871eec1b101d4b02af38f)) +* package renames ([0f797ed](https://github.com/storacha/upload-service/commit/0f797ed298b570dd649aa18055f801b0ab6fbfd8)) + ## [1.0.4](https://github.com/storacha-network/w3up/compare/blob-index-v1.0.3...blob-index-v1.0.4) (2024-07-29) diff --git a/packages/blob-index/package.json b/packages/blob-index/package.json index a3fcddded..1e8421a4d 100644 --- a/packages/blob-index/package.json +++ b/packages/blob-index/package.json @@ -1,7 +1,7 @@ { "name": "@storacha/blob-index", "description": "An index for slices that may be sharded across multiple blobs.", - "version": "0.0.0", + "version": "1.0.0", "homepage": "https://storacha.network", "repository": { "type": "git",