Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

v0.1.0

Choose a tag to compare

@aeneasr aeneasr released this 06 Oct 09:40
· 61 commits to main since this release
6b1aa6e

Introduces a breaking change to imports:

- import { ui, nextjs } from '@ory/integrations'
+ import { ... } from '@ory/integrations/ui'
+ import { ... } from '@ory/integrations/nextjs'