From ce9c18d0a945bdfe7400ffc51412fc4517c7caa0 Mon Sep 17 00:00:00 2001 From: rihansiddhi Date: Thu, 3 Oct 2024 16:10:11 +0530 Subject: [PATCH] chore(release): publish - @freshworks/crayons@4.3.0-beta.18 - @freshworks/crayons-custom-objects@1.4.0-beta.19 --- packages/crayons-core/CHANGELOG.md | 21 +++++++++++++++++++ packages/crayons-core/package.json | 2 +- .../custom-objects/CHANGELOG.md | 11 ++++++++++ .../custom-objects/package.json | 4 ++-- 4 files changed, 35 insertions(+), 3 deletions(-) diff --git a/packages/crayons-core/CHANGELOG.md b/packages/crayons-core/CHANGELOG.md index ab97ed40a..5563d3005 100644 --- a/packages/crayons-core/CHANGELOG.md +++ b/packages/crayons-core/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.3.0-beta.18](https://github.com/freshworks/crayons/compare/@freshworks/crayons@4.3.0-beta.17...@freshworks/crayons@4.3.0-beta.18) (2024-10-03) + + +### Bug Fixes + +* changes to metaText from author for generic text in select option ([bce20c0](https://github.com/freshworks/crayons/commit/bce20c0e881beaf6998401a12c0f811360770568)) +* minor update on createDescription changes ([e280127](https://github.com/freshworks/crayons/commit/e28012769f712ca8fa27e0a5dbf2d78958065138)) +* test case changes for fw-select ([232a6ec](https://github.com/freshworks/crayons/commit/232a6ece0c6f3802dd276dd716f7273a104a6ccb)) +* text cases changes ([ef046bd](https://github.com/freshworks/crayons/commit/ef046bde665872275cd56abb8b5a47d3dcd4a255)) + + +### Features + +* addition of dropdownvariant conversations with interface defined ([54e5a0d](https://github.com/freshworks/crayons/commit/54e5a0dc4e60bfbace233345b6f9513902030664)) +* handle the scenario when imageSrc is present ([b455ffb](https://github.com/freshworks/crayons/commit/b455ffb9192ff586c6a22053fe41b11891898c01)) +* introduction of new variations - conversation to create new select option with author details ([8f3ff04](https://github.com/freshworks/crayons/commit/8f3ff040ca36faf589ac22393d02f32a305eb4d9)) + + + + + ## [4.3.0-beta.17](https://github.com/freshworks/crayons/compare/@freshworks/crayons@4.3.0-beta.16...@freshworks/crayons@4.3.0-beta.17) (2024-09-30) ### Bug Fixes diff --git a/packages/crayons-core/package.json b/packages/crayons-core/package.json index f13c167fe..f4225d0a9 100644 --- a/packages/crayons-core/package.json +++ b/packages/crayons-core/package.json @@ -15,7 +15,7 @@ "typescript" ], "author": "Freshworks Inc", - "version": "4.3.0-beta.17", + "version": "4.3.0-beta.18", "description": "Crayons Web Components library", "main": "dist/index.cjs.js", "module": "dist/index.js", diff --git a/packages/crayons-extended/custom-objects/CHANGELOG.md b/packages/crayons-extended/custom-objects/CHANGELOG.md index 9d0f38de8..00b8b1470 100644 --- a/packages/crayons-extended/custom-objects/CHANGELOG.md +++ b/packages/crayons-extended/custom-objects/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0-beta.19](https://github.com/freshworks/crayons/compare/@freshworks/crayons-custom-objects@1.4.0-beta.18...@freshworks/crayons-custom-objects@1.4.0-beta.19) (2024-10-03) + + +### Bug Fixes + +* removed the icon for dynamic sections ([#941](https://github.com/freshworks/crayons/issues/941)) ([2d19558](https://github.com/freshworks/crayons/commit/2d19558ccd3bbc154dc7373f90706d34ec883f13)) + + + + + ## [1.4.0-beta.18](https://github.com/freshworks/crayons/compare/@freshworks/crayons-custom-objects@1.4.0-beta.17...@freshworks/crayons-custom-objects@1.4.0-beta.18) (2024-09-30) ### Bug Fixes diff --git a/packages/crayons-extended/custom-objects/package.json b/packages/crayons-extended/custom-objects/package.json index 413a4cf92..9a6244743 100644 --- a/packages/crayons-extended/custom-objects/package.json +++ b/packages/crayons-extended/custom-objects/package.json @@ -1,7 +1,7 @@ { "name": "@freshworks/crayons-custom-objects", "author": "Freshworks Inc", - "version": "1.4.0-beta.18", + "version": "1.4.0-beta.19", "description": "Custom Objects with Crayons", "main": "dist/index.cjs.js", "module": "dist/index.js", @@ -39,7 +39,7 @@ "test": "stencil test --spec --e2e --max-workers=1" }, "dependencies": { - "@freshworks/crayons": "^4.3.0-beta.17", + "@freshworks/crayons": "^4.3.0-beta.18", "@freshworks/crayons-i18n": "^4.3.0-beta.1", "@stencil/core": "2.17.4", "stencil": "^0.0.5",