Skip to content

Commit

Permalink
Release 13.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Oct 29, 2024
1 parent 5e02e17 commit f7d9462
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

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


### Bug Fixes

* **table:** sortable only header cell ([5e02e17](https://github.com/DevoInc/genesys-ui/commit/5e02e17bfa7dd66912cda2ed7158bb5a33197b55))

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

## [13.4.0](https://github.com/DevoInc/genesys-ui/compare/v13.3.3...v13.4.0) (2024-10-28)
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.1",
"version": "13.4.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": "13.4.1",
"version": "13.4.2",
"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.1",
"@devoinc/genesys-ui": "^13.4.2",
"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.1",
"version": "13.4.2",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-ui": "^13.4.1",
"@devoinc/genesys-ui": "^13.4.2",
"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.1",
"version": "13.4.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": "13.4.1",
"version": "13.4.2",
"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.1",
"@devoinc/genesys-ui": "^13.4.2",
"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.1",
"version": "13.4.2",
"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.1",
"@devoinc/genesys-ui-datetime": "^13.4.1",
"@devoinc/genesys-ui": "^13.4.2",
"@devoinc/genesys-ui-datetime": "^13.4.2",
"@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.1",
"version": "13.4.2",
"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.1",
"@devoinc/genesys-ui": "^13.4.2",
"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 f7d9462

Please sign in to comment.