gatsby-theme-q3 3.5.0 → 3.6.3

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.6.3](https://github.com/3merge/q/compare/v3.6.2...v3.6.3) (2022-06-28)
7
+
8
+ **Note:** Version bump only for package gatsby-theme-q3
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.6.1](https://github.com/3merge/q/compare/v3.6.0...v3.6.1) (2022-06-28)
15
+
16
+ **Note:** Version bump only for package gatsby-theme-q3
17
+
18
+
19
+
20
+
21
+
22
+ # [3.6.0](https://github.com/3merge/q/compare/v3.5.3...v3.6.0) (2022-06-27)
23
+
24
+ **Note:** Version bump only for package gatsby-theme-q3
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.5.0](https://github.com/3merge/q/compare/v3.4.17...v3.5.0) (2022-05-10)
7
31
 
8
32
  **Note:** Version bump only for package gatsby-theme-q3
@@ -39,6 +39,7 @@ const Login = (0, _withPublicTemplate.default)((0, _withAuthenticate.default)(({
39
39
  } = (0, _q3UiLocale.useTranslation)();
40
40
  return /*#__PURE__*/_react.default.createElement(_FormBox.default, {
41
41
  renderBottom: /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_builders.Form, {
42
+ submitLabel: "login",
42
43
  onSubmit: authenticate
43
44
  }, /*#__PURE__*/_react.default.createElement(_builders.Field, {
44
45
  name: "email",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-theme-q3",
3
- "version": "3.5.0",
3
+ "version": "3.6.3",
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.5.0",
31
+ "gatsby-theme-q3-mui": "^3.6.1",
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.4.16",
37
- "q3-ui-locale": "^3.4.16",
36
+ "q3-ui-helpers": "^3.6.0",
37
+ "q3-ui-locale": "^3.6.0",
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": "30474e41cab96b0b7954e910fbeb52c628e4df51"
45
+ "gitHead": "b9483ee70afb4dff71ba6f66233b1fd29813603a"
46
46
  }
@@ -19,7 +19,10 @@ const Login = withPublicTemplate(
19
19
  <FormBox
20
20
  renderBottom={
21
21
  <>
22
- <Form onSubmit={authenticate}>
22
+ <Form
23
+ submitLabel="login"
24
+ onSubmit={authenticate}
25
+ >
23
26
  <Field
24
27
  name="email"
25
28
  type="email"