/pinelab-vendure-plugins

Monorepo for different Vendure plugins developed by Pinelab

Primary LanguageTypeScript

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