Skip to content

Commit

Permalink
chore(main): release blob-index 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent 6cbb202 commit a5e5cd6
Show file tree
Hide file tree
Showing 3 changed files with 35 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": "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",
Expand Down
33 changes: 33 additions & 0 deletions packages/blob-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/blob-index/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a5e5cd6

Please sign in to comment.