Skip to content

Commit

Permalink
chore: release 1.8.0 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark committed May 8, 2023
1 parent b1ea19e commit 6cb5d8f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/storefront-data-hooks",
"version": "1.7.0",
"version": "1.8.0",
"main": "dist/index.js",
"repository": "[email protected]:bigcommerce/storefront-data-hooks.git",
"license": "MIT",
Expand Down

0 comments on commit 6cb5d8f

Please sign in to comment.