Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .nx/version-plans/version-plan-1764247328856.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.2 (2025-12-05)

### 🧱 Updated Dependencies

- Updated @storacha/client to 1.8.22
- Updated @storacha/upload-api to 2.8.0

## 2.0.1 (2025-12-05)

### 🩹 Fixes
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": "2.0.1",
"version": "2.0.2",
"license": "Apache-2.0 OR MIT",
"description": "Command Line Interface to the Storacha Network",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/encrypt-upload-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.65 (2025-12-05)

### 🧱 Updated Dependencies

- Updated @storacha/client to 1.8.22

## 1.1.64 (2025-12-02)

### 🧱 Updated Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypt-upload-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storacha/encrypt-upload-client",
"type": "module",
"version": "1.1.64",
"version": "1.1.65",
"license": "Apache-2.0 OR MIT",
"description": "Client for upload and download encrypted files",
"author": "Storacha",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.4.149 (2025-12-05)

### 🧱 Updated Dependencies

- Updated @storacha/client to 1.8.22

## 2.4.148 (2025-12-02)

### 🧱 Updated Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/ui-core",
"version": "2.4.148",
"version": "2.4.149",
"description": "w3ui core.",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.9.85 (2025-12-05)

### 🧱 Updated Dependencies

- Updated @storacha/encrypt-upload-client to 1.1.65
- Updated @storacha/ui-core to 2.4.149

## 2.9.84 (2025-12-02)

### 🧱 Updated Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/ui-react",
"version": "2.9.84",
"version": "2.9.85",
"description": "React adapter for w3ui.",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/upload-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.8.0 (2025-12-05)

### 🚀 Features

- feat: replica allocation timeout and retry with alternate candidate ([1f3f8b08](https://github.com/storacha/upload-service/commit/1f3f8b08))

### ❤️ Thank You

- Alan Shaw

## 2.7.2 (2025-12-02)

### 🧱 Updated Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.7.2",
"version": "2.8.0",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://storacha.network",
Expand Down
6 changes: 6 additions & 0 deletions packages/w3up-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.8.22 (2025-12-05)

### 🧱 Updated Dependencies

- Updated @storacha/upload-api to 2.8.0

## 1.8.21 (2025-12-02)

### 🧱 Updated Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/w3up-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/client",
"version": "1.8.21",
"version": "1.8.22",
"description": "Client for the storacha.network w3up api",
"publishConfig": {
"access": "public"
Expand Down