Skip to content

Commit

Permalink
Releasing 6.14.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VladDlogush committed May 9, 2024
1 parent d88dd4b commit 010ed93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Cornerstone",
"version": "6.13.0",
"version": "6.14.0-rc.1",
"template_engine": "handlebars_v4",
"meta": {
"price": 0,
Expand Down Expand Up @@ -49,21 +49,21 @@
"name": "Light",
"code": "Light",
"is_active": true,
"switch_url":"https://cornerstone-light-demo.mybigcommerce.com"
"switch_url": "https://cornerstone-light-demo.mybigcommerce.com"
},
{
"id": 2,
"name": "Bold",
"code": "Bold",
"is_active": false,
"switch_url":"https://cornerstone-bold-demo.mybigcommerce.com"
"switch_url": "https://cornerstone-bold-demo.mybigcommerce.com"
},
{
"id": 3,
"name": "Warm",
"code": "Warm",
"is_active": false,
"switch_url":"https://cornerstone-warm-demo.mybigcommerce.com"
"switch_url": "https://cornerstone-warm-demo.mybigcommerce.com"
}
],
"show_channels": false,
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bigcommerce-cornerstone",
"description": "The BigCommerce reference theme for the Stencil platform",
"version": "6.13.0",
"version": "6.14.0-rc.1",
"private": true,
"author": "BigCommerce",
"license": "MIT",
Expand Down

0 comments on commit 010ed93

Please sign in to comment.