Release 2.0.0: the Prisma Next rebuild is a breaking change - #4
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Bumps the package to 2.0.0 for the Prisma Next rebuild merged in #3.
A major rather than a minor, because a
^1.1.0consumer would otherwise pickthis up and break on all three of these:
@prisma/client >=7to@prisma/orm-postgres >=8.0.0-rc.8;./codegensubpath export is gone, along with the Prisma 7 generator itpointed at;
$extendsarguments — they areSqlMiddlewarepassed topostgres({ middleware }).Version commit only; no source changes.
Type of change
npm version majorChecklist
npm test) — 86 tests.Contribution terms (required)
I grant the project owner the right to license my contribution
commercially, royalty-free, my contribution stays available under
GPL-3.0, I keep my copyright, and I understand I will receive no fee for
it. If I did not agree, I would not be submitting this contribution.
Merge this with a merge commit, not squash or rebase. The
v2.0.0tag isalready on the remote and points at
5001561; the repo's "Tags are immutableonce pushed" ruleset means it cannot be moved. A squash or rebase would rewrite
that commit and leave the tag pointing at nothing reachable from
master.