Skip to content

Commit 979509d

Browse files
Version Packages (next)
1 parent 8f05db0 commit 979509d

File tree

11 files changed

+57
-5
lines changed

11 files changed

+57
-5
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"clever-moose-hear",
1616
"cold-dancers-chew",
1717
"dull-apricots-work",
18+
"evil-bees-start",
1819
"famous-days-kneel",
1920
"flat-boats-train",
2021
"four-bats-knock",
2122
"green-pandas-argue",
23+
"grumpy-candles-melt",
2224
"grumpy-penguins-lick",
2325
"itchy-donkeys-attack",
2426
"kind-cherries-explain",

packages/core/CHANGELOG.md

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

3+
## 0.1.0-next.23
4+
5+
### Patch Changes
6+
7+
- Conslidate `@zarrita/indexing` package into `@zarrita/core` ([#262](https://github.com/manzt/zarrita.js/pull/262))
8+
9+
Now `@zarrita/indexing` re-exports from `zarrita`. End users should prefer to import from `zarrita`.
10+
11+
- Remove import from `node:assert` ([#263](https://github.com/manzt/zarrita.js/pull/263))
12+
313
## 0.1.0-next.22
414

515
### Minor 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.22",
3+
"version": "0.1.0-next.23",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/indexing/CHANGELOG.md

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

3+
## 0.1.0-next.25
4+
5+
### Patch Changes
6+
7+
- Conslidate `@zarrita/indexing` package into `@zarrita/core` ([#262](https://github.com/manzt/zarrita.js/pull/262))
8+
9+
Now `@zarrita/indexing` re-exports from `zarrita`. End users should prefer to import from `zarrita`.
10+
11+
- Updated dependencies [[`574b809`](https://github.com/manzt/zarrita.js/commit/574b80933b5a9140327bb8e9d74f376613eab4e0)]:
12+
- zarrita@0.4.0-next.26
13+
314
## 0.1.0-next.24
415

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

packages/ndarray/CHANGELOG.md

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

3+
## 0.1.0-next.25
4+
5+
### Patch Changes
6+
7+
- Conslidate `@zarrita/indexing` package into `@zarrita/core` ([#262](https://github.com/manzt/zarrita.js/pull/262))
8+
9+
Now `@zarrita/indexing` re-exports from `zarrita`. End users should prefer to import from `zarrita`.
10+
11+
- Updated dependencies [[`574b809`](https://github.com/manzt/zarrita.js/commit/574b80933b5a9140327bb8e9d74f376613eab4e0)]:
12+
- zarrita@0.4.0-next.26
13+
314
## 0.1.0-next.24
415

516
### Minor 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.24",
3+
"version": "0.1.0-next.25",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/typedarray/CHANGELOG.md

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

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

512
### Patch Changes

packages/typedarray/package.json

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

packages/zarrita/CHANGELOG.md

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

3+
## 0.4.0-next.26
4+
5+
### Patch Changes
6+
7+
- Conslidate `@zarrita/indexing` package into `@zarrita/core` ([#262](https://github.com/manzt/zarrita.js/pull/262))
8+
9+
Now `@zarrita/indexing` re-exports from `zarrita`. End users should prefer to import from `zarrita`.
10+
11+
- Updated dependencies [[`574b809`](https://github.com/manzt/zarrita.js/commit/574b80933b5a9140327bb8e9d74f376613eab4e0), [`cef0c89`](https://github.com/manzt/zarrita.js/commit/cef0c89b608b3312836f07de12f24029a19456d6)]:
12+
- @zarrita/core@0.1.0-next.23
13+
314
## 0.4.0-next.25
415

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

0 commit comments

Comments
 (0)