Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.2.7
 - gatsby@2.13.30
  • Loading branch information
sidharthachatterjee committed Jul 19, 2019
1 parent 7723912 commit 118eb30
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.7](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.6...babel-preset-gatsby@0.2.7) (2019-07-19)

**Note:** Version bump only for package babel-preset-gatsby

## [0.2.6](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.5...babel-preset-gatsby@0.2.6) (2019-07-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.2.6",
"version": "0.2.7",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.30](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.29...gatsby@2.13.30) (2019-07-19)

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

## [2.13.29](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.28...gatsby@2.13.29) (2019-07-19)

**Note:** Version bump only for package gatsby
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.13.29",
"version": "2.13.30",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-remove-graphql-queries": "^2.7.2",
"babel-preset-gatsby": "^0.2.6",
"babel-preset-gatsby": "^0.2.7",
"better-opn": "0.1.4",
"better-queue": "^3.8.6",
"bluebird": "^3.5.0",
Expand Down

0 comments on commit 118eb30

Please sign in to comment.