Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jan 7, 2022
1 parent 4a396ba commit 4a8c642
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0-alpha.9](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-01-07)


### Bug Fixes

* **style:** icon_img_in_markdown ([bdd6e0a](https://github.com/ecomplus/storefront-cms/commit/bdd6e0a55fc2a3bc42138284da2ebfe13a58037c))

## [2.0.0-alpha.8](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-01-06)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@ecomplus/storefront-cms",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "Content and page builder for Storefront based on Netlify CMS",
"main": "netlify-cms@2/packages/netlify-cms/src/index.js",
"files": [
"/dist/*"
],
"scripts": {
"postinstall": "husky install",
"build": "cd netlify-cms* && yarn build:app && npx ncp packages/netlify-cms-app/dist ../dist && cd ..",
"build": "cd netlify-cms* && yarn build && npx ncp packages/netlify-cms-app/dist ../dist && cd ..",
"version": "standard-version --prerelease alpha",
"release": "npm run build && git add dist && git commit -m \"chore(release): dist\" && npm run version"
},
Expand Down

0 comments on commit 4a8c642

Please sign in to comment.