Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @freshworks/[email protected]
 - @freshworks/[email protected]
  • Loading branch information
rihansiddhi committed Oct 3, 2024
1 parent f67602f commit ce9c18d
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
21 changes: 21 additions & 0 deletions packages/crayons-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@freshworks/[email protected]) (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/[email protected]...@freshworks/[email protected]) (2024-09-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/crayons-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/crayons-extended/custom-objects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@freshworks/[email protected]) (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/[email protected]...@freshworks/[email protected]) (2024-09-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/crayons-extended/custom-objects/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ce9c18d

Please sign in to comment.