From 747e3f8126a0b7c108b6c682184937f9a6155e81 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Mar 2022 12:24:43 +0000 Subject: [PATCH] chore(release): 26.2.0 [skip ci] # [26.2.0](https://github.com/alfa-laboratory/core-components/compare/v26.1.0...v26.2.0) (2022-03-29) ### Features * add extra content class name prop for radio and checkbox components ([#1048](https://github.com/alfa-laboratory/core-components/issues/1048)) ([3c076b9](https://github.com/alfa-laboratory/core-components/commit/3c076b939a64dff8f9c66bd65f474ccea76c8cad)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e92a6589f5..8dd244f821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [26.2.0](https://github.com/alfa-laboratory/core-components/compare/v26.1.0...v26.2.0) (2022-03-29) + + +### Features + +* add extra content class name prop for radio and checkbox components ([#1048](https://github.com/alfa-laboratory/core-components/issues/1048)) ([3c076b9](https://github.com/alfa-laboratory/core-components/commit/3c076b939a64dff8f9c66bd65f474ccea76c8cad)) + # [26.1.0](https://github.com/alfa-laboratory/core-components/compare/v26.0.1...v26.1.0) (2022-03-28) diff --git a/package.json b/package.json index 9a6720f881..3e42087ee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alfalab/core-components", - "version": "26.1.0", + "version": "26.2.0", "private": true, "workspaces": [ "packages/*"