From 79fba1db46f6ad5d2d9d00750cb74ba213e3a780 Mon Sep 17 00:00:00 2001 From: Arvindan Date: Mon, 17 Jul 2023 21:56:57 +0530 Subject: [PATCH] chore(release): publish - @freshworks/crayons@4.2.1-beta.0 - @freshworks/crayons-custom-objects@1.3.1-beta.0 --- packages/crayons-core/CHANGELOG.md | 8 ++++++++ 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, 19 insertions(+), 3 deletions(-) diff --git a/packages/crayons-core/CHANGELOG.md b/packages/crayons-core/CHANGELOG.md index 3f63ce9f5..b4ac59dc7 100644 --- a/packages/crayons-core/CHANGELOG.md +++ b/packages/crayons-core/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. +## [4.2.1-beta.0](https://github.com/freshworks/crayons/compare/@freshworks/crayons@4.2.0...@freshworks/crayons@4.2.1-beta.0) (2023-07-17) + +**Note:** Version bump only for package @freshworks/crayons + + + + + ## [4.2.0-beta.20](https://github.com/freshworks/crayons/compare/@freshworks/crayons@4.2.0-beta.19...@freshworks/crayons@4.2.0-beta.20) (2023-06-27) ### Features diff --git a/packages/crayons-core/package.json b/packages/crayons-core/package.json index dc3318d7f..8c3e5e6ba 100644 --- a/packages/crayons-core/package.json +++ b/packages/crayons-core/package.json @@ -15,7 +15,7 @@ "typescript" ], "author": "Freshworks Inc", - "version": "4.2.0", + "version": "4.2.1-beta.0", "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..6376169d0 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.0](https://github.com/freshworks/crayons/compare/@freshworks/crayons-custom-objects@1.3.0...@freshworks/crayons-custom-objects@1.3.1-beta.0) (2023-07-17) + +**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 581dd57d3..36b829c58 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.0", + "version": "1.3.1-beta.0", "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.2.0", + "@freshworks/crayons": "^4.2.1-beta.0", "@freshworks/crayons-i18n": "^4.2.0", "@stencil/core": "2.17.4", "stencil": "^0.0.5",