Skip to content

Commit

Permalink
chore: Bump version for embed (#18285)
Browse files Browse the repository at this point in the history
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
  • Loading branch information
hariombalhara and PeerRich authored Jan 6, 2025
1 parent a7727b5 commit b9a460d
Show file tree
Hide file tree
Showing 8 changed files with 36 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

## 4.8.7

### Patch Changes

- Updated dependencies
- @calcom/embed-core@1.5.2
- @calcom/embed-react@1.5.2
- @calcom/embed-snippet@1.3.2

## 4.5.2

### 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": "4.8.12",
"version": "4.8.6",
"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.5.2

### Patch Changes

- Bundle size reduction for embed-react

## 1.5.1

### 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.5.1",
"version": "1.5.2",
"description": "This is the vanilla JS core script that embeds Cal Link",
"main": "./dist/embed/embed.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/embeds/embed-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @calcom/embed-react

## 1.5.2

### Patch Changes

- Bundle size reduction for embed-react
- Updated dependencies
- @calcom/embed-core@1.5.2
- @calcom/embed-snippet@1.3.2

## 1.5.1

### Patch 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.5.1",
"version": "1.5.2",
"description": "Embed Cal Link as a React Component",
"license": "SEE LICENSE IN LICENSE",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/embeds/embed-snippet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @calcom/embed-snippet

## 1.3.2

### Patch Changes

- Bundle size reduction for embed-react
- Updated dependencies
- @calcom/embed-core@1.5.2

## 1.3.1

### 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.3.1",
"version": "1.3.2",
"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 b9a460d

Please sign in to comment.