Skip to content

Commit a9b375f

Browse files
authored
docs: Fix migration doc crash (#975)
<!-- Thanks for contributing! Provide a description of your changes below and a general summary in the title Please look at the following checklist to ensure that your PR can be accepted quickly: --> ## Description The docs site generator didn't like the info box in the migrations docs, so I added it in another way ## Type of Change <!--- Put an `x` in all the boxes that apply: --> - [ ] ✨ `feat` -- New feature (non-breaking change which adds functionality) - [ ] 🛠️ `fix` -- Bug fix (non-breaking change which fixes an issue) - [ ] ❌ `!` -- Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🧹 `refactor` -- Code refactor - [ ] ✅ `ci` -- Build configuration change - [x] 📝 `docs` -- Documentation - [ ] 🗑️ `chore` -- Chore
1 parent 79876a6 commit a9b375f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/guides/migrations.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ environment:
4545
resolution: workspace
4646
```
4747
48-
> [!NOTE]
49-
> You have to use Dart SDK 3.9.0 or newer to use pub workspaces reliably.
50-
> If you are using an older version of the Dart SDK, you can still use Melos
51-
> with pub workspaces, but then you have to rely on the `7.0.0-dev.x` versions.
48+
<Info>
49+
You have to use Dart SDK 3.9.0 or newer to use pub workspaces reliably.
50+
If you are using an older version of the Dart SDK, you can still use Melos
51+
with pub workspaces, but then you have to rely on the `7.0.0-dev.x` versions.
52+
</Info>
5253

5354
### 'melos analyze` no longer exists
5455

0 commit comments

Comments
 (0)