You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix npm install error from v0.1.0. Add README and improve workflows.
6
+
7
+
v0.1.0 was published with `workspace:*` dependency which doesn't work outside the monorepo. This release fixes that by letting changesets automatically convert it to the proper version range during publish.
6
8
7
-
- Fix: Replace `workspace:*` with `^0.1.0` for plugins dependency
8
9
- Add: README with installation instructions and examples
9
-
- Fix: Remove pnpm version conflicts in GitHub workflows
0 commit comments