diff --git a/CHANGELOG.md b/CHANGELOG.md index 31effebe..221ea412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.19.2](https://github.com/codesandbox/sandpack/compare/v2.19.1...v2.19.2) (2024-09-04) + +### Bug Fixes + +- accessibility issue in tabs ([#1184](https://github.com/codesandbox/sandpack/issues/1184)) ([98af978](https://github.com/codesandbox/sandpack/commit/98af978f40942ed6d3a3bb96151c9c9dcd00691a)) + ## [2.19.1](https://github.com/codesandbox/sandpack/compare/v2.19.0...v2.19.1) (2024-08-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a0045833..967637c9 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.19.1" + "version": "2.19.2" } diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 8fe61e17..83de232c 100644 --- a/sandpack-react/CHANGELOG.md +++ b/sandpack-react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.19.2](https://github.com/codesandbox/sandpack/compare/v2.19.1...v2.19.2) (2024-09-04) + +### Bug Fixes + +- accessibility issue in tabs ([#1184](https://github.com/codesandbox/sandpack/issues/1184)) ([98af978](https://github.com/codesandbox/sandpack/commit/98af978f40942ed6d3a3bb96151c9c9dcd00691a)) + ## [2.19.1](https://github.com/codesandbox/sandpack/compare/v2.19.0...v2.19.1) (2024-08-27) ### Bug Fixes diff --git a/sandpack-react/package.json b/sandpack-react/package.json index e2f803e4..2c7eac64 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.19.1", + "version": "2.19.2", "description": "", "keywords": [], "repository": {