diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a548f0..03d0098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + + +# [1.8.0](https://github.com/bigcommerce/storefront-data-hooks/compare/v1.7.0...v1.8.0) (2023-05-08) + + + +## [1.7.1-beta.6](https://github.com/bigcommerce/storefront-data-hooks/compare/v1.7.0...v1.8.0) (2021-10-21) + + +### Features + +* add common properties ([8d3d3e6](https://github.com/bigcommerce/storefront-data-hooks/commit/8d3d3e6f99a18bcfac1cf7585e6fd21297cec018)) +* add datefield specific properties ([a3b4836](https://github.com/bigcommerce/storefront-data-hooks/commit/a3b48368adbc23f82f9a0829180605f0e900aab3)) +* add number specific properties ([614aaa5](https://github.com/bigcommerce/storefront-data-hooks/commit/614aaa568bff9f1bdf488e090c0fe750da301e12)) +* add textfield specific properties ([9643ada](https://github.com/bigcommerce/storefront-data-hooks/commit/9643ada8629caf7ee4702c1ee74b0d6feeb44eb1)) + ## 1.8.0 ## Add inventory fragments @@ -235,4 +251,4 @@ When creating the carts, you can specify the locale. By default it's **en**, now # 1.0.1 -- Initial public release in support of https://nextjs.org/commerce +- Initial public release in support of https://nextjs.org/commerce \ No newline at end of file diff --git a/package.json b/package.json index 252041b..9639a1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/storefront-data-hooks", - "version": "1.7.0", + "version": "1.8.0", "main": "dist/index.js", "repository": "git@github.com:bigcommerce/storefront-data-hooks.git", "license": "MIT",