gatsby-theme-q3 4.5.15 → 4.5.17
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +37 -17
- package/gatsby-ssr.js +0 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,23 +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
|
-
## [4.5.
|
7
|
-
|
8
|
-
**Note:** Version bump only for package gatsby-theme-q3
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
## [4.5.14](https://github.com/3merge/q/compare/v4.5.13...v4.5.14) (2023-02-22)
|
15
|
-
|
16
|
-
**Note:** Version bump only for package gatsby-theme-q3
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
## [4.5.13](https://github.com/3merge/q/compare/v4.5.12...v4.5.13) (2023-02-22)
|
6
|
+
## [4.5.17](https://github.com/3merge/q/compare/v4.5.16...v4.5.17) (2024-06-26)
|
23
7
|
|
24
8
|
**Note:** Version bump only for package gatsby-theme-q3
|
25
9
|
|
@@ -28,6 +12,42 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
28
12
|
|
29
13
|
|
30
14
|
|
15
|
+
## [4.5.16](https://github.com/3merge/q/compare/v4.5.15...v4.5.16) (2024-02-24)
|
16
|
+
|
17
|
+
|
18
|
+
### Bug Fixes
|
19
|
+
|
20
|
+
* pin polyfill ([edf4e92](https://github.com/3merge/q/commit/edf4e925779548443fbed3f16b488a801a1b8dbc))
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
## [4.5.15](https://github.com/3merge/q/compare/v4.5.14...v4.5.15) (2023-03-03)
|
27
|
+
|
28
|
+
**Note:** Version bump only for package gatsby-theme-q3
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
## [4.5.14](https://github.com/3merge/q/compare/v4.5.13...v4.5.14) (2023-02-22)
|
35
|
+
|
36
|
+
**Note:** Version bump only for package gatsby-theme-q3
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
## [4.5.13](https://github.com/3merge/q/compare/v4.5.12...v4.5.13) (2023-02-22)
|
43
|
+
|
44
|
+
**Note:** Version bump only for package gatsby-theme-q3
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
31
51
|
## [4.5.12](https://github.com/3merge/q/compare/v4.5.11...v4.5.12) (2023-02-21)
|
32
52
|
|
33
53
|
**Note:** Version bump only for package gatsby-theme-q3
|
package/gatsby-ssr.js
CHANGED
@@ -9,12 +9,3 @@ export const wrapPageElement = ({ element }, plugin) => (
|
|
9
9
|
export const wrapRootElement = ({ element }, plugin) => (
|
10
10
|
<Wrapper {...plugin}>{element}</Wrapper>
|
11
11
|
);
|
12
|
-
|
13
|
-
export const onRenderBody = ({ setPostBodyComponents }) => {
|
14
|
-
setPostBodyComponents([
|
15
|
-
<script
|
16
|
-
key="polyfill-io"
|
17
|
-
src="https://cdn.polyfill.io/v3/polyfill.min.js"
|
18
|
-
/>,
|
19
|
-
]);
|
20
|
-
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "gatsby-theme-q3",
|
3
|
-
"version": "4.5.
|
3
|
+
"version": "4.5.17",
|
4
4
|
"main": "index.js",
|
5
5
|
"license": "MIT",
|
6
6
|
"peerDependencies": {
|
@@ -42,5 +42,5 @@
|
|
42
42
|
"transform-loader": "^0.2.4",
|
43
43
|
"yarn": "^1.22.17"
|
44
44
|
},
|
45
|
-
"gitHead": "
|
45
|
+
"gitHead": "4cea2513916f57afce026f0efeb4a80bbc3ecd4d"
|
46
46
|
}
|