fix: location for `@calcom/embed-react` types (#9090)

* Use correct location for types

* Release packages

* Update versions

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/9194/head
Hariom Balhara 2023-05-30 09:00:52 +05:30 committed by GitHub
parent d5746ed277
commit 8922981012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 70 additions and 4 deletions

View File

@ -1,5 +1,23 @@
# @calcom/web
## 2.9.4
### Patch Changes
- Updated dependencies
- @calcom/embed-snippet@1.0.9
- @calcom/embed-react@1.1.1
- @calcom/embed-core@1.2.1
## 2.9.3
### Patch Changes
- Updated dependencies
- @calcom/embed-react@1.1.0
- @calcom/embed-core@1.2.0
- @calcom/embed-snippet@1.0.8
## 2.7.16
### Patch Changes

View File

@ -1,5 +1,17 @@
# @calcom/embed-core
## 1.2.1
### Patch Changes
- Fix the build for embed-react
## 1.2.0
### Minor Changes
- Fix missing types for @calcom/embed-react. Also, release support for floatingButton config parameter. Though the support is available using embed.js already, for users using getCalApi the TypeScript types would report that config isn't supported.
## 1.1.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@calcom/embed-core",
"version": "1.1.5",
"version": "1.2.1",
"description": "This is the vanilla JS core script that embeds Cal Link",
"main": "./dist/embed/embed.js",
"types": "./dist/index.d.ts",

View File

@ -1,5 +1,26 @@
# @calcom/embed-react
## 1.1.1
### Patch Changes
- Fix the build for embed-react
- Updated dependencies
- @calcom/embed-snippet@1.0.9
- @calcom/embed-core@1.2.1
## 1.1.0
### Minor Changes
- Fix missing types for @calcom/embed-react. Also, release support for floatingButton config parameter. Though the support is available using embed.js already, for users using getCalApi the TypeScript types would report that config isn't supported.
### Patch Changes
- Updated dependencies
- @calcom/embed-core@1.2.0
- @calcom/embed-snippet@1.0.8
## 1.0.12
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@calcom/embed-react",
"sideEffects": false,
"version": "1.0.12",
"version": "1.1.1",
"description": "Embed Cal Link as a React Component",
"license": "SEE LICENSE IN LICENSE",
"repository": {
@ -27,7 +27,7 @@
},
"main": "./dist/Cal.umd.js",
"module": "./dist/Cal.es.js",
"types": "./dist/index.d.ts",
"types": "./dist/embed-react/src/index.d.ts",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"

View File

@ -1,5 +1,20 @@
# @calcom/embed-snippet
## 1.0.9
### Patch Changes
- Fix the build for embed-react
- Updated dependencies
- @calcom/embed-core@1.2.1
## 1.0.8
### Patch Changes
- Updated dependencies
- @calcom/embed-core@1.2.0
## 1.0.7
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@calcom/embed-snippet",
"sideEffects": false,
"version": "1.0.7",
"version": "1.0.9",
"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.",