Skip to content

Commit 4a8c642

Browse files
committed
chore(release): 2.0.0-alpha.9
1 parent 4a396ba commit 4a8c642

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [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)
6+
7+
8+
### Bug Fixes
9+
10+
* **style:** icon_img_in_markdown ([bdd6e0a](https://github.com/ecomplus/storefront-cms/commit/bdd6e0a55fc2a3bc42138284da2ebfe13a58037c))
11+
512
## [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)
613

714

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@ecomplus/storefront-cms",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "Content and page builder for Storefront based on Netlify CMS",
55
"main": "netlify-cms@2/packages/netlify-cms/src/index.js",
66
"files": [
77
"/dist/*"
88
],
99
"scripts": {
1010
"postinstall": "husky install",
11-
"build": "cd netlify-cms* && yarn build:app && npx ncp packages/netlify-cms-app/dist ../dist && cd ..",
11+
"build": "cd netlify-cms* && yarn build && npx ncp packages/netlify-cms-app/dist ../dist && cd ..",
1212
"version": "standard-version --prerelease alpha",
1313
"release": "npm run build && git add dist && git commit -m \"chore(release): dist\" && npm run version"
1414
},

0 commit comments

Comments
 (0)