From a70f5e84bdd0086e096c4bb6ac7652c26bd0c676 Mon Sep 17 00:00:00 2001 From: Arvindan Date: Thu, 27 Jul 2023 11:24:48 +0530 Subject: [PATCH] chore(release): publish - @freshworks/crayons@4.3.0-beta.1 - @freshworks/crayons-custom-objects@1.3.1-beta.2 --- packages/crayons-core/CHANGELOG.md | 11 +++++++++++ packages/crayons-core/package.json | 2 +- packages/crayons-extended/custom-objects/CHANGELOG.md | 8 ++++++++ packages/crayons-extended/custom-objects/package.json | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/crayons-core/CHANGELOG.md b/packages/crayons-core/CHANGELOG.md index 0909f619e..e12aabd7b 100644 --- a/packages/crayons-core/CHANGELOG.md +++ b/packages/crayons-core/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. +# [4.3.0-beta.1](https://github.com/freshworks/crayons/compare/@freshworks/crayons@4.3.0-beta.0...@freshworks/crayons@4.3.0-beta.1) (2023-07-27) + + +### Features + +* **fw-select:** add search variant ([d184338](https://github.com/freshworks/crayons/commit/d18433873cce8d66d46f7a2e28d5941b07ae1fb4)) + + + + + ## [4.3.0-beta.0](https://github.com/freshworks/crayons/compare/@freshworks/crayons@4.2.1-beta.0...@freshworks/crayons@4.3.0-beta.0) (2023-07-25) ### Features diff --git a/packages/crayons-core/package.json b/packages/crayons-core/package.json index 2f393e9d8..bee1e2e63 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.0", + "version": "4.3.0-beta.1", "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 1006a045c..ef186cb17 100644 --- a/packages/crayons-extended/custom-objects/CHANGELOG.md +++ b/packages/crayons-extended/custom-objects/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.1-beta.2](https://github.com/freshworks/crayons/compare/@freshworks/crayons-custom-objects@1.3.1-beta.1...@freshworks/crayons-custom-objects@1.3.1-beta.2) (2023-07-27) + +**Note:** Version bump only for package @freshworks/crayons-custom-objects + + + + + ## [1.3.0-beta.19](https://github.com/freshworks/crayons/compare/@freshworks/crayons-custom-objects@1.3.0-beta.18...@freshworks/crayons-custom-objects@1.3.0-beta.19) (2023-06-27) ### Features diff --git a/packages/crayons-extended/custom-objects/package.json b/packages/crayons-extended/custom-objects/package.json index 3cf197833..d1e64c5e0 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.3.1-beta.1", + "version": "1.3.1-beta.2", "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.0", + "@freshworks/crayons": "^4.3.0-beta.1", "@freshworks/crayons-i18n": "^4.2.0", "@stencil/core": "2.17.4", "stencil": "^0.0.5",