gatsby-theme-q3 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.1.1](https://github.com/3merge/q/compare/v2.1.0...v2.1.1) (2021-11-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * webpack util resolve ([60b3713](https://github.com/3merge/q/commit/60b37132309dc0b6167b469ee9849a9585b2466b))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.1.0](https://github.com/3merge/q/compare/v1.43.11...v2.1.0) (2021-11-29)
7
18
 
8
19
 
package/gatsby-node.js CHANGED
@@ -6,6 +6,7 @@ exports.onCreateWebpackConfig = ({
6
6
  const config = {
7
7
  resolve: {
8
8
  fallback: {
9
+ util: false,
9
10
  fs: false,
10
11
  path: false,
11
12
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-theme-q3",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -39,5 +39,5 @@
39
39
  "transform-loader": "^0.2.4",
40
40
  "yarn": "^1.22.17"
41
41
  },
42
- "gitHead": "c98d520b4a2597acb71d87198c4e6af89473e2ce"
42
+ "gitHead": "8d369ec6872586ee34c2fd7858ede52bdf286352"
43
43
  }