@graphcommerce/hygraph-dynamic-rows-ui 10.1.0-canary.13 → 10.1.0-canary.17

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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @graphcommerce/hygraph-dynamic-rows-ui
2
2
 
3
+ ## 10.1.0-canary.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2623](https://github.com/graphcommerce-org/graphcommerce/pull/2623) [`241576a`](https://github.com/graphcommerce-org/graphcommerce/commit/241576a981fe97595000d74630a8ac8544a5e77f) - Bump Next.js from 16.1.1 to 16.2.6 across the framework and example storefronts. Also bumps the matching `@next/env` and `@next/eslint-plugin-next` pins. ([@paales](https://github.com/paales))
8
+
9
+ ## 10.1.0-canary.16
10
+
11
+ ## 10.1.0-canary.15
12
+
13
+ ### Patch Changes
14
+
15
+ - [#2623](https://github.com/graphcommerce-org/graphcommerce/pull/2623) [`241576a`](https://github.com/graphcommerce-org/graphcommerce/commit/241576a981fe97595000d74630a8ac8544a5e77f) - Bump Next.js from 16.1.1 to 16.2.6 across the framework and example storefronts. Also bumps the matching `@next/env` and `@next/eslint-plugin-next` pins. ([@paales](https://github.com/paales))
16
+
17
+ ## 10.1.0-canary.14
18
+
3
19
  ## 10.1.0-canary.13
4
20
 
5
21
  ## 10.1.0-canary.12
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": "10.1.0-canary.13",
5
+ "version": "10.1.0-canary.17",
6
6
  "sideEffects": false,
7
7
  "type": "module",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@apollo/client": "^4.0.11",
23
- "@graphcommerce/next-config": "10.1.0-canary.13",
23
+ "@graphcommerce/next-config": "10.1.0-canary.17",
24
24
  "@hygraph/app-sdk-react": "^0.0.6",
25
25
  "@lingui/conf": "5.7.0",
26
26
  "@lingui/core": "5.7.0",
@@ -33,16 +33,16 @@
33
33
  "cross-env": "^7.0.3",
34
34
  "dotenv": "16.6.1",
35
35
  "graphql": "^16.12.0",
36
- "next": "16.1.1",
36
+ "next": "16.2.6",
37
37
  "react": "^19.2.0",
38
38
  "react-dom": "^19.2.0",
39
39
  "rxjs": "^7.8.2",
40
40
  "webpack": "^5.103.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@graphcommerce/eslint-config-pwa": "10.1.0-canary.13",
44
- "@graphcommerce/prettier-config-pwa": "10.1.0-canary.13",
45
- "@graphcommerce/typescript-config-pwa": "10.1.0-canary.13",
43
+ "@graphcommerce/eslint-config-pwa": "10.1.0-canary.17",
44
+ "@graphcommerce/prettier-config-pwa": "10.1.0-canary.17",
45
+ "@graphcommerce/typescript-config-pwa": "10.1.0-canary.17",
46
46
  "@types/react": "^19.2.7",
47
47
  "@types/react-dom": "^19.2.3",
48
48
  "@types/react-is": "^19.2.0",