gatsby-theme-q3 3.0.2 → 3.1.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
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.1.4](https://github.com/3merge/q/compare/v3.1.3...v3.1.4) (2022-02-01)
7
+
8
+ **Note:** Version bump only for package gatsby-theme-q3
9
+
10
+
11
+
12
+
13
+
14
+ # [3.1.0](https://github.com/3merge/q/compare/v3.0.4...v3.1.0) (2022-01-31)
15
+
16
+ **Note:** Version bump only for package gatsby-theme-q3
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.0.4](https://github.com/3merge/q/compare/v3.0.3...v3.0.4) (2022-01-29)
23
+
24
+ **Note:** Version bump only for package gatsby-theme-q3
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.0.3](https://github.com/3merge/q/compare/v3.0.2...v3.0.3) (2022-01-29)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * major release bugs ([#372](https://github.com/3merge/q/issues/372)) ([d3e0681](https://github.com/3merge/q/commit/d3e0681a8d9ce61558b3aeaabe94ce8bc326dfa7))
36
+
37
+
38
+
39
+
40
+
6
41
  ## [3.0.2](https://github.com/3merge/q/compare/v3.0.1...v3.0.2) (2022-01-28)
7
42
 
8
43
  **Note:** Version bump only for package gatsby-theme-q3
@@ -27,7 +27,7 @@ const AdminRouter = ({
27
27
  }) => {
28
28
  const {
29
29
  appDirectory: basepath,
30
- favicon: logoSrc
30
+ logo: logoSrc
31
31
  } = (0, _useSiteMetaData.default)();
32
32
  return /*#__PURE__*/_react.default.createElement(_AdminPrivateGateway.default, {
33
33
  GatekeepProps: GatekeepProps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-theme-q3",
3
- "version": "3.0.2",
3
+ "version": "3.1.4",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -30,17 +30,17 @@
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": "^3.0.2",
33
+ "gatsby-theme-q3-mui": "^3.1.4",
34
34
  "gatsby-transformer-sharp": "^4.2.0",
35
35
  "lodash": "^4.17.20",
36
36
  "process": "^0.11.10",
37
37
  "prop-types": "^15.7.2",
38
- "q3-ui-locale": "^3.0.2",
38
+ "q3-ui-locale": "^3.1.4",
39
39
  "query-string": "^7.0.1",
40
40
  "react-share": "^4.3.1",
41
41
  "slugify": "^1.6.3",
42
42
  "transform-loader": "^0.2.4",
43
43
  "yarn": "^1.22.17"
44
44
  },
45
- "gitHead": "568539e03b037a830a14ac699ed4adbbf4e46f59"
45
+ "gitHead": "64a2a50184b2d61aab0d77b44d7c0dc1a3d3b876"
46
46
  }
@@ -6,10 +6,8 @@ import AdminPrivateGateway from './AdminPrivateGateway';
6
6
  import useSiteMetaData from './useSiteMetaData';
7
7
 
8
8
  const AdminRouter = ({ AdminProps, GatekeepProps }) => {
9
- const {
10
- appDirectory: basepath,
11
- favicon: logoSrc,
12
- } = useSiteMetaData();
9
+ const { appDirectory: basepath, logo: logoSrc } =
10
+ useSiteMetaData();
13
11
 
14
12
  return (
15
13
  <AdminPrivateGateway GatekeepProps={GatekeepProps}>