Uh oh!
There was an error while loading. Please reload this page.
chore(astro): Simplify submodules and drop bundled variant - #3701
Conversation
🦋 Changeset detectedLatest commit: 2dd9cdc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
8e420ba to
a62d8ffComparepanteliselef
commented
Jul 12, 2024
!snapshot |
clerk-cookie
commented
Jul 12, 2024
Hey @panteliselef - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/astro@0.0.3-snapshot.va62d8ff --save-exact
npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact |
| "types": "./dist/react/index.d.ts", | ||
| "import": "./dist/react/index.js" | ||
| }, | ||
| "./client/stores": { |
There was a problem hiding this comment.
❓ Are we going to keep /client/stores as a separate export?
Why don't we merge it into /client?
There was a problem hiding this comment.
hmmm, i think we can do that yeah. @wobsoriano WDYT ?
There was a problem hiding this comment.
It makes sense since:
- They will know it should only be used in
client - We have a
storesuffix (i.e.$authStore) so they will know immediately that it is a nanostore
Description
Simplify submodules and drop the
bunldedvariant.Moved
@clerk/astro/client/reactto@clerk/astro/reactDropped
@clerk/astro/bundled@clerk/astro/client/bundled@clerk/astro/internal/bundled@clerk/astro/integration@clerk/astro/integration/bundledChecklist
npm testruns as expected.npm run buildruns as expected.Type of change