From 3791e55db13b7b8e80afa5834c8e16da5e4e2b01 Mon Sep 17 00:00:00 2001 From: FluctMember Date: Tue, 17 Aug 2021 01:11:49 +0000 Subject: [PATCH] [ci skip] release v7.32.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7929a35c..2716e47fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v7.32.0](https://github.com/voyagegroup/ingred-ui/tree/v7.32.0) (2021-08-17) + +[Full Changelog](https://github.com/voyagegroup/ingred-ui/compare/v7.31.3...v7.32.0) + +**Merged pull requests:** + +- Update dependency @types/react to v17.0.18 [\#433](https://github.com/voyagegroup/ingred-ui/pull/433) ([renovate[bot]](https://github.com/apps/renovate)) +- Update non-major [\#432](https://github.com/voyagegroup/ingred-ui/pull/432) ([renovate[bot]](https://github.com/apps/renovate)) +- build\(deps\): bump path-parse from 1.0.6 to 1.0.7 in /testEnv [\#428](https://github.com/voyagegroup/ingred-ui/pull/428) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump path-parse from 1.0.6 to 1.0.7 in /examples/create-react-app [\#422](https://github.com/voyagegroup/ingred-ui/pull/422) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump url-parse from 1.5.1 to 1.5.3 in /examples/create-react-app [\#421](https://github.com/voyagegroup/ingred-ui/pull/421) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v7.31.3](https://github.com/voyagegroup/ingred-ui/tree/v7.31.3) (2021-08-12) [Full Changelog](https://github.com/voyagegroup/ingred-ui/compare/v7.31.2...v7.31.3) diff --git a/package.json b/package.json index ba9260e16..3ff8532f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingred-ui", - "version": "7.31.3", + "version": "7.32.0", "description": "", "author": "voyagegroup", "license": "MIT",