Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby-package@0.1.1
 - babel-preset-gatsby@0.1.1
  • Loading branch information
DSchau committed Oct 23, 2018
1 parent a392fb4 commit 09e447c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
10 changes: 10 additions & 0 deletions packages/babel-preset-gatsby-package/CHANGELOG.md
@@ -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="0.1.1"></a>

## 0.1.1 (2018-10-23)

**Note:** Version bump only for package babel-preset-gatsby-package
10 changes: 5 additions & 5 deletions packages/babel-preset-gatsby-package/package.json
@@ -1,14 +1,14 @@
{
"name": "babel-preset-gatsby-package",
"version": "0.1.0",
"version": "0.1.1",
"author": "Philipp Spiess <hello@philippspiess.com>",
"dependencies": {
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0"
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0"
},
"license": "MIT",
"main": "src/index.js"
Expand Down
10 changes: 10 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
@@ -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="0.1.1"></a>

## 0.1.1 (2018-10-23)

**Note:** Version bump only for package babel-preset-gatsby
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.1.0",
"version": "0.1.1",
"author": "Philipp Spiess <hello@philippspiess.com>",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0",
Expand Down

0 comments on commit 09e447c

Please sign in to comment.