From 891525901fd8de8f34a38d5803007c08c397e133 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Aug 2020 12:45:33 +0000 Subject: [PATCH] chore(release): 1.1.3 ## [1.1.3](https://github.com/DHI-GRAS/react-components/compare/v1.1.2...v1.1.3) (2020-08-17) ### Bug Fixes * **boilerplate:** add react-scripts and webpack as dependencies ([2da4cf2](https://github.com/DHI-GRAS/react-components/commit/2da4cf2a6975dda7d383aec17abf245ac5289597)) * **boilerplate:** Add test script ([4a52fbe](https://github.com/DHI-GRAS/react-components/commit/4a52fbeaff6500ab4f7a8b0384022c20c28fe96d)) * **boilerplate:** Add webpack and babel ([f2d3e41](https://github.com/DHI-GRAS/react-components/commit/f2d3e41d28aa861223c203b7e2093fa59318ca5a)) * **boilerplate:** Modify CI env ([3172533](https://github.com/DHI-GRAS/react-components/commit/3172533eccf6309b5ba5056eac7b05a42109a62e)) * **boilerplate:** remove redundant scripts ([a000807](https://github.com/DHI-GRAS/react-components/commit/a0008075d63f621f6e495aea34d8df414b4ea2de)) * **boilerplate:** Remove webpack from devDep/dep ([b7b7457](https://github.com/DHI-GRAS/react-components/commit/b7b7457ad4f98697a975d985b7078acdb9ca14a6)) --- docs/CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2f7cd98..fd870a3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.1.3](https://github.com/DHI-GRAS/react-components/compare/v1.1.2...v1.1.3) (2020-08-17) + + +### Bug Fixes + +* **boilerplate:** add react-scripts and webpack as dependencies ([2da4cf2](https://github.com/DHI-GRAS/react-components/commit/2da4cf2a6975dda7d383aec17abf245ac5289597)) +* **boilerplate:** Add test script ([4a52fbe](https://github.com/DHI-GRAS/react-components/commit/4a52fbeaff6500ab4f7a8b0384022c20c28fe96d)) +* **boilerplate:** Add webpack and babel ([f2d3e41](https://github.com/DHI-GRAS/react-components/commit/f2d3e41d28aa861223c203b7e2093fa59318ca5a)) +* **boilerplate:** Modify CI env ([3172533](https://github.com/DHI-GRAS/react-components/commit/3172533eccf6309b5ba5056eac7b05a42109a62e)) +* **boilerplate:** remove redundant scripts ([a000807](https://github.com/DHI-GRAS/react-components/commit/a0008075d63f621f6e495aea34d8df414b4ea2de)) +* **boilerplate:** Remove webpack from devDep/dep ([b7b7457](https://github.com/DHI-GRAS/react-components/commit/b7b7457ad4f98697a975d985b7078acdb9ca14a6)) + ## [1.1.2](https://github.com/DHI-GRAS/react-components/compare/v1.1.1...v1.1.2) (2020-08-17) diff --git a/package.json b/package.json index df4361f..1e6b86a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@dhi-gras/react-components", "description": "Generic react components for our frontends", "author": "DHI-GRAS", - "version": "1.1.2", + "version": "1.1.3", "private": false, "main": "dist/main.js", "publishConfig": {