Skip to content

Commit

Permalink
Release 13.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Nov 8, 2024
1 parent 116cc38 commit caa302b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [13.5.0](https://github.com/DevoInc/genesys-ui/compare/v13.4.2...v13.5.0) (2024-11-08)


### Features

* added disabled state to Collapse component. ([658aed2](https://github.com/DevoInc/genesys-ui/commit/658aed215b31456562b91c274d77eab740013211))


### Bug Fixes

* **table:** [#98](https://github.com/DevoInc/genesys-ui/issues/98) Table cellEditor not works with select component ([edc266a](https://github.com/DevoInc/genesys-ui/commit/edc266a4e1e85b3abe2157a4074d0531fef83ed8))
* **table:** add target _blank in link renderer ([b2f637f](https://github.com/DevoInc/genesys-ui/commit/b2f637f692c5da649bec47025b80fe1a0949e43e))
* update @devoinc/genesys-brand-devo ([35734d3](https://github.com/DevoInc/genesys-ui/commit/35734d3b20beebaeb0aae8a8f4789ded67f671bb))
* updated to the last version of genesys-brand-devo to get the correct format of a token used in BooleanRenderer ([9f152ca](https://github.com/DevoInc/genesys-ui/commit/9f152caa06c06ecc37d8270390212a46b6c9f5f0))

## [13.4.2](https://github.com/DevoInc/genesys-ui/compare/v13.4.1...v13.4.2) (2024-10-29)


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": "13.4.2",
"version": "13.5.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": "13.4.2",
"version": "13.5.0",
"description": "",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dpdm": "dpdm --exit-code circular:1 ./src/index.ts"
},
"peerDependencies": {
"@devoinc/genesys-ui": "^13.4.2",
"@devoinc/genesys-ui": "^13.5.0",
"ahooks": "3.x.x",
"monaco-editor-core": "0.x.x",
"react": "16.x || 17.x || 18.x",
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": "13.4.2",
"version": "13.5.0",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-ui": "^13.4.2",
"@devoinc/genesys-ui": "^13.5.0",
"polished": "4.x.x",
"react": "16.x || 17.x || 18.x",
"react-color": "2.x.x",
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": "13.4.2",
"version": "13.5.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": "13.4.2",
"version": "13.5.0",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "4.x.x || 5.x.x || 6.x.x",
"@devoinc/genesys-ui": "^13.4.2",
"@devoinc/genesys-ui": "^13.5.0",
"date-fns": "2.x.x",
"react": "16.x || 17.x || 18.x",
"react-popper": "2.x.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": "13.4.2",
"version": "13.5.0",
"description": "Genesys composable table",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^4.x.x || ^5.x.x || ^6.x.x",
"@devoinc/genesys-ui": "^13.4.2",
"@devoinc/genesys-ui-datetime": "^13.4.2",
"@devoinc/genesys-ui": "^13.5.0",
"@devoinc/genesys-ui-datetime": "^13.5.0",
"@tanstack/react-virtual": "3.x.x",
"date-fns": "2.x.x",
"date-fns-tz": "2.x.x",
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": "13.4.2",
"version": "13.5.0",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "4.x.x || 5.x.x || 6.x.x",
"@devoinc/genesys-ui": "^13.4.2",
"@devoinc/genesys-ui": "^13.5.0",
"filepond-plugin-file-validate-size": "2.x.x",
"filepond-plugin-file-validate-type": "1.x.x",
"filepond-plugin-image-preview": "4.x.x",
Expand Down

0 comments on commit caa302b

Please sign in to comment.