Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.1.8
 - gatsby-link@2.0.12
 - gatsby-plugin-sitemap@2.0.6
 - gatsby-transformer-remark@2.2.6
 - gatsby@2.1.15
  • Loading branch information
sidharthachatterjee committed Feb 22, 2019
1 parent 1575d64 commit 656c24a
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 9 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.1.8](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.1.7...babel-preset-gatsby@0.1.8) (2019-02-22)

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

## [0.1.7](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.1.6...babel-preset-gatsby@0.1.7) (2019-02-06)

### 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.1.7",
"version": "0.1.8",
"author": "Philipp Spiess <hello@philippspiess.com>",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-link/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.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/gatsby-link@2.0.11...gatsby-link@2.0.12) (2019-02-22)

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

## [2.0.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/gatsby-link@2.0.10...gatsby-link@2.0.11) (2019-02-19)

**Note:** Version bump only for package gatsby-link
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "2.0.11",
"version": "2.0.12",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -27,8 +27,8 @@
"main": "index.js",
"peerDependencies": {
"gatsby": "^2.0.0",
"react-dom": "^16.4.2",
"react": "^16.4.2"
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sitemap/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.0.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap/compare/gatsby-plugin-sitemap@2.0.5...gatsby-plugin-sitemap@2.0.6) (2019-02-22)

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

## [2.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap/compare/gatsby-plugin-sitemap@2.0.4...gatsby-plugin-sitemap@2.0.5) (2019-02-01)

**Note:** Version bump only for package gatsby-plugin-sitemap
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sitemap",
"description": "Gatsby plugin that automatically creates a sitemap for your site",
"version": "2.0.5",
"version": "2.0.6",
"author": "Nicholas Young &lt;nicholas@nicholaswyoung.com&gt;",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-remark/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.

## [2.2.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/compare/gatsby-transformer-remark@2.2.5...gatsby-transformer-remark@2.2.6) (2019-02-22)

### Bug Fixes

- **gatsby-transformer-remark:** Handle headings with nested text ([#11881](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/issues/11881)) ([4c0c5c0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/commit/4c0c5c0)), closes [#11879](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/issues/11879) [#11879](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/issues/11879)

## [2.2.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/compare/gatsby-transformer-remark@2.2.4...gatsby-transformer-remark@2.2.5) (2019-02-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
"version": "2.2.5",
"version": "2.2.6",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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.1.15](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.14...gatsby@2.1.15) (2019-02-22)

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

## [2.1.14](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.13...gatsby@2.1.14) (2019-02-21)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.1.14",
"version": "2.1.15",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand All @@ -26,7 +26,7 @@
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-remove-graphql-queries": "^2.6.0",
"babel-preset-gatsby": "^0.1.7",
"babel-preset-gatsby": "^0.1.8",
"better-opn": "0.1.4",
"better-queue": "^3.8.6",
"bluebird": "^3.5.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.4.11",
"gatsby-link": "^2.0.11",
"gatsby-link": "^2.0.12",
"gatsby-plugin-page-creator": "^2.0.7",
"gatsby-react-router-scroll": "^2.0.4",
"glob": "^7.1.1",
Expand Down

0 comments on commit 656c24a

Please sign in to comment.