2
0

🔖 Release bot v0.0.3

This commit is contained in:
Baptiste Arnaud
2023-02-20 09:30:15 +01:00
parent b2d1235f1b
commit fe7c85c788
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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.
:::

View File

@ -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",

View File

@ -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",