Skip to content

Commit 0b279b0

Browse files
github-actions[bot]Rachabot
andauthored
Release @storacha/encrypt-upload-client@1.1.80, @storacha/ui-react@2.9.100, @storacha/ui-core@2.4.163, @storacha/upload-client@1.4.1, @storacha/client@2.1.1, @storacha/upload-api@3.2.1, @storacha/cli@2.1.1 (#684)
## @storacha/encrypt-upload-client@1.1.80 (2026-03-04) ### 🧱 Updated Dependencies - Updated @storacha/upload-client to 1.4.1 - Updated @storacha/client to 2.1.1 ## @storacha/ui-react@2.9.100 (2026-03-04) ### 🧱 Updated Dependencies - Updated @storacha/encrypt-upload-client to 1.1.80 - Updated @storacha/ui-core to 2.4.163 ## @storacha/ui-core@2.4.163 (2026-03-04) ### 🧱 Updated Dependencies - Updated @storacha/client to 2.1.1 ## @storacha/upload-client@1.4.1 (2026-03-04) ### 🩹 Fixes - fix: do not allocate if blob is already stored ([#678](#678)) ### ❤️ Thank You - ash ## @storacha/client@2.1.1 (2026-03-04) ### 🧱 Updated Dependencies - Updated @storacha/upload-client to 1.4.1 - Updated @storacha/upload-api to 3.2.1 ## @storacha/upload-api@3.2.1 (2026-03-04) ### 🩹 Fixes - fix: do not allocate if blob is already stored ([#678](#678)) ### ❤️ Thank You - ash ## @storacha/cli@2.1.1 (2026-03-04) ### 🧱 Updated Dependencies - Updated @storacha/client to 2.1.1 - Updated @storacha/upload-api to 3.2.1 Co-authored-by: Rachabot <rachabot@storacha.network>
1 parent 16a3be3 commit 0b279b0

File tree

15 files changed

+61
-13
lines changed

15 files changed

+61
-13
lines changed

.nx/version-plans/version-plan-1772647344868.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.1 (2026-03-04)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @storacha/client to 2.1.1
6+
- Updated @storacha/upload-api to 3.2.1
7+
18
## 2.1.0 (2026-03-04)
29

310
### 🚀 Features

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@storacha/cli",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"license": "Apache-2.0 OR MIT",
66
"description": "Command Line Interface to the Storacha Network",
77
"publishConfig": {

packages/encrypt-upload-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.80 (2026-03-04)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @storacha/upload-client to 1.4.1
6+
- Updated @storacha/client to 2.1.1
7+
18
## 1.1.79 (2026-03-04)
29

310
### 🧱 Updated Dependencies

packages/encrypt-upload-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@storacha/encrypt-upload-client",
33
"type": "module",
4-
"version": "1.1.79",
4+
"version": "1.1.80",
55
"license": "Apache-2.0 OR MIT",
66
"description": "Client for upload and download encrypted files",
77
"author": "Storacha",

packages/ui/packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.4.163 (2026-03-04)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @storacha/client to 2.1.1
6+
17
## 2.4.162 (2026-03-04)
28

39
### 🧱 Updated Dependencies

packages/ui/packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storacha/ui-core",
3-
"version": "2.4.162",
3+
"version": "2.4.163",
44
"description": "w3ui core.",
55
"publishConfig": {
66
"access": "public"

packages/ui/packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.9.100 (2026-03-04)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @storacha/encrypt-upload-client to 1.1.80
6+
- Updated @storacha/ui-core to 2.4.163
7+
18
## 2.9.99 (2026-03-04)
29

310
### 🧱 Updated Dependencies

packages/ui/packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storacha/ui-react",
3-
"version": "2.9.99",
3+
"version": "2.9.100",
44
"description": "React adapter for w3ui.",
55
"publishConfig": {
66
"access": "public"

packages/upload-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.2.1 (2026-03-04)
2+
3+
### 🩹 Fixes
4+
5+
- fix: do not allocate if blob is already stored ([#678](https://github.com/storacha/upload-service/pull/678))
6+
7+
### ❤️ Thank You
8+
9+
- ash
10+
111
## 3.2.0 (2026-03-04)
212

313
### 🚀 Features

0 commit comments

Comments
 (0)