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 12, 2024
1 parent 8e203eb commit f742661
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"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",
"packages/capabilities": "1.1.2",
"packages/upload-api": "1.1.8",
"packages/upload-api": "1.1.7",
"packages/upload-client": "1.0.1",
"packages/w3up-client": "1.0.5",
"packages/did-mailto": "1.0.0"
Expand Down
29 changes: 29 additions & 0 deletions packages/blob-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 1.0.0 (2024-12-12)


### 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))
* 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 f742661

Please sign in to comment.