From c7167cb2d16a62786cd5d734615a52acb6652791 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:26:56 -0400 Subject: [PATCH] Version Packages (next) (#204) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/indexing/CHANGELOG.md | 8 ++++++++ packages/indexing/package.json | 2 +- packages/ndarray/CHANGELOG.md | 9 +++++++++ packages/ndarray/package.json | 2 +- packages/storage/CHANGELOG.md | 6 ++++++ packages/storage/package.json | 6 ++++-- packages/zarrita/CHANGELOG.md | 9 +++++++++ packages/zarrita/package.json | 2 +- 11 files changed, 48 insertions(+), 6 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 75fa65c..7a31b54 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1a1ee91..1d17310 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 8d83029..82a9108 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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, diff --git a/packages/indexing/CHANGELOG.md b/packages/indexing/CHANGELOG.md index 03c337c..ba910de 100644 --- a/packages/indexing/CHANGELOG.md +++ b/packages/indexing/CHANGELOG.md @@ -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 diff --git a/packages/indexing/package.json b/packages/indexing/package.json index e97f30d..c85d742 100644 --- a/packages/indexing/package.json +++ b/packages/indexing/package.json @@ -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, diff --git a/packages/ndarray/CHANGELOG.md b/packages/ndarray/CHANGELOG.md index a698c0f..da3b897 100644 --- a/packages/ndarray/CHANGELOG.md +++ b/packages/ndarray/CHANGELOG.md @@ -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 diff --git a/packages/ndarray/package.json b/packages/ndarray/package.json index 39208d4..4ea998e 100644 --- a/packages/ndarray/package.json +++ b/packages/ndarray/package.json @@ -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, diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 0eef77c..2b7e0d9 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -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 diff --git a/packages/storage/package.json b/packages/storage/package.json index 8764cb8..44c0f10 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -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", diff --git a/packages/zarrita/CHANGELOG.md b/packages/zarrita/CHANGELOG.md index 0701dcb..3aec562 100644 --- a/packages/zarrita/CHANGELOG.md +++ b/packages/zarrita/CHANGELOG.md @@ -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 diff --git a/packages/zarrita/package.json b/packages/zarrita/package.json index 5632fef..6c38b1b 100644 --- a/packages/zarrita/package.json +++ b/packages/zarrita/package.json @@ -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": {