Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrax committed Jun 30, 2020
1 parent 5a91ec3 commit 623e0bc
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/Pyrax/gatsby-theme-contact/compare/v1.0.2...v1.0.3) (2020-06-30)


### Bug Fixes

* graphql error when socials not defined ([5a91ec3](https://github.com/Pyrax/gatsby-theme-contact/commit/5a91ec39a21b441220c3392a123c854473351800))





## [1.0.2](https://github.com/Pyrax/gatsby-theme-contact/compare/v1.0.1...v1.0.2) (2020-06-26)

**Note:** Version bump only for package gatsby-theme-contact-workspace
Expand Down
8 changes: 8 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/Pyrax/gatsby-theme-contact/compare/v1.0.2...v1.0.3) (2020-06-30)

**Note:** Version bump only for package example





## [1.0.2](https://github.com/Pyrax/gatsby-theme-contact/compare/v1.0.1...v1.0.2) (2020-06-26)

**Note:** Version bump only for package example
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"author": "Björn Clees <piranhadev@gmail.com> (https://github.com/pyrax/)",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"gatsby": "^2.23.7",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-theme-contact": "^1.0.2",
"gatsby-theme-contact": "^1.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
Expand Down
11 changes: 11 additions & 0 deletions gatsby-theme-contact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/Pyrax/gatsby-theme-contact/compare/v1.0.2...v1.0.3) (2020-06-30)


### Bug Fixes

* graphql error when socials not defined ([5a91ec3](https://github.com/Pyrax/gatsby-theme-contact/commit/5a91ec39a21b441220c3392a123c854473351800))





## [1.0.2](https://github.com/Pyrax/gatsby-theme-contact/compare/v1.0.1...v1.0.2) (2020-06-26)

**Note:** Version bump only for package gatsby-theme-contact
2 changes: 1 addition & 1 deletion gatsby-theme-contact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-contact",
"version": "1.0.2",
"version": "1.0.3",
"description": "Contact page for Gatsby which comes with Netlify Forms by default.",
"keywords": [
"gatsby",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"example",
"gatsby-theme-contact"
],
"version": "1.0.2",
"version": "1.0.3",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit 623e0bc

Please sign in to comment.