Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.1.3
 - gatsby-plugin-layout@1.0.7
 - gatsby-remark-embed-snippet@3.0.3
 - gatsby-source-contentful@2.0.11
 - gatsby-source-graphql@2.0.6
 - gatsby-source-wordpress@3.0.12
 - gatsby@2.0.39
  • Loading branch information
DSchau committed Nov 5, 2018
1 parent 401df07 commit 864ac04
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
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.

<a name="0.1.3"></a>

## [0.1.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.1.2...babel-preset-gatsby@0.1.3) (2018-11-05)

### Bug Fixes

- ensure babel-preset-gatsby can be used with unit tests ([#9629](https://github.com/gatsbyjs/gatsby/issues/9629)) ([401df07](https://github.com/gatsbyjs/gatsby/commit/401df07)), closes [#9614](https://github.com/gatsbyjs/gatsby/issues/9614)

<a name="0.1.2"></a>

## [0.1.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.1.1...babel-preset-gatsby@0.1.2) (2018-10-29)
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.1.2",
"version": "0.1.3",
"author": "Philipp Spiess <hello@philippspiess.com>",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-layout/CHANGELOG.md
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.

<a name="1.0.7"></a>

## [1.0.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.0.6...gatsby-plugin-layout@1.0.7) (2018-11-05)

### Bug Fixes

- **gatsby-plugin-layout:** log uncaught errors in old browsers ([#9635](https://github.com/gatsbyjs/gatsby/issues/9635)) ([099d47e](https://github.com/gatsbyjs/gatsby/commit/099d47e))

<a name="1.0.6"></a>

## [1.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.0.5...gatsby-plugin-layout@1.0.6) (2018-10-30)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-layout/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-layout",
"version": "1.0.6",
"version": "1.0.7",
"description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-embed-snippet/CHANGELOG.md
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.3"></a>

## [3.0.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet/compare/gatsby-remark-embed-snippet@3.0.2...gatsby-remark-embed-snippet@3.0.3) (2018-11-05)

**Note:** Version bump only for package gatsby-remark-embed-snippet

<a name="3.0.2"></a>

## [3.0.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet/compare/gatsby-remark-embed-snippet@3.0.1...gatsby-remark-embed-snippet@3.0.2) (2018-10-29)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-embed-snippet/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-embed-snippet",
"description": "Gatsby plugin to embed formatted code snippets within markdown",
"version": "3.0.2",
"version": "3.0.3",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
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.11"></a>

## [2.0.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.10...gatsby-source-contentful@2.0.11) (2018-11-05)

**Note:** Version bump only for package gatsby-source-contentful

<a name="2.0.10"></a>

## [2.0.10](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.9...gatsby-source-contentful@2.0.10) (2018-11-01)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "2.0.10",
"version": "2.0.11",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-graphql/CHANGELOG.md
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.6"></a>

## [2.0.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql/compare/gatsby-source-graphql@2.0.5...gatsby-source-graphql@2.0.6) (2018-11-05)

**Note:** Version bump only for package gatsby-source-graphql

<a name="2.0.5"></a>

## [2.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql/compare/gatsby-source-graphql@2.0.4...gatsby-source-graphql@2.0.5) (2018-10-29)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-graphql/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-graphql",
"description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL",
"version": "2.0.5",
"version": "2.0.6",
"author": "Mikhail Novikov <freiksenet@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
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.

<a name="3.0.12"></a>

## [3.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/gatsby-source-wordpress@3.0.11...gatsby-source-wordpress@3.0.12) (2018-11-05)

### Features

- **gatsby-source-wordpress:** allow users to obtain JWT Token to make authenticated requests ([#9509](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/9509)) ([9177fc6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/commit/9177fc6)), closes [#6879](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/6879)

<a name="3.0.11"></a>

## [3.0.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/gatsby-source-wordpress@3.0.10...gatsby-source-wordpress@3.0.11) (2018-11-01)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
"version": "3.0.11",
"version": "3.0.12",
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
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.39"></a>

## [2.0.39](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.38...gatsby@2.0.39) (2018-11-05)

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

<a name="2.0.38"></a>

## [2.0.38](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.37...gatsby@2.0.38) (2018-11-02)
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.0.38",
"version": "2.0.39",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand All @@ -24,7 +24,7 @@
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-remove-graphql-queries": "^2.5.1",
"babel-preset-gatsby": "^0.1.2",
"babel-preset-gatsby": "^0.1.3",
"better-queue": "^3.8.6",
"bluebird": "^3.5.0",
"cache-manager": "^2.9.0",
Expand Down

0 comments on commit 864ac04

Please sign in to comment.