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 Feb 11, 2025
2 parents 385f0b6 + b5d2e87 commit 6933dbf
Show file tree
Hide file tree
Showing 7 changed files with 29 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
@@ -1,12 +1,12 @@
{
"packages/access-client": "1.0.2",
"packages/access-client": "1.0.3",
"packages/blob-index": "1.0.1",
"packages/cli": "1.1.1",
"packages/cli": "1.1.2",
"packages/filecoin-api": "1.1.1",
"packages/filecoin-client": "1.0.2",
"packages/capabilities": "1.2.2",
"packages/upload-api": "1.3.3",
"packages/upload-client": "1.0.4",
"packages/upload-client": "1.0.5",
"packages/w3up-client": "1.1.5",
"packages/did-mailto": "1.0.1"
}
8 changes: 8 additions & 0 deletions packages/access-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.3](https://github.com/storacha/upload-service/compare/access-v1.0.2...access-v1.0.3) (2025-02-11)


### Fixes

* dedupe proofs ([#143](https://github.com/storacha/upload-service/issues/143)) ([de2ac67](https://github.com/storacha/upload-service/commit/de2ac67c1af1f968cdb359f96e4be5fbd8254b7d))
* use up.storacha.network ([#144](https://github.com/storacha/upload-service/issues/144)) ([ac6b5b4](https://github.com/storacha/upload-service/commit/ac6b5b4b9881f9889e99e18b38fbfb302b4fb3b5))

## [1.0.2](https://github.com/storacha/upload-service/compare/access-v1.0.1...access-v1.0.2) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/access-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/access",
"version": "1.0.2",
"version": "1.0.3",
"description": "access client",
"homepage": "https://storacha.network",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/storacha/upload-service/compare/cli-v1.1.1...cli-v1.1.2) (2025-02-11)


### Fixes

* use up.storacha.network ([#144](https://github.com/storacha/upload-service/issues/144)) ([ac6b5b4](https://github.com/storacha/upload-service/commit/ac6b5b4b9881f9889e99e18b38fbfb302b4fb3b5))

## [1.1.1](https://github.com/storacha/upload-service/compare/cli-v1.1.0...cli-v1.1.1) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storacha/cli",
"type": "module",
"version": "1.1.1",
"version": "1.1.2",
"license": "Apache-2.0 OR MIT",
"description": "Command Line Interface to the Storacha Network",
"bin": {
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.5](https://github.com/storacha/upload-service/compare/upload-client-v1.0.4...upload-client-v1.0.5) (2025-02-11)


### Fixes

* use correct object in cause ([#140](https://github.com/storacha/upload-service/issues/140)) ([372f839](https://github.com/storacha/upload-service/commit/372f8391e3385cc7f810d31e6de852d6d1100688))
* use up.storacha.network ([#144](https://github.com/storacha/upload-service/issues/144)) ([ac6b5b4](https://github.com/storacha/upload-service/commit/ac6b5b4b9881f9889e99e18b38fbfb302b4fb3b5))

## [1.0.4](https://github.com/storacha/upload-service/compare/upload-client-v1.0.3...upload-client-v1.0.4) (2025-01-22)


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": "1.0.4",
"version": "1.0.5",
"description": "The storacha.network upload client",
"homepage": "https://storacha.network",
"repository": {
Expand Down

0 comments on commit 6933dbf

Please sign in to comment.