Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Aug 16, 2018
1 parent 8029c66 commit 98ab705
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-jss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.2-beta.4"></a>

## [2.0.2-beta.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss/compare/[email protected]@2.0.2-beta.4) (2018-08-16)

**Note:** Version bump only for package gatsby-plugin-jss

<a name="2.0.2-beta.3"></a>

## [2.0.2-beta.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss/compare/[email protected]@2.0.2-beta.3) (2018-07-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-jss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-jss",
"description": "Gatsby plugin that adds SSR support for JSS",
"version": "2.0.2-beta.3",
"version": "2.0.2-beta.4",
"author": "Vladimir Guguiev <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-beta.1"></a>

# 1.0.0-beta.1 (2018-08-16)

**Note:** Version bump only for package gatsby-plugin-layout
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-layout",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Stub description for gatsby-plugin-layout",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.0-beta.4"></a>

# [3.0.0-beta.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components/compare/gatsby-plugin-styled-components@[email protected]) (2018-08-16)

**Note:** Version bump only for package gatsby-plugin-styled-components

<a name="3.0.0-beta.3"></a>

# [3.0.0-beta.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components/compare/gatsby-plugin-styled-components@[email protected]) (2018-07-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-styled-components",
"description": "Gatsby plugin to add support for styled components",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"author": "Guten Ye <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-styletron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.0-beta.4"></a>

# [3.0.0-beta.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/[email protected]@3.0.0-beta.4) (2018-08-16)

**Note:** Version bump only for package gatsby-plugin-styletron

<a name="3.0.0-beta.3"></a>

# [3.0.0-beta.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/[email protected]@3.0.0-beta.3) (2018-07-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styletron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-styletron",
"description": "A Gatsby plugin for styletron with built-in server-side rendering support",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"author": "Nadiia Dmytrenko <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-beta.110"></a>

# [2.0.0-beta.110](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-beta.110) (2018-08-16)

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

<a name="2.0.0-beta.109"></a>

# [2.0.0-beta.109](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-beta.109) (2018-08-16)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "2.0.0-beta.109",
"version": "2.0.0-beta.110",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit 98ab705

Please sign in to comment.