Skip to content

Commit

Permalink
Patch Bump (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c authored Sep 10, 2022
1 parent c09fe15 commit 4636c2c
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/array-flatten/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# just-flatten-it

## 5.1.2

### Patch Changes

- Type improvements

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/array-flatten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-flatten-it",
"version": "5.1.1",
"version": "5.1.2",
"description": "return a flattened array",
"main": "index.js",
"module": "index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/array-group-by/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# just-group-by

## 2.1.2

### Patch Changes

- Type improvements

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/array-group-by/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-group-by",
"version": "2.1.1",
"version": "2.1.2",
"description": "return a grouped object from array",
"main": "index.js",
"module": "index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/array-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# just-index

## 4.1.2

### Patch Changes

- Type improvements

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/array-index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-index",
"version": "4.1.1",
"version": "4.1.2",
"description": "return an object from an array, keyed by the value at the given id",
"main": "index.js",
"module": "index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/object-omit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# just-omit

## 2.1.2

### Patch Changes

- Type improvements

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/object-omit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-omit",
"version": "2.1.1",
"version": "2.1.2",
"description": "copy an object but omit the specified keys",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit 4636c2c

Please sign in to comment.