magnusdahlstrand / shared-ui

NPM package for internal use in WPMU DEV plugins.

Home Page:https://wpmudev.github.io/shared-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shared UI npm version Build Status

For internal use in WPMU DEV plugins.

Usage

See showcase.

Example plugin integration using webpack

See example plugin.

Contributing

Please read through our contributing guidelines.

Releasing a new version

  1. Merge development into master
  2. run changelog.sh script to update CHANGELOG.md and update the commits to be logical and nice adding DEV NOTES where applicable
  3. You will need to be added to the npm package as a contributor before the next step.
  4. Run either npm run release:patch npm run release:minor npm run release:major based on the version you want.
  5. Push to master
  6. Add a git tag git tag v2.3.1 replace the version number with the new version.
  7. Push the tag git push --tags
  8. Update the current release in github to the latest tag. DONE :)

About

NPM package for internal use in WPMU DEV plugins.

https://wpmudev.github.io/shared-ui/

License:GNU General Public License v2.0


Languages

Language:HTML 45.7%Language:JavaScript 29.5%Language:CSS 24.7%Language:Shell 0.2%