Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DevoInc/genesys-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
soslayando committed Nov 15, 2023
2 parents 2e2fa1d + 29a4293 commit cb90460
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://github.com/DevoInc/genesys-ui/compare/v1.2.1...v1.3.0) (2023-11-15)


### Features

* adapted to the last version of genesys-icons and improvements for Icon component to admit IconBase components as children. ([39f3871](https://github.com/DevoInc/genesys-ui/commit/39f387129fc7012c6058e9c4dc027752c91c75f9))


### Bug Fixes

* **Table:** Improved virtualization scrolling ([d3d9bce](https://github.com/DevoInc/genesys-ui/commit/d3d9bce8cd78dbcb3ca3b59f8d1eb2c438f7aa26))
* **Table:** QUV-1836 Improved table virtualization and alignments ([969cb75](https://github.com/DevoInc/genesys-ui/commit/969cb753307601e23ee73ef28986d95df93a13b2))

## [1.2.1](https://github.com/DevoInc/genesys-ui/compare/v1.2.0...v1.2.1) (2023-11-10)


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.2.1",
"version": "1.3.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.2.1",
"version": "1.3.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.2.1",
"@devoinc/genesys-ui": "^1.3.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.2.1",
"version": "1.3.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.2.1",
"version": "1.3.0",
"description": "",
"scripts": {
"compile": "tsc --project tsconfig.json",
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^3.5.0",
"@devoinc/genesys-ui": "^1.2.1",
"@devoinc/genesys-ui": "^1.3.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.2.1",
"version": "1.3.0",
"description": "",
"scripts": {
"compile": "tsc --project tsconfig.json",
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^3.5.0",
"@devoinc/genesys-ui": "^1.2.1",
"@devoinc/genesys-ui": "^1.3.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.2.1",
"version": "1.3.0",
"description": "",
"scripts": {
"compile": "tsc --project tsconfig.json",
Expand All @@ -26,7 +26,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-ui": "^1.2.1",
"@devoinc/genesys-ui": "^1.3.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 cb90460

Please sign in to comment.