Skip to content

Commit 1597e91

Browse files
Create Release (next) (#122)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 42eaa70 commit 1597e91

File tree

7 files changed

+34
-3
lines changed

7 files changed

+34
-3
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"grumpy-penguins-lick",
1616
"quick-teachers-camp",
1717
"serious-comics-lick",
18+
"slimy-pigs-buy",
1819
"small-vans-clean"
1920
]
2021
}

packages/indexing/CHANGELOG.md

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

3+
## 0.1.0-next.5
4+
5+
### Minor Changes
6+
7+
- feat: Remove `.indices` methods from `Slice` interface ([#121](https://github.com/manzt/zarrita.js/pull/121))
8+
9+
By making `Slice` a more minimal interface, it is easy to allow compatability with ZarrJS `slice`
10+
(or slices not generated by the `slice` helper function).
11+
312
## 0.1.0-next.4
413

514
### 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.4",
3+
"version": "0.1.0-next.5",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/ndarray/CHANGELOG.md

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

3+
## 0.1.0-next.5
4+
5+
### Minor Changes
6+
7+
- feat: Remove `.indices` methods from `Slice` interface ([#121](https://github.com/manzt/zarrita.js/pull/121))
8+
9+
By making `Slice` a more minimal interface, it is easy to allow compatability with ZarrJS `slice`
10+
(or slices not generated by the `slice` helper function).
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`42eaa70`](https://github.com/manzt/zarrita.js/commit/42eaa707f4baed360c2a2475cbec3870418714a8)]:
15+
- @zarrita/indexing@0.1.0-next.5
16+
317
## 0.1.0-next.4
418

519
### 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.4",
3+
"version": "0.1.0-next.5",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/zarrita/CHANGELOG.md

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

3+
## 0.4.0-next.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`42eaa70`](https://github.com/manzt/zarrita.js/commit/42eaa707f4baed360c2a2475cbec3870418714a8)]:
8+
- @zarrita/indexing@0.1.0-next.5
9+
310
## 0.4.0-next.4
411

512
### 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.4",
3+
"version": "0.4.0-next.5",
44
"license": "MIT",
55
"homepage": "https://manzt.github.io/zarrita.js/",
66
"repository": {

0 commit comments

Comments
 (0)