Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: udecode/plate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @udecode/[email protected]
Choose a base ref
...
head repository: udecode/plate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Showing 5,365 changed files with 262,210 additions and 161,666 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 12 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -2,9 +2,19 @@
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"changelog": ["./changelog-config", { "repo": "udecode/plate" }],
"commit": false,
"linked": [["@udecode/*"]],
"linked": [
[
"@udecode/plate",
"@udecode/plate*",
"@udecode/slate",
"@udecode/slate*",
"@udecode/react*",
"@udecode/cn",
"@udecode/utils"
]
],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["www", "e2e-examples"]
"ignore": ["www"]
}
Loading