Skip to content

Releases: baptisteArno/typebot.io

v2.1.0

17 May 15:18
Compare
Choose a tag to compare

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

  1. Only pull the commits up to the v2.1.0 tag.
    Something like:
git fetch origin v2.1.0
git merge v2.1.0
  1. Build the application to apply the prisma automatic migrations.
  2. Navigate to packages/scripts
  3. Copy .env.local.example to .env.local and replace with your variables
  4. Run yarn to install packages
  5. Run the migration script:
yarn start:workspaces:migration