Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Apr 25, 2023
1 parent 1a68a7c commit 70fddf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-beta.2...v2.0.0) (2023-04-25)

## [2.0.0-beta.2](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2022-03-14)

## [2.0.0-beta.1](https://github.com/ecomplus/storefront-cms/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2022-02-01)
Expand Down
4 changes: 2 additions & 2 deletions 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-beta.2",
"version": "2.0.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 beta",
"version": "standard-version",
"release": "npm run build && git add dist && git commit -m \"chore(release): dist\" && npm run version"
},
"repository": {
Expand Down

0 comments on commit 70fddf8

Please sign in to comment.