@graphcommerce/hygraph-ui 9.0.1-canary.1 → 9.0.1

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 +8 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2461](https://github.com/graphcommerce-org/graphcommerce/pull/2461) [`838fe30`](https://github.com/graphcommerce-org/graphcommerce/commit/838fe30a649f8feedbd2a9333430e724b0ebd67f) - Solve issue where the preview mode wouldn't initialize if the hygraphLocales weren't defined ([@paales](https://github.com/paales))
8
+
9
+ - [#2461](https://github.com/graphcommerce-org/graphcommerce/pull/2461) [`68f2861`](https://github.com/graphcommerce-org/graphcommerce/commit/68f28616fd33aa64cb555e8cf9bf64954ea92383) - Support for new asset system of Hygraph ([@paales](https://github.com/paales))
10
+
3
11
  ## 9.0.1-canary.1
4
12
 
5
13
  ### Patch Changes
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.1-canary.1",
5
+ "version": "9.0.1",
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.1-canary.1",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
17
- "@graphcommerce/graphql": "^9.0.1-canary.1",
18
- "@graphcommerce/image": "^9.0.1-canary.1",
19
- "@graphcommerce/next-ui": "^9.0.1-canary.1",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.1",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.1",
17
+ "@graphcommerce/graphql": "^9.0.1",
18
+ "@graphcommerce/image": "^9.0.1",
19
+ "@graphcommerce/next-ui": "^9.0.1",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.1",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.1",
22
22
  "@mui/material": "^5.10.16",
23
23
  "next": "*",
24
24
  "react": "^18.2.0",