diff --git a/.changeset/chilly-students-design.md b/.changeset/chilly-students-design.md deleted file mode 100644 index 47513d9e..00000000 --- a/.changeset/chilly-students-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@giphy/react-components': major ---- - -Upgrading Grid from React Classes to React Hooks diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index 4366fa3f..4316f4af 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -1,5 +1,11 @@ ## @giphy/react-components@6.0.0 (2022-08-03) +## 7.0.0 + +### Major Changes + +- c57c246: Upgrading Grid from React Classes to React Hooks + ## 6.9.4 ### Patch Changes diff --git a/packages/react-components/package.json b/packages/react-components/package.json index ae8599a9..16b5b08b 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -45,7 +45,7 @@ "webpack": "^5.74.0" }, "name": "@giphy/react-components", - "version": "6.9.4", + "version": "7.0.0", "description": "A lightweight set of components, focused on easy-of-use and performance.", "homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/react-components", "main": "dist/index.js",