diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e966a66..9848eff5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.3.1](https://github.com/onfido/castor/compare/v2.2.5...v2.3.1) (2024-02-12) + +### Features + +- **react:** accordion component ([#2295](https://github.com/onfido/castor/issues/2295)) ([1e86c3f](https://github.com/onfido/castor/commit/1e86c3f178f7476e670622b442d8cd056866650d)) + +### Bug Fixes + +- **a11y:** set to hidden input ([#2560](https://github.com/onfido/castor/issues/2560)) ([a342a0e](https://github.com/onfido/castor/commit/a342a0e4a5d44532d4da2fd761760ab293e35102)) + ## [2.3.0](https://github.com/onfido/castor/compare/v2.2.5...v2.3.0) (2023-10-02) ### Features diff --git a/examples/custom-themes/package.json b/examples/custom-themes/package.json index 0b581c828..135588091 100644 --- a/examples/custom-themes/package.json +++ b/examples/custom-themes/package.json @@ -1,6 +1,6 @@ { "name": "castor-custom-themes", - "version": "2.3.0", + "version": "2.3.1", "type": "module", "private": true, "scripts": { diff --git a/examples/html-css-js-bundler/package.json b/examples/html-css-js-bundler/package.json index c93b40887..6490e5889 100644 --- a/examples/html-css-js-bundler/package.json +++ b/examples/html-css-js-bundler/package.json @@ -1,6 +1,6 @@ { "name": "castor-html-css-js-bundler", - "version": "2.3.0", + "version": "2.3.1", "type": "module", "private": true, "scripts": { diff --git a/examples/html-css-js/package.json b/examples/html-css-js/package.json index 5b65883b8..634270153 100644 --- a/examples/html-css-js/package.json +++ b/examples/html-css-js/package.json @@ -1,6 +1,6 @@ { "name": "castor-html-css-js", - "version": "2.3.0", + "version": "2.3.1", "type": "module", "private": true, "scripts": { diff --git a/examples/html-css/package.json b/examples/html-css/package.json index 64419dad0..9ff744b74 100644 --- a/examples/html-css/package.json +++ b/examples/html-css/package.json @@ -1,6 +1,6 @@ { "name": "castor-html-css", - "version": "2.3.0", + "version": "2.3.1", "type": "module", "private": true, "scripts": { diff --git a/examples/html-scss-ts-bundler/package.json b/examples/html-scss-ts-bundler/package.json index 8c64b6383..4a3a44d07 100644 --- a/examples/html-scss-ts-bundler/package.json +++ b/examples/html-scss-ts-bundler/package.json @@ -1,6 +1,6 @@ { "name": "html-scss-ts-bundler", - "version": "2.3.0", + "version": "2.3.1", "type": "module", "private": true, "scripts": { diff --git a/examples/react-emotion-ts-bundler/package.json b/examples/react-emotion-ts-bundler/package.json index d0edafa94..e61742d13 100644 --- a/examples/react-emotion-ts-bundler/package.json +++ b/examples/react-emotion-ts-bundler/package.json @@ -1,6 +1,6 @@ { "name": "castor-react-emotion-ts-bundler", - "version": "2.3.0", + "version": "2.3.1", "type": "module", "private": true, "scripts": { diff --git a/examples/react-scss-js-webpack/package.json b/examples/react-scss-js-webpack/package.json index 0ad6451da..2832dd1bd 100644 --- a/examples/react-scss-js-webpack/package.json +++ b/examples/react-scss-js-webpack/package.json @@ -1,6 +1,6 @@ { "name": "castor-react-scss-js-webpack", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "start": "webpack serve --mode development --open --hot", diff --git a/examples/react-scss-ts-bundler/package.json b/examples/react-scss-ts-bundler/package.json index bcba814ea..a7b0dcdea 100644 --- a/examples/react-scss-ts-bundler/package.json +++ b/examples/react-scss-ts-bundler/package.json @@ -1,6 +1,6 @@ { "name": "castor-react-scss-ts-bundler", - "version": "2.3.0", + "version": "2.3.1", "type": "module", "private": true, "scripts": { diff --git a/package.json b/package.json index 7ceae0ae5..529d02fa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "2.3.0", + "version": "2.3.1", "private": true, "workspaces": [ "examples/*", diff --git a/packages/core/package.json b/packages/core/package.json index 0e3b2b5d9..9d17bd0de 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@onfido/castor", - "version": "2.3.0", + "version": "2.3.1", "description": "Onfido's design system.", "author": "Onfido", "license": "Apache-2.0", diff --git a/packages/react/package.json b/packages/react/package.json index a1db00cf4..7a20cbeca 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@onfido/castor-react", - "version": "2.3.0", + "version": "2.3.1", "description": "React component library for Castor.", "author": "Onfido", "license": "Apache-2.0", @@ -27,7 +27,7 @@ "!src/**/*.d.ts" ], "peerDependencies": { - "@onfido/castor": "^2.3.0", + "@onfido/castor": "^2.3.1", "@onfido/castor-icons": ">=1.0.0", "react": ">=16.8.0", "react-dom": ">=16.8.0"