Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
chore(release): v2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Nov 7, 2020
1 parent d53687f commit b880947
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="2.10.4"></a>
## [2.10.4](https://github.com/gaiama/gaiama.org/compare/v2.10.3...v2.10.4) (2020-11-07)


### Features

* **ContactForm:** handle checkTime in function ([11c9d00](https://github.com/gaiama/gaiama.org/commit/11c9d00))
* **ContactForm:** improve error messages, disable autoretry ([287ad00](https://github.com/gaiama/gaiama.org/commit/287ad00))
* **ContactPage:** improve error labels ([d53687f](https://github.com/gaiama/gaiama.org/commit/d53687f))
* **NewsletterWidget:** improve errors ([0b69ace](https://github.com/gaiama/gaiama.org/commit/0b69ace))



<a name="2.10.3"></a>
## [2.10.3](https://github.com/gaiama/gaiama.org/compare/v2.10.2...v2.10.3) (2020-10-23)

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gaiama.org",
"private": true,
"description": "GaiAma.org website",
"version": "2.10.3",
"version": "2.10.4",
"author": "Can Rau <cansrau@gmail.com>",
"license": "MIT",
"homepage": "https://www.gaiama.org",
Expand All @@ -25,7 +25,8 @@
"url": "https://github.com/gaiama/gaiama.org/issues"
},
"scripts": {
"dev": "export $(cat ../.env | grep -v ^# | xargs) && GATSBY_TELEMETRY_DISABLED=1 GATSBY_TELEMETRY_DEBUG=0 GATSBY_GRAPHQL_IDE=not-playground ENABLE_GATSBY_REFRESH_ENDPOINT=1 gatsby develop --https --host 0.0.0.0",
"//dev": "export $(cat ../.env | grep -v ^# | xargs) && GATSBY_TELEMETRY_DISABLED=1 GATSBY_TELEMETRY_DEBUG=0 GATSBY_GRAPHQL_IDE=not-playground ENABLE_GATSBY_REFRESH_ENDPOINT=1 gatsby develop --https --host 0.0.0.0",
"dev": "export $(cat ../.env | grep -v ^# | xargs) && NODE_EXTRA_CA_CERTS=$HOME/.certs/selfcert.pem GATSBY_TELEMETRY_DISABLED=1 GATSBY_TELEMETRY_DEBUG=0 GATSBY_GRAPHQL_IDE=not-playground ENABLE_GATSBY_REFRESH_ENDPOINT=1 gatsby develop --https --host 0.0.0.0 -c $HOME/.certs/selfcert.pem -k $HOME/.certs/selfkey.pem",
"dev:full": "GATSBY_GRAPHQL_IDE=playground GAIAMA_FULL_CONTENT=1 yarn dev",
"debug": "DEBUG=* yarn dev",
"debug:gatsby": "DEBUG=gatsby* yarn dev",
Expand Down

0 comments on commit b880947

Please sign in to comment.