gatsby-theme-q3 3.3.8 → 3.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 +18 -9
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,15 +3,7 @@
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
- ## [3.3.8](https://github.com/3merge/q/compare/v3.3.7...v3.3.8) (2022-02-22)
7
-
8
- **Note:** Version bump only for package gatsby-theme-q3
9
-
10
-
11
-
12
-
13
-
14
- ## [3.3.6](https://github.com/3merge/q/compare/v3.3.5...v3.3.6) (2022-02-22)
6
+ ## [3.3.10](https://github.com/3merge/q/compare/v3.3.9...v3.3.10) (2022-03-07)
15
7
 
16
8
  **Note:** Version bump only for package gatsby-theme-q3
17
9
 
@@ -20,6 +12,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
20
12
 
21
13
 
22
14
 
15
+ ## [3.3.8](https://github.com/3merge/q/compare/v3.3.7...v3.3.8) (2022-02-22)
16
+
17
+ **Note:** Version bump only for package gatsby-theme-q3
18
+
19
+
20
+
21
+
22
+
23
+ ## [3.3.6](https://github.com/3merge/q/compare/v3.3.5...v3.3.6) (2022-02-22)
24
+
25
+ **Note:** Version bump only for package gatsby-theme-q3
26
+
27
+
28
+
29
+
30
+
31
+
23
32
  ## [3.3.5](https://github.com/3merge/q/compare/v3.3.4...v3.3.5) (2022-02-17)
24
33
 
25
34
  **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": "3.3.8",
3
+ "version": "3.3.10",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -28,13 +28,13 @@
28
28
  "gatsby-plugin-robots-txt": "^1.6.14",
29
29
  "gatsby-plugin-sharp": "^4.2.0",
30
30
  "gatsby-plugin-sitemap": "^5.2.0",
31
- "gatsby-theme-q3-mui": "^3.3.8",
31
+ "gatsby-theme-q3-mui": "^3.3.10",
32
32
  "gatsby-transformer-sharp": "^4.2.0",
33
33
  "lodash": "^4.17.20",
34
34
  "process": "^0.11.10",
35
35
  "prop-types": "^15.7.2",
36
- "q3-ui-helpers": "^3.3.6",
37
- "q3-ui-locale": "^3.3.6",
36
+ "q3-ui-helpers": "^3.3.10",
37
+ "q3-ui-locale": "^3.3.10",
38
38
  "query-string": "^7.0.1",
39
39
  "react-helmet": "^6.1.0",
40
40
  "react-share": "^4.3.1",
@@ -42,5 +42,5 @@
42
42
  "transform-loader": "^0.2.4",
43
43
  "yarn": "^1.22.17"
44
44
  },
45
- "gitHead": "65646ebdd33108fb9ed340c5d8dbfb81cffc9012"
45
+ "gitHead": "9ddcf5a1dbf06d1f717232cc5563664df23cfc86"
46
46
  }