Skip to content

Commit ecbea75

Browse files
committed
chore(release): 2.0.0-beta.0
1 parent c39dd59 commit ecbea75

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-beta.0](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-alpha.9...v2.0.0-beta.0) (2022-01-10)
6+
7+
8+
### Bug Fixes
9+
10+
* **style:** style dropdown typed list on hover ([#19](https://github.com/ecomplus/storefront-cms/issues/19)) ([d1ea21d](https://github.com/ecomplus/storefront-cms/commit/d1ea21d03099d382a7dc654ca2f55f31e654817d))
11+
512
## [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)
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,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-cms",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-beta.0",
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": [
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"postinstall": "husky install",
1111
"build": "cd netlify-cms* && yarn build && npx ncp packages/netlify-cms-app/dist ../dist && cd ..",
12-
"version": "standard-version --prerelease alpha",
12+
"version": "standard-version --prerelease beta",
1313
"release": "npm run build && git add dist && git commit -m \"chore(release): dist\" && npm run version"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)