Skip to content

Commit

Permalink
Release 14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Dec 19, 2024
1 parent eca344f commit b505a4c
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [14.3.0](https://github.com/DevoInc/genesys-ui/compare/v14.2.0...v14.3.0) (2024-12-19)

### Features

* Improvements for stories and fixed some problems with form components. ([de579f6](https://github.com/DevoInc/genesys-ui/commit/de579f6e267a6af51af42fa0b0b9582753dc9647))

### Bug Fixes

* fixed circular dependency ([eca344f](https://github.com/DevoInc/genesys-ui/commit/eca344f9993c6c6da6a76cf1c8ed9922a1859663))

## [14.2.0](https://github.com/DevoInc/genesys-ui/compare/v14.1.4...v14.2.0) (2024-12-18)

### 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": "14.2.0",
"version": "14.3.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": "14.2.0",
"version": "14.3.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": "^14.2.0",
"@devoinc/genesys-ui": "^14.3.0",
"ahooks": "3.x",
"monaco-editor-core": "0.x",
"react": "^16.3.0 || 17.x || 18.x || 19.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": "14.2.0",
"version": "14.3.0",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-ui": "^14.2.0",
"@devoinc/genesys-ui": "^14.3.0",
"polished": "4.x",
"react": "^16.3.0 || 17.x || 18.x || 19.x",
"react-color": "2.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": "14.2.0",
"version": "14.3.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": "14.2.0",
"version": "14.3.0",
"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": "^14.2.0",
"@devoinc/genesys-ui": "^14.3.0",
"date-fns": "4.x",
"react": "^16.3.0 || 17.x || 18.x || 19.x",
"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": "14.2.0",
"version": "14.3.0",
"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": "^14.2.0",
"@devoinc/genesys-ui-datetime": "^14.2.0",
"@devoinc/genesys-ui": "^14.3.0",
"@devoinc/genesys-ui-datetime": "^14.3.0",
"@tanstack/react-virtual": "3.x",
"date-fns": "4.x",
"@date-fns/tz": "1.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": "14.2.0",
"version": "14.3.0",
"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": "^14.2.0",
"@devoinc/genesys-ui": "^14.3.0",
"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 b505a4c

Please sign in to comment.