Skip to content

Commit

Permalink
fix: rollback previous patch and handle null case for DeepValue
Browse files Browse the repository at this point in the history
  • Loading branch information
erwijet committed Dec 7, 2023
1 parent f75df9e commit 5ebfb39
Show file tree
Hide file tree
Showing 7 changed files with 7,273 additions and 91 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bryx-inc/ts-utils

## 1.68.2

### Patch Changes

- Rollback 1.68.1 and handle `null` in DeepValue

## 1.68.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bryx-inc/ts-utils",
"version": "1.68.1",
"version": "1.68.2",
"repository": "[email protected]:bryx-inc/ts-utils.git",
"author": "Tyler Holewinski <[email protected]>",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"main": "dist/index.js",
"sideEffects": false,
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@changesets/cli": "^2.27.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
Expand Down
Loading

0 comments on commit 5ebfb39

Please sign in to comment.