This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@rocket/cli@0.20.3
Patch Changes
a48dcd8: Introducing rocket lint to verify if all your links are correct.
There are two modes:
# check existing production build in _site (need to execute "rocket build" before)
rocket lint
# run a fast html only build and then check it
rocket lint --build-html
Updated dependencies [0ed3d6d]
@rocket/engine@0.2.7
@rocket/engine@0.2.7
Patch Changes
0ed3d6d: Adjust urls containing url fragments
<!-- user writes -->
<a href="./about.rocket.js#some-id"></a>
<!-- rocket outputs -->
<!-- before -->
<a href="./about.rocket.js#some-id"></a>
<!-- after -->
<a href="/about/#some-id"></a>
@rocket/launch@0.21.2
Patch Changes
87c10ec: Work without JavaScript if Declarative Shadow Dom (DSD) is supported by browser
d7e461c: Replace Layout Options logoSrc and logoAlt strings with a logoSmall TemplateResult
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@rocket/cli@0.20.3
Patch Changes
a48dcd8: Introducing
rocket lint
to verify if all your links are correct.There are two modes:
Updated dependencies [0ed3d6d]
@rocket/engine@0.2.7
Patch Changes
0ed3d6d: Adjust urls containing url fragments
@rocket/launch@0.21.2
Patch Changes
87c10ec: Work without JavaScript if Declarative Shadow Dom (DSD) is supported by browser
d7e461c: Replace Layout Options
logoSrc
andlogoAlt
strings with alogoSmall
TemplateResulta12adf2: Add padding above slogan an home page
Updated dependencies [a48dcd8]
Updated dependencies [0ed3d6d]