Skip to content

Commit

Permalink
Create Release (#76)
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 18, 2023
1 parent 60c77dd commit e85da0c
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 27 deletions.
2 changes: 0 additions & 2 deletions .changeset/gorgeous-adults-doubt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/itchy-paws-accept.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rude-weeks-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-pigs-serve.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @zarrita/core

## 0.0.1

### Patch Changes

- feat: prefer camelCase for public API ([#83](https://github.com/manzt/zarrita.js/pull/83))

- feat: Support v2 string data types with builtin indexing ([#75](https://github.com/manzt/zarrita.js/pull/75))

- Updated dependencies [[`eee6a0e`](https://github.com/manzt/zarrita.js/commit/eee6a0ee80a045efb7bbcb8d6a96740ec8f3ea95), [`0f37caa`](https://github.com/manzt/zarrita.js/commit/0f37caa89a125c92e8d8b812acb2b79b2cb257e8)]:
- @zarrita/typedarray@0.0.1
- @zarrita/storage@0.0.1
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@zarrita/core",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"sideEffects": false,
"scripts": {
"check": "tsc --noEmit",
"build": "tsc",
"test": "vitest",
"clean": "rm -rf dist"
},
"files": ["dist/"],
"files": [
"dist/"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/indexing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @zarrita/indexing

## 0.0.1

### Patch Changes

- feat: prefer camelCase for public API ([#83](https://github.com/manzt/zarrita.js/pull/83))

- feat: Support v2 string data types with builtin indexing ([#75](https://github.com/manzt/zarrita.js/pull/75))

- Updated dependencies [[`a2ab3b0`](https://github.com/manzt/zarrita.js/commit/a2ab3b0396096246bd73c923628b64d29175eca9), [`eee6a0e`](https://github.com/manzt/zarrita.js/commit/eee6a0ee80a045efb7bbcb8d6a96740ec8f3ea95), [`0f37caa`](https://github.com/manzt/zarrita.js/commit/0f37caa89a125c92e8d8b812acb2b79b2cb257e8)]:
- @zarrita/core@0.0.1
- @zarrita/typedarray@0.0.1
- @zarrita/storage@0.0.1
2 changes: 1 addition & 1 deletion packages/indexing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zarrita/indexing",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"sideEffects": false,
"scripts": {
"build": "tsc",
Expand Down
12 changes: 12 additions & 0 deletions packages/ndarray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @zarrita/ndarray

## 0.0.1

### Patch Changes

- feat: prefer camelCase for public API ([#83](https://github.com/manzt/zarrita.js/pull/83))

- Updated dependencies [[`a2ab3b0`](https://github.com/manzt/zarrita.js/commit/a2ab3b0396096246bd73c923628b64d29175eca9), [`eee6a0e`](https://github.com/manzt/zarrita.js/commit/eee6a0ee80a045efb7bbcb8d6a96740ec8f3ea95), [`0f37caa`](https://github.com/manzt/zarrita.js/commit/0f37caa89a125c92e8d8b812acb2b79b2cb257e8)]:
- @zarrita/indexing@0.0.1
- @zarrita/core@0.0.1
- @zarrita/storage@0.0.1
2 changes: 1 addition & 1 deletion packages/ndarray/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zarrita/ndarray",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"sideEffects": false,
"scripts": {
"build": "tsc",
Expand Down
7 changes: 7 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zarrita/storage

## 0.0.1

### Patch Changes

- feat: allow `RequestInit` options to be configured in `FetchStore` constructor ([#77](https://github.com/manzt/zarrita.js/pull/77))
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zarrita/storage",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"sideEffects": false,
"scripts": {
"build": "tsc",
Expand Down
7 changes: 7 additions & 0 deletions packages/typedarray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zarrita/typedarray

## 0.0.1

### Patch Changes

- feat: Support v2 string data types with builtin indexing ([#75](https://github.com/manzt/zarrita.js/pull/75))
2 changes: 1 addition & 1 deletion packages/typedarray/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zarrita/typedarray",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"sideEffects": false,
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit e85da0c

Please sign in to comment.