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]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
  • Loading branch information
arvindanta committed Jul 5, 2023
1 parent 3b57eee commit b524b33
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/crayons-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2023-07-05)

**Note:** Version bump only for package @freshworks/crayons





## [4.2.0-beta.20](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2023-06-27)

### Features
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.2.0-beta.21",
"version": "4.2.0",
"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.2.0-beta.8",
"@freshworks/crayons-i18n": "^4.2.0",
"@popperjs/core": "^2.10.2",
"@stencil/core": "2.17.4",
"date-fns": "^2.28.0",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2023-07-05)

**Note:** Version bump only for package @freshworks/crayons-custom-objects





## [1.3.0-beta.19](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2023-06-27)

### Features
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.3.0-beta.20",
"version": "1.3.0",
"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.2.0-beta.21",
"@freshworks/crayons-i18n": "^4.2.0-beta.8",
"@freshworks/crayons": "^4.2.0",
"@freshworks/crayons-i18n": "^4.2.0",
"@stencil/core": "2.17.4",
"stencil": "^0.0.5",
"uuid": "^8.3.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/crayons-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2023-07-05)

**Note:** Version bump only for package @freshworks/crayons-i18n





## [4.2.0-beta.8](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2023-06-27)

### Features
Expand Down
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.2.0-beta.8",
"version": "4.2.0",
"description": "Crayons i18n Library",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/crayons-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2023-07-05)

**Note:** Version bump only for package @freshworks/crayons-icon





## [4.1.1-beta.0](https://github.com/freshworks/crayons/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2023-02-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/crayons-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/freshworks/crayons.git"
},
"version": "4.1.1-beta.0",
"version": "4.1.1",
"description": "Freshworks `Crayons Icon` is an Icon library of SVGs. It also provides a NodeJS CLI to optimize SVGs.",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit b524b33

Please sign in to comment.