Skip to content

Commit

Permalink
chore: Publish new versions of embeds (calcom#14543)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariombalhara authored Apr 12, 2024
1 parent b41b830 commit 0cc93aa
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 4 deletions.
9 changes: 9 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @calcom/web

## 3.9.9

### Patch Changes

- Updated dependencies
- @calcom/embed-core@1.4.0
- @calcom/embed-react@1.4.0
- @calcom/embed-snippet@1.2.0

## 3.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcom/web",
"version": "3.9.8",
"version": "3.9.9",
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/embeds/embed-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @calcom/embed-core

## 1.4.0

### Minor Changes

- Added a few more events

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/embeds/embed-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcom/embed-core",
"version": "1.3.2",
"version": "1.4.0",
"description": "This is the vanilla JS core script that embeds Cal Link",
"main": "./dist/embed/embed.js",
"types": "./dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/embeds/embed-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @calcom/embed-react

## 1.4.0

### Minor Changes

- Added a few more events

### Patch Changes

- Updated dependencies
- @calcom/embed-core@1.4.0
- @calcom/embed-snippet@1.2.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/embeds/embed-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@calcom/embed-react",
"sideEffects": false,
"version": "1.3.1",
"version": "1.4.0",
"description": "Embed Cal Link as a React Component",
"license": "SEE LICENSE IN LICENSE",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/embeds/embed-snippet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @calcom/embed-snippet

## 1.2.0

### Minor Changes

- Added a few more events

### Patch Changes

- Updated dependencies
- @calcom/embed-core@1.4.0

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/embeds/embed-snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@calcom/embed-snippet",
"sideEffects": false,
"version": "1.1.2",
"version": "1.2.0",
"main": "./dist/snippet.umd.js",
"module": "./dist/snippet.es.js",
"description": "Vanilla JS embed snippet that is responsible to fetch @calcom/embed-core and thus show Cal Link as an embed on a page.",
Expand Down

0 comments on commit 0cc93aa

Please sign in to comment.