Skip to content

Commit

Permalink
Version Packages (next) (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 1, 2024
1 parent 361a7aa commit 929c8a0
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"silver-news-learn",
"slimy-pigs-buy",
"small-vans-clean",
"smooth-scissors-end",
"something",
"strange-paws-turn",
"three-pots-matter"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zarrita/core

## 0.1.0-next.15

### Patch Changes

- Updated dependencies [[`361a7aa0a038317fe469c1ca62385cc3dfdc28b1`](https://github.com/manzt/zarrita.js/commit/361a7aa0a038317fe469c1ca62385cc3dfdc28b1)]:
- @zarrita/storage@0.1.0-next.7

## 0.1.0-next.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zarrita/core",
"version": "0.1.0-next.14",
"version": "0.1.0-next.15",
"license": "MIT",
"type": "module",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/indexing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zarrita/indexing

## 0.1.0-next.17

### Patch Changes

- Updated dependencies [[`361a7aa0a038317fe469c1ca62385cc3dfdc28b1`](https://github.com/manzt/zarrita.js/commit/361a7aa0a038317fe469c1ca62385cc3dfdc28b1)]:
- @zarrita/storage@0.1.0-next.7
- @zarrita/core@0.1.0-next.15

## 0.1.0-next.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/indexing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zarrita/indexing",
"version": "0.1.0-next.16",
"version": "0.1.0-next.17",
"license": "MIT",
"type": "module",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/ndarray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zarrita/ndarray

## 0.1.0-next.17

### Patch Changes

- Updated dependencies [[`361a7aa0a038317fe469c1ca62385cc3dfdc28b1`](https://github.com/manzt/zarrita.js/commit/361a7aa0a038317fe469c1ca62385cc3dfdc28b1)]:
- @zarrita/storage@0.1.0-next.7
- @zarrita/core@0.1.0-next.15
- @zarrita/indexing@0.1.0-next.17

## 0.1.0-next.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ndarray/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zarrita/ndarray",
"version": "0.1.0-next.16",
"version": "0.1.0-next.17",
"license": "MIT",
"type": "module",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zarrita/storage

## 0.1.0-next.7

### Patch Changes

- `FetchStore` throws an error for 403 (forbidden) responses. This is a **breaking** change because previously `404` and `403` responses were treated the same way. Now, only `404` responses signify a "missing" key from the store. ([#212](https://github.com/manzt/zarrita.js/pull/212))

## 0.1.0-next.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zarrita/storage",
"version": "0.1.0-next.6",
"version": "0.1.0-next.7",
"license": "MIT",
"type": "module",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/zarrita/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# zarrita

## 0.4.0-next.17

### Patch Changes

- Updated dependencies [[`361a7aa0a038317fe469c1ca62385cc3dfdc28b1`](https://github.com/manzt/zarrita.js/commit/361a7aa0a038317fe469c1ca62385cc3dfdc28b1)]:
- @zarrita/storage@0.1.0-next.7
- @zarrita/core@0.1.0-next.15
- @zarrita/indexing@0.1.0-next.17

## 0.4.0-next.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zarrita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zarrita",
"version": "0.4.0-next.16",
"version": "0.4.0-next.17",
"license": "MIT",
"homepage": "https://manzt.github.io/zarrita.js/",
"repository": {
Expand Down

0 comments on commit 929c8a0

Please sign in to comment.