Skip to content

Commit 8ef535c

Browse files
chore: version packages (#73)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e375c70 commit 8ef535c

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/storex-clean-api.md

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

packages/storex/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# storexjs
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- e375c70: refactor: clean API — accept blobStore/manifestStore instead of CASRegistry
8+
9+
createStoreX now takes { blobStore, manifestStore } directly.
10+
CASRegistry is created internally — callers never see it.
11+
Removed CASRegistry from public exports.
12+
313
## 0.1.0
414

515
### Minor Changes

packages/storex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storexjs",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "StoreX - Storage API for ResourceX applications",
55
"keywords": [
66
"storex",

0 commit comments

Comments
 (0)