Releases: baptisteArno/typebot.io
Releases · baptisteArno/typebot.io
v2.1.0
Introducing Workspaces
This version now relies on workspaces instead of users for ownership. If you already deployed version 2.0.0, you need to run the migration script.
Migration from v2.0.0
- Only pull the commits up to the v2.1.0 tag.
Something like:
git fetch origin v2.1.0
git merge v2.1.0
- Build the application to apply the prisma automatic migrations.
- Navigate to
packages/scripts
- Copy
.env.local.example
to.env.local
and replace with your variables - Run
yarn
to install packages - Run the migration script:
yarn start:workspaces:migration