@graphcommerce/hygraph-ui 9.0.0-canary.118 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`f71b4e2`](https://github.com/graphcommerce-org/graphcommerce/commit/f71b4e2d13e54dd311eb1465a49df41703b6fef5) - Renamed from `@graphcommerce/graphcms-ui` to `@graphcommerce/hygraph-ui`. See [CHANGELOG.md](../graphcms-ui/CHANGELOG.md) for details. ([@paales](https://github.com/paales))
8
+
9
+ ### Minor Changes
10
+
11
+ - [#2223](https://github.com/graphcommerce-org/graphcommerce/pull/2223) [`0ccec63`](https://github.com/graphcommerce-org/graphcommerce/commit/0ccec630825d5fad398366beae90b3c90b2f84b8) - Added separate sitemap for Hygraph pages ([@bramvanderholst](https://github.com/bramvanderholst))
12
+
3
13
  ## 9.0.0-canary.118
4
14
 
5
15
  ## 9.0.0-canary.117
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/hygraph-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.118",
5
+ "version": "9.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,13 +12,13 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.0-canary.118",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.118",
17
- "@graphcommerce/graphql": "^9.0.0-canary.118",
18
- "@graphcommerce/image": "^9.0.0-canary.118",
19
- "@graphcommerce/next-ui": "^9.0.0-canary.118",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.118",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.118",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.0",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.0",
17
+ "@graphcommerce/graphql": "^9.0.0",
18
+ "@graphcommerce/image": "^9.0.0",
19
+ "@graphcommerce/next-ui": "^9.0.0",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.0",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.0",
22
22
  "@mui/material": "^5.10.16",
23
23
  "next": "*",
24
24
  "react": "^18.2.0",