Please See Wiki If You Can't Find What You're Looking For, Like Rolling Back If You Have Publish Issues
This is the lerna-managed monorepo for the blocks that make up the Fusion News Theme.
This monorepo is a collection of packages for blocks. Blocks are versioned together.
if you're looking for local news theme block development, go to news theme development markdown doc
if you're looking for local blocks setup instructions with the news-theme, go to the prerequisites and 9-step quick guide
This package has been published with a number of dist-tags meant for different purposes:
stable
: This tag should be equivalent tolatest
and the process for maintaining parity should be automated with a Github Action workflow found here. If that workflow doesn't work or the versions tagged bylatest
andstable
do not match you can runnpm run latest-stable-parity
to fix that.beta
: These are prerelease builds published with thenpx lerna publish --preid beta --pre-dist-tag beta
command from thebeta
branch. More information can be found here.canary
: These builds are generated with this Github Action on every push to thecanary
branch. These builds don't follow the normal versioning scheme, instead they are published as version0.0.0
appended with the short commit ID for the commit being built from (ex.0.0.0-canary
).hotfix
: As you may have guessed, these builds are meant for hotfixes. More information about how these builds are made can be found here.latest
: This dist tag is deprecated. As with all other NPM packages, this is the default dist-tag. Whenever a non-prerelease block gets published, it is published with this tag.
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.