Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Thomas committed Feb 14, 2020
1 parent ba3502e commit 63355c1
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 8 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-mdx/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.

## [1.0.73](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.73) (2020-02-14)

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

## [1.0.72](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.72) (2020-02-13)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.0.72",
"version": "1.0.73",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-drupal/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.3.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.19) (2020-02-14)

### Features

- **gatsby-source-drupal:** Add Drupal JSON:API Includes support ([#21380](https://github.com/gatsbyjs/gatsby/issues/21380)) ([ba3502e](https://github.com/gatsbyjs/gatsby/commit/ba3502e))

## [3.3.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.18) (2020-02-01)

**Note:** Version bump only for package gatsby-source-drupal
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"version": "3.3.18",
"version": "3.3.19",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/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.

## [1.0.74](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.74) (2020-02-14)

**Note:** Version bump only for package gatsby-theme-blog-core

## [1.0.73](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.73) (2020-02-13)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.0.73",
"version": "1.0.74",
"main": "index.js",
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"gatsby-core-utils": "^1.0.28",
"gatsby-plugin-mdx": "^1.0.72",
"gatsby-plugin-mdx": "^1.0.73",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-remark-copy-linked-files": "^2.1.37",
"gatsby-remark-images": "^3.1.44",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/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.

## [1.2.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.46) (2020-02-14)

**Note:** Version bump only for package gatsby-theme-blog

## [1.2.45](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.45) (2020-02-13)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.2.45",
"version": "1.2.46",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-plugin-twitter": "^2.1.19",
"gatsby-theme-blog-core": "^1.0.73",
"gatsby-theme-blog-core": "^1.0.74",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/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.

## [1.0.67](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.67) (2020-02-14)

**Note:** Version bump only for package gatsby-theme-notes

## [1.0.66](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.66) (2020-02-13)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.0.66",
"version": "1.0.67",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"gatsby-core-utils": "^1.0.28",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-emotion": "^4.1.22",
"gatsby-plugin-mdx": "^1.0.72",
"gatsby-plugin-mdx": "^1.0.73",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-og-image": "0.0.1",
"gatsby-plugin-redirects": "^1.0.0",
Expand Down

0 comments on commit 63355c1

Please sign in to comment.