gatsby-theme-q3 2.3.1 → 2.3.2

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 +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [2.3.2](https://github.com/3merge/q/compare/v2.3.1...v2.3.2) (2021-12-09)
7
+
8
+ **Note:** Version bump only for package gatsby-theme-q3
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.3.1](https://github.com/3merge/q/compare/v2.3.0...v2.3.1) (2021-12-09)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-theme-q3",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -29,17 +29,17 @@
29
29
  "gatsby-plugin-sharp": "^4.2.0",
30
30
  "gatsby-plugin-sitemap": "^5.2.0",
31
31
  "gatsby-source-contentful": "^7.0.0",
32
- "gatsby-theme-q3-mui": "^2.3.0",
32
+ "gatsby-theme-q3-mui": "^2.3.2",
33
33
  "gatsby-transformer-sharp": "^4.2.0",
34
34
  "lodash": "^4.17.20",
35
35
  "process": "^0.11.10",
36
36
  "prop-types": "^15.7.2",
37
- "q3-ui-locale": "^2.2.2",
37
+ "q3-ui-locale": "^2.3.2",
38
38
  "query-string": "^7.0.1",
39
39
  "react-share": "^4.3.1",
40
40
  "slugify": "^1.6.3",
41
41
  "transform-loader": "^0.2.4",
42
42
  "yarn": "^1.22.17"
43
43
  },
44
- "gitHead": "a74c290023592a55577622eb3530ab72f19702f1"
44
+ "gitHead": "7b5b95d9f4f347504cea3b3d1d60b8278f1ee825"
45
45
  }