Skip to content

Commit

Permalink
chore(release): 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Ulrich committed Feb 12, 2024
1 parent 5a8273f commit b1e20f3
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castor-custom-themes",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/html-css-js-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castor-html-css-js-bundler",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/html-css-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castor-html-css-js",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/html-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castor-html-css",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/html-scss-ts-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-scss-ts-bundler",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-emotion-ts-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castor-react-emotion-ts-bundler",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-scss-js-webpack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-scss-ts-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castor-react-scss-ts-bundler",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"workspaces": [
"examples/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit b1e20f3

Please sign in to comment.