gatsby-theme-q3 2.3.9 → 2.3.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.3.10](https://github.com/3merge/q/compare/v2.3.9...v2.3.10) (2022-01-18)
7
+
8
+ **Note:** Version bump only for package gatsby-theme-q3
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.3.9](https://github.com/3merge/q/compare/v2.3.8...v2.3.9) (2022-01-17)
7
15
 
8
16
  **Note:** Version bump only for package gatsby-theme-q3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-theme-q3",
3
- "version": "2.3.9",
3
+ "version": "2.3.10",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -30,7 +30,7 @@
30
30
  "gatsby-plugin-sharp": "^4.2.0",
31
31
  "gatsby-plugin-sitemap": "^5.2.0",
32
32
  "gatsby-source-contentful": "^7.0.0",
33
- "gatsby-theme-q3-mui": "^2.3.9",
33
+ "gatsby-theme-q3-mui": "^2.3.10",
34
34
  "gatsby-transformer-sharp": "^4.2.0",
35
35
  "lodash": "^4.17.20",
36
36
  "process": "^0.11.10",
@@ -42,5 +42,5 @@
42
42
  "transform-loader": "^0.2.4",
43
43
  "yarn": "^1.22.17"
44
44
  },
45
- "gitHead": "aed28ff748d7f5e93ff878ca9e1c272d215c721c"
45
+ "gitHead": "5a6f1c01cded9e3a96f41109d6061519f1adea06"
46
46
  }