Skip to content

Commit 49a1f47

Browse files
Releasing 4.4.1
1 parent 94d1d6f commit 49a1f47

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Draft
4+
5+
## 4.4.1 (2020-02-11)
46
- Prevent triggering quantity change when pressing enter [#1630](https://github.com/bigcommerce/cornerstone/pull/1630)
57
- Replace Karma with Jest [#1627](https://github.com/bigcommerce/cornerstone/pull/1627)
68
- Fix price filter to honor control panel settings[#1633](https://github.com/bigcommerce/cornerstone/pull/1633)

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Cornerstone",
3-
"version": "4.4.1-rc.1",
3+
"version": "4.4.1",
44
"meta": {
55
"price": 0,
66
"documentation_url": "https://support.bigcommerce.com/articles/Public/Cornerstone-Theme-Manual",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bigcommerce-cornerstone",
33
"description": "The BigCommerce reference theme for the Stencil platform",
4-
"version": "4.4.1-rc.1",
4+
"version": "4.4.1",
55
"private": true,
66
"author": "BigCommerce",
77
"license": "MIT",

0 commit comments

Comments
 (0)