@graphcommerce/hygraph-dynamic-rows-ui 7.1.0-canary.59 → 7.1.0-canary.60

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @graphcommerce/hygraph-dynamic-rows-ui
2
2
 
3
+ ## 7.1.0-canary.60
4
+
3
5
  ## 7.1.0-canary.59
4
6
 
5
7
  ### Patch Changes
@@ -29,7 +29,7 @@ export function PropertyPicker() {
29
29
  return fetchGraphQLInterface(client)
30
30
  }, [extension.config.backend])
31
31
 
32
- // Prepare options
32
+ // Prepare options
33
33
  const numberOptions = useMemo(
34
34
  () =>
35
35
  createOptionsFromInterfaceObject(
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/hygraph-dynamic-rows-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "7.1.0-canary.59",
5
+ "version": "7.1.0-canary.60",
6
6
  "sideEffects": false,
7
7
  "type": "commonjs",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@apollo/client": "~3.8.7",
20
- "@graphcommerce/next-config": "7.1.0-canary.59",
20
+ "@graphcommerce/next-config": "7.1.0-canary.60",
21
21
  "@hygraph/app-sdk-react": "^0.0.2",
22
22
  "@mui/material": "5.14.7",
23
23
  "cross-env": "^7.0.3",
@@ -29,9 +29,9 @@
29
29
  "webpack": "5.88.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@graphcommerce/eslint-config-pwa": "7.1.0-canary.59",
33
- "@graphcommerce/prettier-config-pwa": "7.1.0-canary.59",
34
- "@graphcommerce/typescript-config-pwa": "7.1.0-canary.59",
32
+ "@graphcommerce/eslint-config-pwa": "7.1.0-canary.60",
33
+ "@graphcommerce/prettier-config-pwa": "7.1.0-canary.60",
34
+ "@graphcommerce/typescript-config-pwa": "7.1.0-canary.60",
35
35
  "@types/react-is": "^18.2.0",
36
36
  "eslint": "8.53.0",
37
37
  "typescript": "5.1.3"