Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/serious-meals-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@clerk/shared": patch

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔧 I think that changing the public API (eg removing an export in our case) of a package requires a major version bump.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's an internal package without a README only used by our Jest tests that we also don't tell people to install or use. It'd consider it purely internal.

So while technically you're correct, I wouldn't care about that :)

---

Internal updates and improvements, with the only public change that npm should no longer complain about missing `react` peerDependency.

Updates:
- Remove `@clerk/shared/testUtils` export (which was only used for internal usage)
- Add `peerDependenciesMeta` to make `react` peerDep optional
Loading