Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed Apr 4, 2019
1 parent de8f99b commit fcbe82c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-react-helmet/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.

## [3.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet/compare/[email protected]@3.0.12) (2019-04-04)

**Note:** Version bump only for package gatsby-plugin-react-helmet

## [3.0.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet/compare/[email protected]@3.0.11) (2019-03-25)

**Note:** Version bump only for package gatsby-plugin-react-helmet
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-react-helmet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-react-helmet",
"description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.",
"version": "3.0.11",
"version": "3.0.12",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-prismjs/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.

## [3.2.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-prismjs/compare/[email protected]@3.2.7) (2019-04-04)

### Features

- **gatsby-remark-prismjs:** load languages when referred to by an alias ([#13127](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-prismjs/issues/13127)) ([de8f99b](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-prismjs/commit/de8f99b))

## [3.2.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-prismjs/compare/[email protected]@3.2.6) (2019-03-18)

**Note:** Version bump only for package gatsby-remark-prismjs
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-prismjs",
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
"version": "3.2.6",
"version": "3.2.7",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-documentationjs/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.

## [3.0.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs/compare/gatsby-transformer-documentationjs@[email protected]) (2019-04-04)

### Bug Fixes

- **gatsby-transformer-documentationjs:** handle free floating jsdocs ([#13058](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs/issues/13058)) ([ca3a712](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs/commit/ca3a712))

# [3.0.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs/compare/gatsby-transformer-documentationjs@[email protected]) (2019-03-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-documentationjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-documentationjs",
"description": "Gatsby transformer plugin which uses Documentation.js to extract JavaScript documentation",
"version": "3.0.0",
"version": "3.0.1",
"author": "Kyle Mathews",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down

0 comments on commit fcbe82c

Please sign in to comment.