Skip to content

Commit fb6e5a1

Browse files
chore(main): release blob-index 1.0.2 (#1468)
1 parent deb8cc9 commit fb6e5a1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/access-client": "19.0.0",
3-
"packages/blob-index": "1.0.1",
3+
"packages/blob-index": "1.0.2",
44
"packages/filecoin-api": "6.0.1",
55
"packages/filecoin-client": "3.3.3",
66
"packages/capabilities": "17.1.0",

packages/blob-index/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/w3s-project/w3up/compare/blob-index-v1.0.1...blob-index-v1.0.2) (2024-05-15)
4+
5+
6+
### Fixes
7+
8+
* missing blob-index deps ([#1467](https://github.com/w3s-project/w3up/issues/1467)) ([deb8cc9](https://github.com/w3s-project/w3up/commit/deb8cc97b6e21db9e863a6ae2b457cf13af5454b))
9+
310
## [1.0.1](https://github.com/w3s-project/w3up/compare/blob-index-v1.0.0...blob-index-v1.0.1) (2024-05-14)
411

512

packages/blob-index/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3-storage/blob-index",
33
"description": "An index for slices that may be sharded across multiple blobs.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"homepage": "https://web3.storage",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)