Skip to content

Commit

Permalink
Release 17.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Jan 31, 2025
1 parent e97b1c1 commit bf24b32
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [17.4.0](https://github.com/DevoInc/genesys-ui/compare/v17.3.0...v17.4.0) (2025-01-31)

### Features

* re-design of proposed bulk actions panel on Table component. ([e9af775](https://github.com/DevoInc/genesys-ui/commit/e9af775dd131d8c814f053d15311878114573f16))
* **UserFilter:** add avatar rendering and separator option in user filter ([9f0309e](https://github.com/DevoInc/genesys-ui/commit/9f0309e0426f46f2c6bc7191f405a37af6973d66))

### Bug Fixes

* fixed test ([a97d562](https://github.com/DevoInc/genesys-ui/commit/a97d56209256c8209b0c4acfc7ee8286d3bc86c7))

## [17.3.0](https://github.com/DevoInc/genesys-ui/compare/v17.2.0...v17.3.0) (2025-01-30)

### 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": "17.3.0",
"version": "17.4.0",
"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.3.0",
"version": "17.4.0",
"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.3.0",
"@devoinc/genesys-ui": "^17.4.0",
"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.3.0",
"version": "17.4.0",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-ui": "^17.3.0",
"@devoinc/genesys-ui": "^17.4.0",
"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.3.0",
"version": "17.4.0",
"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.3.0",
"version": "17.4.0",
"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.3.0",
"@devoinc/genesys-ui": "^17.4.0",
"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.3.0",
"version": "17.4.0",
"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.3.0",
"@devoinc/genesys-ui-datetime": "^17.3.0",
"@devoinc/genesys-ui": "^17.4.0",
"@devoinc/genesys-ui-datetime": "^17.4.0",
"@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.3.0",
"version": "17.4.0",
"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.3.0",
"@devoinc/genesys-ui": "^17.4.0",
"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 bf24b32

Please sign in to comment.