Skip to content

Commit

Permalink
minor bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c committed Jun 5, 2022
1 parent 56604cc commit b93fcf2
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/collection-clone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# just-clone

## 6.0.1

### Patch Changes

- Keep ESMs in sync with commonJS modules

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/collection-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-clone",
"version": "6.0.0",
"version": "6.0.1",
"description": "deep copies objects and arrays",
"main": "index.js",
"module": "index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/collection-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# just-diff

## 5.0.3

### Patch Changes

- Keep ESMs in sync with commonJS modules

## 5.0.2

### Patch Changes

- Fixed issue where remove diffs were sometimes not reversed
2 changes: 1 addition & 1 deletion packages/collection-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-diff",
"version": "5.0.2",
"version": "5.0.3",
"description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol",
"main": "index.js",
"module": "index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/number-in-range/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# just-in-range

## 1.0.1
### Patch Changes

- Keep ESMs in sync with commonJS modules
2 changes: 1 addition & 1 deletion packages/number-in-range/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-in-range",
"version": "1.0.0",
"version": "1.0.1",
"description": "Checks if number is within a given range",
"main": "index.js",
"module": "index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/string-kebab-case/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# just-kebab-case

## 4.0.3

### Patch Changes

- Keep ESMs in sync with commonJS modules

## 4.0.2

### Patch Changes

- No leading or trailing hyphens
2 changes: 1 addition & 1 deletion packages/string-kebab-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-kebab-case",
"version": "4.0.2",
"version": "4.0.3",
"description": "convert a string to kebab case",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit b93fcf2

Please sign in to comment.