Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jan 10, 2022
1 parent c39dd59 commit ecbea75
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-beta.0](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-alpha.9...v2.0.0-beta.0) (2022-01-10)


### Bug Fixes

* **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))

## [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)


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,6 +1,6 @@
{
"name": "@ecomplus/storefront-cms",
"version": "2.0.0-alpha.9",
"version": "2.0.0-beta.0",
"description": "Content and page builder for Storefront based on Netlify CMS",
"main": "netlify-cms@2/packages/netlify-cms/src/index.js",
"files": [
Expand All @@ -9,7 +9,7 @@
"scripts": {
"postinstall": "husky install",
"build": "cd netlify-cms* && yarn build && npx ncp packages/netlify-cms-app/dist ../dist && cd ..",
"version": "standard-version --prerelease alpha",
"version": "standard-version --prerelease beta",
"release": "npm run build && git add dist && git commit -m \"chore(release): dist\" && npm run version"
},
"repository": {
Expand Down

0 comments on commit ecbea75

Please sign in to comment.