@graphcommerce/next-config 8.0.7 → 8.0.8
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 +10 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2382](https://github.com/graphcommerce-org/graphcommerce/pull/2382) [`77161b3`](https://github.com/graphcommerce-org/graphcommerce/commit/77161b358facc6e13073a0e8f82dd0984c85fef0) - Solve TypeScript error in @graphcommerce/next-ui/RenderType/RenderType.tsx:39:11. Downgrade @emotion/react to the last working version. ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
- [#2382](https://github.com/graphcommerce-org/graphcommerce/pull/2382) [`01587a9`](https://github.com/graphcommerce-org/graphcommerce/commit/01587a9ef0df7bdfdef258d12cc56ec257c6a311) - Added missing @swc/types package, causing build errors. ([@paales](https://github.com/paales))
|
|
10
|
+
|
|
11
|
+
- [#2382](https://github.com/graphcommerce-org/graphcommerce/pull/2382) [`a0680bc`](https://github.com/graphcommerce-org/graphcommerce/commit/a0680bc4a9010ee191b6b70e9da91e3f2c19aa7b) - Remove @graphql-tools/delegate patch as it is no longer necessary. ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
3
13
|
## 8.0.7
|
|
4
14
|
|
|
5
15
|
## 8.0.6
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/next-config",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.
|
|
5
|
+
"version": "8.0.8",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "src/index.ts",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"@lingui/loader": "4.7.0",
|
|
17
17
|
"@lingui/swc-plugin": "4.0.4",
|
|
18
18
|
"@swc/core": "1.3.104",
|
|
19
|
+
"@swc/types": "0.1.12",
|
|
19
20
|
"circular-dependency-plugin": "^5.2.2",
|
|
20
21
|
"inspectpack": "^4.7.1",
|
|
21
22
|
"js-yaml-loader": "^1.2.2",
|