From 256392ce4f86b6d343203cee38abfbe5fd82fedd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Nov 2022 13:01:33 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/qlik-oss/carbon-core/compare/v2.0.2...v2.0.3) (2022-11-19) ### Bug Fixes * change paint responsibility ([c862f53](https://github.com/qlik-oss/carbon-core/commit/c862f53191c47cae73027cabda61155f7e2f2e29)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e5ea3..8493385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://github.com/qlik-oss/carbon-core/compare/v2.0.2...v2.0.3) (2022-11-19) + + +### Bug Fixes + +* change paint responsibility ([c862f53](https://github.com/qlik-oss/carbon-core/commit/c862f53191c47cae73027cabda61155f7e2f2e29)) + ## [2.0.2](https://github.com/qlik-oss/carbon-core/compare/v2.0.1...v2.0.2) (2022-11-15) diff --git a/package.json b/package.json index dd54d2f..4747001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qlik/carbon-core", - "version": "2.0.2", + "version": "2.0.3", "description": "Core components for react-native-carbon", "main": "src/index.js", "author": "Qlik",