Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.73 KB

code style: prettier lerna

Pinelab Vendure plugins

Visit pinelab-plugins.com for official docs and examples.

Check out the plugins in this repository:

Development

Contributions welcome!

Upgrading Vendure version

Follow these steps to upgrade the vendure version of all plugins at once.

  1. Create and checkout a new branch like feat/vendure-1.7.1
  2. Upgrade all Vendure dependencies by running yarn upgrade:vendure
  3. Create a PR to merge into master