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 runs-on: ubuntu-latest
defaults: defaults:
run: run:
working-directory: ./packages/js working-directory: ./packages/react
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2 - uses: pnpm/action-setup@v2.2.2
@@ -18,6 +18,6 @@ jobs:
- run: pnpm build - run: pnpm build
- uses: JS-DevTools/npm-publish@v1 - uses: JS-DevTools/npm-publish@v1
with: with:
package: './packages/js/package.json' package: './packages/react/package.json'
token: ${{ secrets.NPM_TOKEN }} token: ${{ secrets.NPM_TOKEN }}
access: public access: public

View File

@@ -14,5 +14,5 @@ The Redirect logic block allows you to redirect your user to a given URL either
/> />
:::caution :::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", "name": "@typebot.io/js",
"version": "0.0.2", "version": "0.0.3",
"description": "Javascript library to display typebots on your website", "description": "Javascript library to display typebots on your website",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@typebot.io/react", "name": "@typebot.io/react",
"version": "0.0.2", "version": "0.0.3",
"description": "React library to display typebots on your website", "description": "React library to display typebots on your website",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",