Skip to content

Commit c7167cb

Browse files
Version Packages (next) (#204)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a5feb43 commit c7167cb

File tree

11 files changed

+48
-6
lines changed

11 files changed

+48
-6
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"kind-cherries-explain",
2121
"lovely-readers-change",
2222
"nice-shrimps-dance",
23+
"odd-ties-clap",
2324
"popular-glasses-nail",
2425
"quick-teachers-camp",
2526
"serious-comics-lick",

packages/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @zarrita/core
22

3+
## 0.1.0-next.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00bebf9a3adbdeca0e0fab52a7440b34d5e22314`](https://github.com/manzt/zarrita.js/commit/00bebf9a3adbdeca0e0fab52a7440b34d5e22314)]:
8+
- @zarrita/storage@0.1.0-next.6
9+
310
## 0.1.0-next.13
411

512
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zarrita/core",
3-
"version": "0.1.0-next.13",
3+
"version": "0.1.0-next.14",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/indexing/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @zarrita/indexing
22

3+
## 0.1.0-next.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00bebf9a3adbdeca0e0fab52a7440b34d5e22314`](https://github.com/manzt/zarrita.js/commit/00bebf9a3adbdeca0e0fab52a7440b34d5e22314)]:
8+
- @zarrita/storage@0.1.0-next.6
9+
- @zarrita/core@0.1.0-next.14
10+
311
## 0.1.0-next.15
412

513
### Patch Changes

packages/indexing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zarrita/indexing",
3-
"version": "0.1.0-next.15",
3+
"version": "0.1.0-next.16",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/ndarray/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @zarrita/ndarray
22

3+
## 0.1.0-next.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00bebf9a3adbdeca0e0fab52a7440b34d5e22314`](https://github.com/manzt/zarrita.js/commit/00bebf9a3adbdeca0e0fab52a7440b34d5e22314)]:
8+
- @zarrita/storage@0.1.0-next.6
9+
- @zarrita/core@0.1.0-next.14
10+
- @zarrita/indexing@0.1.0-next.16
11+
312
## 0.1.0-next.15
413

514
### Patch Changes

packages/ndarray/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zarrita/ndarray",
3-
"version": "0.1.0-next.15",
3+
"version": "0.1.0-next.16",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/storage/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zarrita/storage
22

3+
## 0.1.0-next.6
4+
5+
### Patch Changes
6+
7+
- Enable creation of ReferenceStore via non-async functions. ([#203](https://github.com/manzt/zarrita.js/pull/203))
8+
39
## 0.1.0-next.5
410

511
### Patch Changes

packages/storage/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@zarrita/storage",
3-
"version": "0.1.0-next.5",
3+
"version": "0.1.0-next.6",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,
7-
"files": ["dist"],
7+
"files": [
8+
"dist"
9+
],
810
"exports": {
911
".": {
1012
"types": "./src/index.ts",

packages/zarrita/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# zarrita
22

3+
## 0.4.0-next.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00bebf9a3adbdeca0e0fab52a7440b34d5e22314`](https://github.com/manzt/zarrita.js/commit/00bebf9a3adbdeca0e0fab52a7440b34d5e22314)]:
8+
- @zarrita/storage@0.1.0-next.6
9+
- @zarrita/core@0.1.0-next.14
10+
- @zarrita/indexing@0.1.0-next.16
11+
312
## 0.4.0-next.15
413

514
### Patch Changes

packages/zarrita/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zarrita",
3-
"version": "0.4.0-next.15",
3+
"version": "0.4.0-next.16",
44
"license": "MIT",
55
"homepage": "https://manzt.github.io/zarrita.js/",
66
"repository": {

0 commit comments

Comments
 (0)