🔖 Release bot v0.0.3
This commit is contained in:
4
.github/workflows/publish-typebot-react.yml
vendored
4
.github/workflows/publish-typebot-react.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./packages/js
|
||||
working-directory: ./packages/react
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: pnpm/action-setup@v2.2.2
|
||||
@ -18,6 +18,6 @@ jobs:
|
||||
- run: pnpm build
|
||||
- uses: JS-DevTools/npm-publish@v1
|
||||
with:
|
||||
package: './packages/js/package.json'
|
||||
package: './packages/react/package.json'
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
access: public
|
||||
|
@ -14,5 +14,5 @@ The Redirect logic block allows you to redirect your user to a given URL either
|
||||
/>
|
||||
|
||||
:::caution
|
||||
Safari and iOS devices will block a redirect in a new tab by default and display a message that says "A popup has been blocked, would you like to open it?". To never stumble upon this issue, a redirect on the current page is preferable.
|
||||
Safari and iOS devices will block a redirect in a new tab by default so a popup will be displayed to the user. Make sure to test your redirect logic block on these devices.
|
||||
:::
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/react",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "React library to display typebots on your website",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user