Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump version for embed #18285

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6",
"version": "4.8.7",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should only be bumped on new releases

"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
Loading