Skip to content

Commit

Permalink
Version Packages (next) (#204)
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 Aug 23, 2024
1 parent a5feb43 commit c7167cb
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"kind-cherries-explain",
"lovely-readers-change",
"nice-shrimps-dance",
"odd-ties-clap",
"popular-glasses-nail",
"quick-teachers-camp",
"serious-comics-lick",
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.14

### Patch Changes

- Updated dependencies [[`00bebf9a3adbdeca0e0fab52a7440b34d5e22314`](https://github.com/manzt/zarrita.js/commit/00bebf9a3adbdeca0e0fab52a7440b34d5e22314)]:
- @zarrita/storage@0.1.0-next.6

## 0.1.0-next.13

### 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.13",
"version": "0.1.0-next.14",
"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.16

### Patch Changes

- Updated dependencies [[`00bebf9a3adbdeca0e0fab52a7440b34d5e22314`](https://github.com/manzt/zarrita.js/commit/00bebf9a3adbdeca0e0fab52a7440b34d5e22314)]:
- @zarrita/storage@0.1.0-next.6
- @zarrita/core@0.1.0-next.14

## 0.1.0-next.15

### 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.15",
"version": "0.1.0-next.16",
"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.16

### Patch Changes

- Updated dependencies [[`00bebf9a3adbdeca0e0fab52a7440b34d5e22314`](https://github.com/manzt/zarrita.js/commit/00bebf9a3adbdeca0e0fab52a7440b34d5e22314)]:
- @zarrita/storage@0.1.0-next.6
- @zarrita/core@0.1.0-next.14
- @zarrita/indexing@0.1.0-next.16

## 0.1.0-next.15

### 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.15",
"version": "0.1.0-next.16",
"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.6

### Patch Changes

- Enable creation of ReferenceStore via non-async functions. ([#203](https://github.com/manzt/zarrita.js/pull/203))

## 0.1.0-next.5

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@zarrita/storage",
"version": "0.1.0-next.5",
"version": "0.1.0-next.6",
"license": "MIT",
"type": "module",
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"exports": {
".": {
"types": "./src/index.ts",
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.16

### Patch Changes

- Updated dependencies [[`00bebf9a3adbdeca0e0fab52a7440b34d5e22314`](https://github.com/manzt/zarrita.js/commit/00bebf9a3adbdeca0e0fab52a7440b34d5e22314)]:
- @zarrita/storage@0.1.0-next.6
- @zarrita/core@0.1.0-next.14
- @zarrita/indexing@0.1.0-next.16

## 0.4.0-next.15

### 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.15",
"version": "0.4.0-next.16",
"license": "MIT",
"homepage": "https://manzt.github.io/zarrita.js/",
"repository": {
Expand Down

0 comments on commit c7167cb

Please sign in to comment.