Skip to content

Commit

Permalink
Release 17.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Jan 24, 2025
1 parent b0106a6 commit 4a5eb20
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.1.1](https://github.com/DevoInc/genesys-ui/compare/v17.1.0...v17.1.1) (2025-01-24)

### Bug Fixes

* mapTextToColors ([b0106a6](https://github.com/DevoInc/genesys-ui/commit/b0106a6069bde17ec0e868a772466c2f0827e304))

## [17.1.0](https://github.com/DevoInc/genesys-ui/compare/v17.0.0...v17.1.0) (2025-01-24)

### 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.1.0",
"version": "17.1.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": "17.1.0",
"version": "17.1.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": "^17.1.0",
"@devoinc/genesys-ui": "^17.1.1",
"ahooks": ">=3.0",
"monaco-editor-core": "0.x",
"react": ">=19.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.1.0",
"version": "17.1.1",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-ui": "^17.1.0",
"@devoinc/genesys-ui": "^17.1.1",
"polished": ">=4.0",
"react": ">=19.0",
"react-dom": ">=19.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.1.0",
"version": "17.1.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": "17.1.0",
"version": "17.1.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": "^17.1.0",
"@devoinc/genesys-ui": "^17.1.1",
"date-fns": ">=4.0",
"react": ">=19.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.1.0",
"version": "17.1.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": "^17.1.0",
"@devoinc/genesys-ui-datetime": "^17.1.0",
"@devoinc/genesys-ui": "^17.1.1",
"@devoinc/genesys-ui-datetime": "^17.1.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": "17.1.0",
"version": "17.1.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": "^17.1.0",
"@devoinc/genesys-ui": "^17.1.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 4a5eb20

Please sign in to comment.