Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…client
  • Loading branch information
alanshaw authored Nov 5, 2024
2 parents 6b9cea6 + ac3c18f commit bc6dbb4
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"packages/blob-index": "0.0.0",
"packages/filecoin-api": "0.0.0",
"packages/filecoin-client": "0.0.0",
"packages/capabilities": "0.0.0",
"packages/capabilities": "1.0.0",
"packages/upload-api": "0.0.0",
"packages/upload-client": "0.0.0",
"packages/upload-client": "1.0.0",
"packages/w3up-client": "1.0.0",
"packages/did-mailto": "0.0.0"
"packages/did-mailto": "1.0.0"
}
12 changes: 12 additions & 0 deletions packages/capabilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
## 1.0.0 (2024-11-05)


### Fixes

* bootstrap sha ([cdf6737](https://github.com/storacha/upload-service/commit/cdf67371ee9df3a60f7fea90c310179b20ee2b0b))


### Other Changes

* **main:** release capabilities 1.0.0 ([#16](https://github.com/storacha/upload-service/issues/16)) ([1c0902d](https://github.com/storacha/upload-service/commit/1c0902d168df26e2d850f20563dd825af57d5490))

## 1.0.0 (2024-11-05)


### ⚠ BREAKING CHANGES

* add `index/add` handler ([#1421](https://github.com/storacha/upload-service/issues/1421))
Expand Down
2 changes: 1 addition & 1 deletion packages/capabilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/capabilities",
"version": "0.0.0",
"version": "1.0.0",
"description": "UCAN Capabilities provided by storacha.network",
"homepage": "https://storacha.network",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/did-mailto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
## 1.0.0 (2024-11-05)


### Fixes

* bootstrap sha ([cdf6737](https://github.com/storacha/upload-service/commit/cdf67371ee9df3a60f7fea90c310179b20ee2b0b))


### Other Changes

* **main:** release did-mailto 1.0.0 ([#7](https://github.com/storacha/upload-service/issues/7)) ([2f7ab28](https://github.com/storacha/upload-service/commit/2f7ab286a7fd22249ed3ee2bd05b6a5d22e69cf0))

## 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))
Expand Down
2 changes: 1 addition & 1 deletion packages/did-mailto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/did-mailto",
"version": "0.0.0",
"version": "1.0.0",
"description": "did:mailto",
"homepage": "https://storacha.network",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/upload-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.0 (2024-11-05)


### Features

* remove store protocol ([d59ec88](https://github.com/storacha/upload-service/commit/d59ec883ace9c3f084772f9520b6df81cc13b7af))
* remove store protocol ([#13](https://github.com/storacha/upload-service/issues/13)) ([0028049](https://github.com/storacha/upload-service/commit/0028049f0bd3fcb816968687694c4611a5147148))

## [17.1.0](https://github.com/storacha/w3up/compare/upload-client-v17.0.1...upload-client-v17.1.0) (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/upload-client",
"version": "0.0.0",
"version": "1.0.0",
"description": "The storacha.network upload client",
"homepage": "https://storacha.network",
"repository": {
Expand Down

0 comments on commit bc6dbb4

Please sign in to comment.