Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Dec 4, 2023
1 parent b721d05 commit e97bd1c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.8.0](https://github.com/DevoInc/genesys-ui/compare/v1.7.0...v1.8.0) (2023-12-04)


### Features

* cell edit mode styles and HTML attributes ([86df153](https://github.com/DevoInc/genesys-ui/commit/86df1530db42eb8c7a2fd73253ddff4633b21d67))
* Row and editable cell interactions. ([5ff10e7](https://github.com/DevoInc/genesys-ui/commit/5ff10e7b2fce2cea3188faf309fa35da9ad50af1))


### Bug Fixes

* **Editor:** solve callbacks not updating ([b721d05](https://github.com/DevoInc/genesys-ui/commit/b721d0576c9f2ef5404d0bb6604ca020795cf54e))
* lint and use of correct provider. ([b87e5e8](https://github.com/DevoInc/genesys-ui/commit/b87e5e870345ea4298e15c05a3bd14b16f8f66fe))
* **Table:** Used correct width for calculations ([566dec6](https://github.com/DevoInc/genesys-ui/commit/566dec6dca2d40826d9a1e1de4c5e03d84939961))

## [1.7.0](https://github.com/DevoInc/genesys-ui/compare/v1.6.1...v1.7.0) (2023-11-30)


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": "1.7.0",
"version": "1.8.0",
"description": "",
"main": "index.js",
"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": "1.7.0",
"version": "1.8.0",
"description": "",
"types": "./dist/types/src/index.d.ts",
"main": "./dist/index.umd.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"peerDependencies": {
"@devoinc/genesys-brand-devo": "^6.1.1",
"@devoinc/genesys-ui": "^1.7.0",
"@devoinc/genesys-ui": "^1.8.0",
"ahooks": "^3.7.8",
"monaco-editor-core": "^0.24.0",
"react": ">=16.13.1",
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": "1.7.0",
"version": "1.8.0",
"description": "",
"types": "./dist/types/src/index.d.ts",
"main": "./dist/index.umd.js",
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": "1.7.0",
"version": "1.8.0",
"description": "",
"scripts": {
"compile": "tsc --project tsconfig.json",
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^3.5.1",
"@devoinc/genesys-ui": "^1.7.0",
"@devoinc/genesys-ui": "^1.8.0",
"date-fns": "^2.30.0",
"react": "16.x || 17.x || 18.x",
"react-popper": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui-form",
"version": "1.7.0",
"version": "1.8.0",
"description": "",
"scripts": {
"compile": "tsc --project tsconfig.json",
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^3.5.1",
"@devoinc/genesys-ui": "^1.7.0",
"@devoinc/genesys-ui": "^1.8.0",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
Expand Down
4 changes: 2 additions & 2 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": "1.7.0",
"version": "1.8.0",
"description": "",
"scripts": {
"compile": "tsc --project tsconfig.json",
Expand All @@ -26,7 +26,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-ui": "^1.7.0",
"@devoinc/genesys-ui": "^1.8.0",
"@tanstack/react-virtual": "^3.0.0-beta.65",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
Expand Down

0 comments on commit e97bd1c

Please sign in to comment.