Skip to content

Commit 06aba31

Browse files
committed
chore(release): 2.0.0-alpha.8
1 parent 9779cbb commit 06aba31

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.8](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-01-06)
6+
7+
8+
### Features
9+
10+
* **grid-view:** only grid view when exists thumbs ([#14](https://github.com/ecomplus/storefront-cms/issues/14)) ([e83a832](https://github.com/ecomplus/storefront-cms/commit/e83a832bfab037b78af08961fda843aa0e7a35cd))
11+
12+
13+
### Bug Fixes
14+
15+
* **drag_position:** fix_bug_drag_lists_to_change_order ([4bdaeda](https://github.com/ecomplus/storefront-cms/commit/4bdaedaa232a9bd32896b8671eb2566bfdb68601))
16+
* **markdown:** markdown_shorter ([4b5915c](https://github.com/ecomplus/storefront-cms/commit/4b5915ca60c6226659591c94cf8e872477f71251))
17+
* **markdown:** markdown_shorter ([dea6e6e](https://github.com/ecomplus/storefront-cms/commit/dea6e6e5a744288e64b8f30b4f4c87bf4b9e8c08))
18+
* **styles:** ajust_pane_controller--icons_in_dropbotton--custom_bottons_back_and_add_in_lists ([a649682](https://github.com/ecomplus/storefront-cms/commit/a649682514b1a7d6bbfaf0024d9789e1f1d4fb26))
19+
* **styles:** ajust_pane_controller--icons_in_dropbotton--custom_bottons_back_and_add_in_lists ([74203d2](https://github.com/ecomplus/storefront-cms/commit/74203d216f6e31c59ce264cf986f14a76df22db3))
20+
* **styles:** ajust_pane_controller--icons_in_dropbotton--custom_bottons_back_and_add_in_lists ([224356b](https://github.com/ecomplus/storefront-cms/commit/224356b593c675cbb691c75eaa117fc28506c6b6))
21+
522
## [2.0.0-alpha.7](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-01-03)
623

724
## [2.0.0-alpha.6](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-01-03)

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@ecomplus/storefront-cms",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
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": "rm dist/* && cd netlify-cms* && yarn build:app && npx ncp packages/netlify-cms-app/dist ../dist && cd ..",
11+
"build": "cd netlify-cms* && yarn build:app && npx ncp packages/netlify-cms-app/dist ../dist && cd ..",
1212
"version": "standard-version --prerelease alpha",
13-
"release": "npm run build && git add dist && git commit -m 'chore(release): dist' && npm run version"
13+
"release": "npm run build && git add dist && git commit -m \"chore(release): dist\" && npm run version"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)