Skip to content

Releases: panteliselef/astro-with-clerk-auth

astro-clerk-auth@0.3.0

05 Apr 21:06
8d45280
Compare
Choose a tag to compare

Minor Changes

  • 6054242: Support for hotloading clerk-js. Hotloading ensures that your application always run the latest and most stable version of Clerk.

    To enabled it, update the import path for the clerk integration to look like this

    import clerk from "astro-clerk-auth/hotload";
    
    export default defineConfig({
      integrations: [
        ...
        clerk({
          afterSignInUrl: "/",
          afterSignUpUrl: "/",
        }),
      ],
    });

    If in your app you are using updateClerkOptions from astro-clerk-auth/client you can update that import path to astro-clerk-auth/client/hotload

astro-clerk-auth@0.2.0

31 Mar 20:01
219ba98
Compare
Choose a tag to compare

Minor Changes

  • 03d94be: Replace .enterWith() with .run() when using async local storage.
    • After this change, usage of ClerkLayout will not be necessary for React SSR work properly.

Patch Changes

  • 952ea60: Bump clerk versions
    • @clerk/backend@1.0.0-beta.30 -> @clerk/backend@1.0.0-beta.31
    • @clerk/clerk-js@5.0.0-beta.37 -> @clerk/clerk-js@5.0.0-beta.38

astro-clerk-auth@0.1.2

26 Mar 19:16
6c7b597
Compare
Choose a tag to compare

Patch Changes

  • d2242d9: Bump clerk versions
    • @clerk/backend@1.0.0-beta.29 -> @clerk/backend@1.0.0-beta.30
    • @clerk/clerk-js@5.0.0-beta.35 -> @clerk/clerk-js@5.0.0-beta.37
    • @clerk/shared@5.0.0-beta.19 -> @clerk/shared@5.0.0-beta.20
    • @clerk/types@4.0.0-beta.21 -> @clerk/types@4.0.0-beta.22

astro-clerk-auth@0.1.1

20 Mar 18:07
99d9dac
Compare
Choose a tag to compare

Patch Changes

  • dff41fd: Bump clerk versions
    • @clerk/backend@1.0.0-beta.28 -> @clerk/backend@1.0.0-beta.29
    • @clerk/clerk-js@5.0.0-beta.34 -> @clerk/clerk-js@5.0.0-beta.35
    • @clerk/types@4.0.0-beta.20 -> @clerk/types@4.0.0-beta.21

astro-clerk-auth@0.1.0

15 Mar 14:08
87400bc
Compare
Choose a tag to compare

Minor Changes

  • 3b3c26f: Enable installation with astro add command.

astro-clerk-auth@0.0.11

11 Mar 22:55
e31fc0f
Compare
Choose a tag to compare

Patch Changes

  • 258d4d6: Bump clerk versions
    • @clerk/backend@1.0.0-beta.27 -> @clerk/backend@1.0.0-beta.28
    • @clerk/clerk-js@5.0.0-beta.33 -> @clerk/clerk-js@5.0.0-beta.34

astro-clerk-auth@0.0.10

06 Mar 23:43
233a076
Compare
Choose a tag to compare

Patch Changes

  • 112b4b6: Bump clerk beta versions

astro-clerk-auth@0.0.9

05 Mar 00:25
b346d2a
Compare
Choose a tag to compare

Patch Changes

  • 4b57912: Update documentation for protecting api routes.
  • f723cb6: Bump clerk packages.

astro-clerk-auth@0.0.8

02 Mar 00:53
54ee669
Compare
Choose a tag to compare

Patch Changes

  • abadd2f: Re-export @clerk/backend from '/server'
  • 5b70352: Bump clerk beta versions.

astro-clerk-auth@0.0.7

23 Feb 21:12
ca0882e
Compare
Choose a tag to compare

Patch Changes