From 8e8eb9b1d5a00f32224317a6d8aa52b85eab70d9 Mon Sep 17 00:00:00 2001 From: Jasper Van Proeyen Date: Tue, 7 Dec 2021 17:25:33 +0100 Subject: [PATCH] v6.2.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350cf650..a7406faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## v6.2.0 - 2021-12-07 + +### Added +- `Modal` - added option to use custom component as confirm and deny button + + ## v6.1.0 - 2021-11-25 ### Fixed diff --git a/package-lock.json b/package-lock.json index 648cfaf6..733aceef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@acpaas-ui/react-components", - "version": "6.1.0", + "version": "6.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13fc832a..a607b448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acpaas-ui/react-components", - "version": "6.1.0", + "version": "6.2.0", "description": "Antwerp UI is a component interface library for building user interfaces and responsive web apps.", "license": "MIT", "main": "dist/index.cjs.js",