diff --git a/packages/array/CHANGELOG.md b/packages/array/CHANGELOG.md index fe98430..d695875 100644 --- a/packages/array/CHANGELOG.md +++ b/packages/array/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.2](https://github.com/beatgig/midi/compare/@beatgig/array@1.1.1...@beatgig/array@1.1.2) (2020-04-22) + +**Note:** Version bump only for package @beatgig/array + + + + + ## [1.1.1](https://github.com/beatgig/midi/compare/@beatgig/array@1.1.0...@beatgig/array@1.1.1) (2020-02-04) **Note:** Version bump only for package @beatgig/array diff --git a/packages/array/package.json b/packages/array/package.json index f9e50aa..9df8224 100644 --- a/packages/array/package.json +++ b/packages/array/package.json @@ -1,6 +1,6 @@ { "name": "@beatgig/array", - "version": "1.1.1", + "version": "1.1.2", "description": "A collection of useful array utilities.", "author": "BeatGig LLC ", "homepage": "https://github.com/beatgig/midi/tree/master/packages/array", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 17d1de8..72d8adb 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.3](https://github.com/beatgig/midi/compare/@beatgig/forms@2.1.2...@beatgig/forms@2.1.3) (2020-04-22) + + +### Bug Fixes + +* guard against null or undefined values ([606bba8](https://github.com/beatgig/midi/commit/606bba8)) + + + + + ## [2.1.2](https://github.com/beatgig/midi/compare/@beatgig/forms@2.1.1...@beatgig/forms@2.1.2) (2020-02-04) **Note:** Version bump only for package @beatgig/forms diff --git a/packages/forms/package.json b/packages/forms/package.json index 3aa7eaf..ca32d08 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@beatgig/forms", - "version": "2.1.2", + "version": "2.1.3", "description": "A collection of useful utilities and React hooks to work with form validation.", "author": "BeatGig LLC ", "homepage": "https://github.com/beatgig/midi/tree/master/packages/forms", @@ -21,7 +21,7 @@ }, "sideEffects": false, "dependencies": { - "@beatgig/is": "^1.3.0" + "@beatgig/is": "^1.3.1" }, "peerDependencies": { "react": "^16.8.6" diff --git a/packages/function/CHANGELOG.md b/packages/function/CHANGELOG.md index 9618688..81ee98b 100644 --- a/packages/function/CHANGELOG.md +++ b/packages/function/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.4](https://github.com/beatgig/midi/compare/@beatgig/function@1.0.3...@beatgig/function@1.0.4) (2020-04-22) + +**Note:** Version bump only for package @beatgig/function + + + + + ## [1.0.3](https://github.com/beatgig/midi/compare/@beatgig/function@1.0.2...@beatgig/function@1.0.3) (2020-02-04) **Note:** Version bump only for package @beatgig/function diff --git a/packages/function/package.json b/packages/function/package.json index 8f121d4..1b9a4a5 100644 --- a/packages/function/package.json +++ b/packages/function/package.json @@ -1,6 +1,6 @@ { "name": "@beatgig/function", - "version": "1.0.3", + "version": "1.0.4", "description": "A collection of useful function utilities.", "author": "BeatGig LLC ", "homepage": "https://github.com/beatgig/midi/tree/master/packages/function", diff --git a/packages/hermes/CHANGELOG.md b/packages/hermes/CHANGELOG.md index 8a86a2c..5082a46 100644 --- a/packages/hermes/CHANGELOG.md +++ b/packages/hermes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.2](https://github.com/beatgig/midi/tree/master/packages/hermes/compare/@beatgig/hermes@1.1.1...@beatgig/hermes@1.1.2) (2020-04-22) + +**Note:** Version bump only for package @beatgig/hermes + + + + + ## [1.1.1](https://github.com/beatgig/midi/tree/master/packages/hermes/compare/@beatgig/hermes@1.1.0...@beatgig/hermes@1.1.1) (2020-04-09) **Note:** Version bump only for package @beatgig/hermes diff --git a/packages/hermes/package.json b/packages/hermes/package.json index 0a6c652..2a6f33c 100644 --- a/packages/hermes/package.json +++ b/packages/hermes/package.json @@ -1,6 +1,6 @@ { "name": "@beatgig/hermes", - "version": "1.1.1", + "version": "1.1.2", "author": "BeatGig LLC", "description": "A package to send messages via email, slack, sms, and more.", "license": "MIT", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index c2d0b9e..3a37acc 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.8](https://github.com/beatgig/midi/compare/@beatgig/hooks@1.1.7...@beatgig/hooks@1.1.8) (2020-04-22) + +**Note:** Version bump only for package @beatgig/hooks + + + + + ## [1.1.7](https://github.com/beatgig/midi/compare/@beatgig/hooks@1.1.6...@beatgig/hooks@1.1.7) (2020-02-04) **Note:** Version bump only for package @beatgig/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 40e704d..ef6f55b 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@beatgig/hooks", - "version": "1.1.7", + "version": "1.1.8", "description": "A collection of useful React hooks.", "author": "BeatGig LLC ", "homepage": "https://github.com/beatgig/midi/tree/master/packages/hooks", @@ -21,11 +21,11 @@ }, "sideEffects": false, "dependencies": { - "@beatgig/array": "^1.1.1", - "@beatgig/function": "^1.0.3", - "@beatgig/is": "^1.3.0", - "@beatgig/string": "^1.0.5", - "@beatgig/url": "^1.0.5" + "@beatgig/array": "^1.1.2", + "@beatgig/function": "^1.0.4", + "@beatgig/is": "^1.3.1", + "@beatgig/string": "^1.0.6", + "@beatgig/url": "^1.0.6" }, "peerDependencies": { "react": "^16.8.6" diff --git a/packages/is/CHANGELOG.md b/packages/is/CHANGELOG.md index 3d60789..f774b37 100644 --- a/packages/is/CHANGELOG.md +++ b/packages/is/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.1](https://github.com/beatgig/midi/compare/@beatgig/is@1.3.0...@beatgig/is@1.3.1) (2020-04-22) + +**Note:** Version bump only for package @beatgig/is + + + + + # [1.3.0](https://github.com/beatgig/midi/compare/@beatgig/is@1.2.0...@beatgig/is@1.3.0) (2020-02-04) diff --git a/packages/is/package.json b/packages/is/package.json index 103de2e..bcb4b12 100644 --- a/packages/is/package.json +++ b/packages/is/package.json @@ -1,6 +1,6 @@ { "name": "@beatgig/is", - "version": "1.3.0", + "version": "1.3.1", "description": "A collection of useful type and value checking functions.", "author": "BeatGig LLC ", "homepage": "https://github.com/beatgig/midi/tree/master/packages/is", diff --git a/packages/string/CHANGELOG.md b/packages/string/CHANGELOG.md index 8c20fb1..ca1c752 100644 --- a/packages/string/CHANGELOG.md +++ b/packages/string/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/beatgig/midi/compare/@beatgig/string@1.0.5...@beatgig/string@1.0.6) (2020-04-22) + +**Note:** Version bump only for package @beatgig/string + + + + + ## [1.0.5](https://github.com/beatgig/midi/compare/@beatgig/string@1.0.4...@beatgig/string@1.0.5) (2020-02-04) **Note:** Version bump only for package @beatgig/string diff --git a/packages/string/package.json b/packages/string/package.json index c593427..d266c9f 100644 --- a/packages/string/package.json +++ b/packages/string/package.json @@ -1,6 +1,6 @@ { "name": "@beatgig/string", - "version": "1.0.5", + "version": "1.0.6", "description": "A collection of useful string utilities.", "author": "BeatGig LLC ", "homepage": "https://github.com/beatgig/midi/tree/master/packages/string", @@ -21,7 +21,7 @@ }, "sideEffects": false, "dependencies": { - "@beatgig/array": "^1.1.1", - "@beatgig/is": "^1.3.0" + "@beatgig/array": "^1.1.2", + "@beatgig/is": "^1.3.1" } } diff --git a/packages/url/CHANGELOG.md b/packages/url/CHANGELOG.md index 330431e..53a96c3 100644 --- a/packages/url/CHANGELOG.md +++ b/packages/url/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/beatgig/midi/compare/@beatgig/url@1.0.5...@beatgig/url@1.0.6) (2020-04-22) + +**Note:** Version bump only for package @beatgig/url + + + + + ## [1.0.5](https://github.com/beatgig/midi/compare/@beatgig/url@1.0.4...@beatgig/url@1.0.5) (2020-02-04) **Note:** Version bump only for package @beatgig/url diff --git a/packages/url/package.json b/packages/url/package.json index 29dd29e..3680c94 100644 --- a/packages/url/package.json +++ b/packages/url/package.json @@ -1,6 +1,6 @@ { "name": "@beatgig/url", - "version": "1.0.5", + "version": "1.0.6", "description": "A collection of useful utilities for working with urls.", "author": "BeatGig LLC ", "homepage": "https://github.com/beatgig/midi/tree/master/packages/url", @@ -21,8 +21,8 @@ }, "sideEffects": false, "dependencies": { - "@beatgig/array": "^1.1.1", - "@beatgig/is": "^1.3.0", + "@beatgig/array": "^1.1.2", + "@beatgig/is": "^1.3.1", "lodash.isequal": "^4.5.0" } }