Skip to content

Commit

Permalink
Release 16.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Jan 14, 2025
1 parent a8a9aaa commit 1ae9a10
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [16.2.1](https://github.com/DevoInc/genesys-ui/compare/v16.2.0...v16.2.1) (2025-01-14)

### Bug Fixes

* **core:** aria-checked added to SwitchControl input, closes [#108](https://github.com/DevoInc/genesys-ui/issues/108) ([fbe97d2](https://github.com/DevoInc/genesys-ui/commit/fbe97d24e7d611a101932a6e9b430b1a2d6e5ad9))
* wrong value on aria-selected attribute ([a8a9aaa](https://github.com/DevoInc/genesys-ui/commit/a8a9aaa1572dee98c3c1b6c08196a512aa63cc4d))

## [16.2.0](https://github.com/DevoInc/genesys-ui/compare/v16.1.0...v16.2.0) (2025-01-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-ui",
"version": "16.2.0",
"version": "16.2.1",
"description": "",
"type": "module",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui-code",
"version": "16.2.0",
"version": "16.2.1",
"description": "",
"type": "module",
"types": "./dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"dpdm": "dpdm --exit-code circular:1 ./src/index.ts"
},
"peerDependencies": {
"@devoinc/genesys-ui": "^16.2.0",
"@devoinc/genesys-ui": "^16.2.1",
"ahooks": ">=3.0",
"monaco-editor-core": "0.x",
"react": ">=16.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui-color",
"version": "16.2.0",
"version": "16.2.1",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-ui": "^16.2.0",
"@devoinc/genesys-ui": "^16.2.1",
"polished": ">=4.0",
"react": ">=16.3",
"react-dom": ">=16.3",
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": "@devoinc/genesys-ui",
"version": "16.2.0",
"version": "16.2.1",
"description": "",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui-datetime",
"version": "16.2.0",
"version": "16.2.1",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "4.x || 5.x || 6.x",
"@devoinc/genesys-ui": "^16.2.0",
"@devoinc/genesys-ui": "^16.2.1",
"date-fns": ">=4.0",
"react": ">=16.3",
"react-popper": "2.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui-table",
"version": "16.2.0",
"version": "16.2.1",
"description": "Genesys composable table",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "4.x || 5.x || 6.x",
"@devoinc/genesys-ui": "^16.2.0",
"@devoinc/genesys-ui-datetime": "^16.2.0",
"@devoinc/genesys-ui": "^16.2.1",
"@devoinc/genesys-ui-datetime": "^16.2.1",
"@tanstack/react-virtual": "3.x",
"date-fns": ">=4.0",
"@date-fns/tz": ">=1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui-upload",
"version": "16.2.0",
"version": "16.2.1",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "4.x || 5.x || 6.x",
"@devoinc/genesys-ui": "^16.2.0",
"@devoinc/genesys-ui": "^16.2.1",
"filepond-plugin-file-validate-size": "2.x",
"filepond-plugin-file-validate-type": "1.x",
"filepond-plugin-image-preview": "4.x",
Expand Down

0 comments on commit 1ae9a10

Please sign in to comment.