gatsby-theme-q3 4.5.4 → 4.5.11

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 +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.11](https://github.com/3merge/q/compare/v4.5.10...v4.5.11) (2023-02-21)
7
+
8
+ **Note:** Version bump only for package gatsby-theme-q3
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.5.10](https://github.com/3merge/q/compare/v4.5.9...v4.5.10) (2023-02-15)
15
+
16
+ **Note:** Version bump only for package gatsby-theme-q3
17
+
18
+
19
+
20
+
21
+
6
22
  ## [4.5.4](https://github.com/3merge/q/compare/v4.5.3...v4.5.4) (2023-02-06)
7
23
 
8
24
  **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": "4.5.4",
3
+ "version": "4.5.11",
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": "^4.5.4",
31
+ "gatsby-theme-q3-mui": "^4.5.11",
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": "^4.4.8",
37
- "q3-ui-locale": "^4.4.8",
36
+ "q3-ui-helpers": "^4.5.11",
37
+ "q3-ui-locale": "^4.5.11",
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": "77386c003a375dd5e31e0b866c7dff320d02219b"
45
+ "gitHead": "2b7cae739ceedaee09d9a9ed7dc7bea8177588f2"
46
46
  }