chore: update changeset description to be a litle more heplful

This commit is contained in:
blam
2021-02-12 15:19:49 +01:00
parent 532bc0ec0c
commit 094c081294
+8 -1
View File
@@ -3,4 +3,11 @@
'@backstage/create-app': minor
---
Upgrading the lerna@4.0.0
Upgrading to lerna@4.0.0. This changes the interface for importing, and because we can't run multiple versions of lerna, this is a breaking change.
You'll need to update your root `package.json` like the following:
```diff
- "lerna": "^3.20.2",
+ "lerna": "^4.0.0",
```