Skip to content

Commit

Permalink
patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c committed Jul 18, 2022
1 parent 74ee4b3 commit 1268d78
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/array-split/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# just-split

## 3.0.2
### Patch Changes

- TS: accpet read-only arrays
2 changes: 1 addition & 1 deletion packages/array-split/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-split",
"version": "3.0.1",
"version": "3.0.2",
"description": "Splits array into groups of n items each",
"main": "index.js",
"module": "index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/array-zip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# just-zip-it

## 3.0.6

### Patch Changes

- TS: accpet read-only arrays

## 3.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/array-zip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-zip-it",
"version": "3.0.5",
"version": "3.0.6",
"description": "returns an array of grouped elements, taking n-th element from every given array",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit 1268d78

Please sign in to comment.