Skip to content

v3.0.0-beta.115

Pre-release
Pre-release
Compare
Choose a tag to compare
@denolfe denolfe released this 16 Oct 18:23
· 863 commits to main since this release
429f1a1

v3.0.0-beta.115 (2024-10-16)

🐛 Bug Fixes

  • corrects schemaPath passing (#8726) (a19e8d3)
  • db-postgres, db-sqlite: bump drizzle-kit drizzle-orm @libsql/client (#8617) (93545f3)
  • templates: website template issue with previewing drafts (#8714) (303a224)
  • ui: restrict file picking via upload config mimetypes (#8710) (c4fa885)
  • ui: add missing styles under the payload-default css layer (#8723) (e6a1ca5)
  • ui: removes overflow: hidden style from actions wrapper (#8717) (8d10737)

⚠️ BREAKING CHANGES

  • db-postgres, db-sqlite: bump drizzle-kit drizzle-orm @libsql/client (#8617) (93545f3)

    Inheriting all the fixes from drizzle moving to latest versions

    BREAKING CHANGES

    If you have a prior version of @libsql/client installed in your project,
    you must upgrade to 0.14.0

🤝 Contributors