Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.1.4
 - gatsby@2.0.50
  • Loading branch information
KyleAMathews committed Nov 15, 2018
1 parent 0f0feac commit 6e388bf
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 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.4"></a>

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

### Bug Fixes

- **gatsby:** correctly pick up browserslist overrides ([#9669](https://github.com/gatsbyjs/gatsby/issues/9669)) ([0f0feac](https://github.com/gatsbyjs/gatsby/commit/0f0feac))

<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)
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.3",
"version": "0.1.4",
"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/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="2.0.50"></a>

## [2.0.50](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.49...gatsby@2.0.50) (2018-11-15)

### Bug Fixes

- **gatsby:** correctly pick up browserslist overrides ([#9669](https://github.com/gatsbyjs/gatsby/issues/9669)) ([0f0feac](https://github.com/gatsbyjs/gatsby/commit/0f0feac))

<a name="2.0.49"></a>

## [2.0.49](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.48...gatsby@2.0.49) (2018-11-14)
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.49",
"version": "2.0.50",
"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.3",
"babel-preset-gatsby": "^0.1.4",
"better-queue": "^3.8.6",
"bluebird": "^3.5.0",
"cache-manager": "^2.9.0",
Expand Down

0 comments on commit 6e388bf

Please sign in to comment.