Skip to content

Commit

Permalink
Release 17.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Feb 3, 2025
1 parent 6a74575 commit 3ee82d9
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [17.5.2](https://github.com/DevoInc/genesys-ui/compare/v17.5.1...v17.5.2) (2025-02-03)

### Bug Fixes

* **UserFilter:** add initials to Avatar component and update tooltip to show email ([6a74575](https://github.com/DevoInc/genesys-ui/commit/6a745753819734cff0ec345cc97a800706dcb212))

## [17.5.1](https://github.com/DevoInc/genesys-ui/compare/v17.5.0...v17.5.1) (2025-02-03)

### Bug Fixes
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": "17.5.1",
"version": "17.5.2",
"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": "17.5.1",
"version": "17.5.2",
"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": "^17.5.1",
"@devoinc/genesys-ui": "^17.5.2",
"ahooks": ">=3.0",
"monaco-editor-core": "0.x",
"react": ">=17.0",
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": "17.5.1",
"version": "17.5.2",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-ui": "^17.5.1",
"@devoinc/genesys-ui": "^17.5.2",
"polished": ">=4.0",
"react": ">=17.0",
"react-dom": ">=17.0",
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": "17.5.1",
"version": "17.5.2",
"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": "17.5.1",
"version": "17.5.2",
"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": "^17.5.1",
"@devoinc/genesys-ui": "^17.5.2",
"date-fns": ">=4.0",
"react": ">=17.0",
"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": "17.5.1",
"version": "17.5.2",
"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": "^17.5.1",
"@devoinc/genesys-ui-datetime": "^17.5.1",
"@devoinc/genesys-ui": "^17.5.2",
"@devoinc/genesys-ui-datetime": "^17.5.2",
"@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": "17.5.1",
"version": "17.5.2",
"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": "^17.5.1",
"@devoinc/genesys-ui": "^17.5.2",
"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 3ee82d9

Please sign in to comment.