Skip to content

Commit

Permalink
Merge branch 'next' into feat/select-options
Browse files Browse the repository at this point in the history
  • Loading branch information
harshith-venkatesh-freshworks authored Sep 30, 2024
2 parents 1533384 + e1a977a commit c6485de
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 16 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/crayons-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.17](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2024-09-30)

### Bug Fixes

- added the fix for ticket field ([34adfd9](https://github.com/freshworks/crayons/commit/34adfd94d656a855837494858162923f1f4de5f3))

## [4.3.0-beta.16](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2024-09-17)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.16",
"version": "4.3.0-beta.17",
"description": "Crayons Web Components library",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -104,7 +104,7 @@
},
"license": "MIT",
"dependencies": {
"@freshworks/crayons-i18n": "^4.3.0-beta.0",
"@freshworks/crayons-i18n": "^4.3.0-beta.1",
"@popperjs/core": "^2.10.2",
"@stencil/core": "2.17.4",
"@tanstack/virtual-core": "^3.0.0-beta.68",
Expand Down
6 changes: 6 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,12 @@
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.18](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2024-09-30)

### Bug Fixes

- **test fix:** test fix ([32c9f76](https://github.com/freshworks/crayons/commit/32c9f76c8f415935070347f7053f2ddf44adf10f))

## [1.4.0-beta.17](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2024-09-17)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.17",
"version": "1.4.0-beta.18",
"description": "Custom Objects with Crayons",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"test": "stencil test --spec --e2e --max-workers=1"
},
"dependencies": {
"@freshworks/crayons": "^4.3.0-beta.16",
"@freshworks/crayons-i18n": "^4.3.0-beta.0",
"@freshworks/crayons": "^4.3.0-beta.17",
"@freshworks/crayons-i18n": "^4.3.0-beta.1",
"@stencil/core": "2.17.4",
"stencil": "^0.0.5",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/crayons-i18n/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/crayons-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/crayons-i18n",
"version": "4.3.0-beta.0",
"version": "4.3.0-beta.1",
"description": "Crayons i18n Library",
"repository": {
"type": "git",
Expand Down

0 comments on commit c6485de

Please sign in to comment.