Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #4235

Merged
merged 1 commit into from
Mar 5, 2022
Merged

Version Packages (next) #4235

merged 1 commit into from
Mar 5, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 5, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

master is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on master.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@sveltejs/adapter-auto@1.0.0-next.31

Patch Changes

  • Updated dependencies [8aa2920b]:
    • @sveltejs/adapter-cloudflare@1.0.0-next.15
    • @sveltejs/adapter-netlify@1.0.0-next.50
    • @sveltejs/adapter-vercel@1.0.0-next.46

@sveltejs/adapter-cloudflare@1.0.0-next.15

Patch Changes

  • [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192) (#4229)

@sveltejs/adapter-cloudflare-workers@1.0.0-next.35

Patch Changes

  • [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192) (#4229)

@sveltejs/adapter-netlify@1.0.0-next.50

Patch Changes

  • [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192) (#4229)

@sveltejs/adapter-node@1.0.0-next.71

Patch Changes

  • [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192) (#4229)

@sveltejs/adapter-static@1.0.0-next.29

Patch Changes

  • [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192) (#4229)

@sveltejs/adapter-vercel@1.0.0-next.46

Patch Changes

  • [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192) (#4229)

@PH4NTOMiki
Copy link
Contributor

@benmccann the release action errored so the release isn't available https://github.com/sveltejs/kit/actions/runs/1938332789

@Conduitry
Copy link
Member

The pnpm lockfile is out of date, but there's other weird stuff going on with the kit.svelte.dev site directory in the repo. It includes the static adapter for some reason, and builds are failing because it can't find devalue, I think because #4221 switched to using the local src version of Kit for local development of the site, but did so incompletely.

@baseballyama
Copy link
Member

Did we need to change sites/kit.svelte.dev/package.json on #4221 ?
If nessesaey, should we add devalue on sites/kit.svelte.dev/package.json ?
(Just adding it then I could build it.)
But still I didn't get why suddenly devalue is missing...

@PH4NTOMiki
Copy link
Contributor

As far as I can see there is not a change in package.json that reflects devalue.

@baseballyama
Copy link
Member

I think packages/kit/node_modules contains devalue, so before #4221 , we could use devalue.
But now we don't see packages/kit/node_modules, so it is missing.
I think if we keep like node ./svelte-kit.js way, we need to add devalue on sites/kit.svelte.dev/package.json.

@PH4NTOMiki
Copy link
Contributor

Can you try it, it could work

This was referenced Mar 5, 2022
@baseballyama
Copy link
Member

Or when we merge the next version up PR #4240 ,
automatically they will be released?

@baseballyama
Copy link
Member

@PH4NTOMiki

I don't have rebase permission to master branch. Only maintainers can do this operation.

@PH4NTOMiki
Copy link
Contributor

I know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants