Skip to content

Commit

Permalink
Create Release (#90)
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 120fa1f commit 65fab74
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .changeset/wet-files-fix.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- feat!: Re-export `@zarrita/*` under `zarrita`. ([#89](https://github.com/manzt/zarrita.js/pull/89))

This is a BREAKING change. The `zarrita` package is now a wrapper around the `@zarrita/*` modules.

```javascript
import * as zarr from "zarrita";

const store = new zarr.FetchStore("http://localhost:8080/data.zarr");
const arr = await zarr.open(store, { kind: "array" });
const region = await zarr.get(arr, [null, null, 0]);
```
2 changes: 1 addition & 1 deletion packages/zarrita/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zarrita",
"type": "module",
"version": "0.2.3",
"version": "0.3.0",
"sideEffects": false,
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 65fab74

Please sign in to comment.