Skip to content

Commit

Permalink
馃悰 Fix unexported Popup and Bubble from react lib
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jan 29, 2024
1 parent c23e760 commit cf101d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/embeds/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.2.36",
"version": "0.2.37",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/embeds/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typebot.io/nextjs",
"version": "0.2.36",
"version": "0.2.37",
"description": "Convenient library to display typebots on your Next.js website",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/embeds/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.2.36",
"version": "0.2.37",
"description": "Convenient library to display typebots on your React app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/embeds/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { Standard } from './Standard'
// export { Bubble } from './Bubble'
// export { Popup } from './Popup'
// export * from '@typebot.io/js'
export { Bubble } from './Bubble'
export { Popup } from './Popup'
export * from '@typebot.io/js'

0 comments on commit cf101d6

Please sign in to comment.