Skip to content

Commit 6591cf7

Browse files
Version Packages (#279)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6b580c commit 6591cf7

File tree

7 files changed

+27
-10
lines changed

7 files changed

+27
-10
lines changed

.changeset/thick-owls-swim.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/@zarrita-ndarray/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @zarrita/ndarray
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Emit and publish [sourcemap files](http://web.dev/articles/source-maps) ([#278](https://github.com/manzt/zarrita.js/pull/278))
8+
9+
- Updated dependencies [[`e6b580c`](https://github.com/manzt/zarrita.js/commit/e6b580c0c8e4c2088cce924236f9a3a7273f522f)]:
10+
11+
312
## 0.1.1
413

514
### Patch Changes

packages/@zarrita-ndarray/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zarrita/ndarray",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/@zarrita-storage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zarrita/storage
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Emit and publish [sourcemap files](http://web.dev/articles/source-maps) ([#278](https://github.com/manzt/zarrita.js/pull/278))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/@zarrita-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zarrita/storage",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/zarrita/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# zarrita
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Emit and publish [sourcemap files](http://web.dev/articles/source-maps) ([#278](https://github.com/manzt/zarrita.js/pull/278))
8+
9+
- Updated dependencies [[`e6b580c`](https://github.com/manzt/zarrita.js/commit/e6b580c0c8e4c2088cce924236f9a3a7273f522f)]:
10+
- @zarrita/storage@0.1.1
11+
312
## 0.5.0
413

514
### Minor Changes

packages/zarrita/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zarrita",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)