@graphcommerce/hygraph-dynamic-rows-ui 10.1.0-canary.13 → 10.1.0-canary.18
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 +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @graphcommerce/hygraph-dynamic-rows-ui
|
|
2
2
|
|
|
3
|
+
## 10.1.0-canary.18
|
|
4
|
+
|
|
5
|
+
## 10.1.0-canary.17
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#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))
|
|
10
|
+
|
|
11
|
+
## 10.1.0-canary.16
|
|
12
|
+
|
|
13
|
+
## 10.1.0-canary.15
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#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))
|
|
18
|
+
|
|
19
|
+
## 10.1.0-canary.14
|
|
20
|
+
|
|
3
21
|
## 10.1.0-canary.13
|
|
4
22
|
|
|
5
23
|
## 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.
|
|
5
|
+
"version": "10.1.0-canary.18",
|
|
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.
|
|
23
|
+
"@graphcommerce/next-config": "10.1.0-canary.18",
|
|
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.
|
|
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.
|
|
44
|
-
"@graphcommerce/prettier-config-pwa": "10.1.0-canary.
|
|
45
|
-
"@graphcommerce/typescript-config-pwa": "10.1.0-canary.
|
|
43
|
+
"@graphcommerce/eslint-config-pwa": "10.1.0-canary.18",
|
|
44
|
+
"@graphcommerce/prettier-config-pwa": "10.1.0-canary.18",
|
|
45
|
+
"@graphcommerce/typescript-config-pwa": "10.1.0-canary.18",
|
|
46
46
|
"@types/react": "^19.2.7",
|
|
47
47
|
"@types/react-dom": "^19.2.3",
|
|
48
48
|
"@types/react-is": "^19.2.0",
|