gatsby-theme-q3 3.8.6 → 3.8.15
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,30 @@
|
|
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.8.15](https://github.com/3merge/q/compare/v3.8.14...v3.8.15) (2022-08-15)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package gatsby-theme-q3
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [3.8.12](https://github.com/3merge/q/compare/v3.8.11...v3.8.12) (2022-08-02)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package gatsby-theme-q3
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
## [3.8.9](https://github.com/3merge/q/compare/v3.8.8...v3.8.9) (2022-07-29)
|
23
|
+
|
24
|
+
**Note:** Version bump only for package gatsby-theme-q3
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
6
30
|
## [3.8.6](https://github.com/3merge/q/compare/v3.8.5...v3.8.6) (2022-07-27)
|
7
31
|
|
8
32
|
**Note:** Version bump only for package gatsby-theme-q3
|
@@ -107,11 +107,11 @@ const PublicTemplate = ({
|
|
107
107
|
const {
|
108
108
|
brand,
|
109
109
|
cancellation,
|
110
|
-
logo,
|
111
110
|
invertLogo,
|
112
111
|
terms,
|
113
112
|
privacy,
|
114
|
-
|
113
|
+
logo = '/logo.png',
|
114
|
+
photo = '/background.jpg'
|
115
115
|
} = (0, _useSiteMetaData.default)();
|
116
116
|
const cls = useStyle({
|
117
117
|
photo,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "gatsby-theme-q3",
|
3
|
-
"version": "3.8.
|
3
|
+
"version": "3.8.15",
|
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.8.
|
31
|
+
"gatsby-theme-q3-mui": "^3.8.12",
|
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.
|
37
|
-
"q3-ui-locale": "^3.
|
36
|
+
"q3-ui-helpers": "^3.8.9",
|
37
|
+
"q3-ui-locale": "^3.8.9",
|
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": "
|
45
|
+
"gitHead": "cb170f5776705036227768fcf146a6df23f6475b"
|
46
46
|
}
|
@@ -95,11 +95,11 @@ const PublicTemplate = ({ children, ...rest }) => {
|
|
95
95
|
const {
|
96
96
|
brand,
|
97
97
|
cancellation,
|
98
|
-
logo,
|
99
98
|
invertLogo,
|
100
99
|
terms,
|
101
100
|
privacy,
|
102
|
-
|
101
|
+
logo = '/logo.png',
|
102
|
+
photo = '/background.jpg',
|
103
103
|
} = useSiteMetaData();
|
104
104
|
|
105
105
|
const cls = useStyle({
|