Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:40
d0dd70a

0.6.0 (2026-07-20)

This release introduces a new read-only mode for demo instances and resolves a key issue with mobile dependencies.

✨ Highlights

  • Added read-only mode for demo instances to restrict updates during demos. See setup details below. (#ee177d0)
  • Fixed an issue by adding react-native-worklets as a direct dependency for mobile apps. (#ac1ee7d)

⚠️ Breaking changes

  • Admins must set the READ_ONLY environment variable to "true" to enable the read-only mode for demo instances. Update your environment configuration accordingly before upgrading.

Full changelog (auto-generated)

0.6.0 (2026-07-20)

⚠ BREAKING CHANGES

  • Admins must set the READ_ONLY environment variable to "true" for demo instances to enable this feature.

Features

  • add read-only mode for demo instances (ee177d0)

Bug Fixes

  • add react-native-worklets as a direct mobile dependency (ac1ee7d)