Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-cli@2.8.23
 - gatsby-cypress@0.2.20
 - gatsby-plugin-netlify-cms@4.1.34
 - gatsby-remark-autolink-headers@2.1.22
 - gatsby-remark-prismjs@3.3.29
 - gatsby-source-graphql@2.1.30
 - gatsby-theme-blog-core@1.0.47
 - gatsby-theme-blog@1.2.19
 - gatsby-theme-notes@1.0.41
 - gatsby@2.18.18
  • Loading branch information
sidharthachatterjee committed Jan 6, 2020
1 parent dc80043 commit 615bcea
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 15 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-cli/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.8.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.8.22...gatsby-cli@2.8.23) (2020-01-06)

### Features

- **gatsby-cli:** update docs for develop PORT env var ([#20250](https://github.com/gatsbyjs/gatsby/issues/20250)) ([ff7ad18](https://github.com/gatsbyjs/gatsby/commit/ff7ad18))

## [2.8.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.8.21...gatsby-cli@2.8.22) (2019-12-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.8.22",
"version": "2.8.23",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cypress/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.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.2.19...gatsby-cypress@0.2.20) (2020-01-06)

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

## [0.2.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.2.17...gatsby-cypress@0.2.19) (2019-12-10)

**Note:** Version bump only for package gatsby-cypress
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-cypress",
"version": "0.2.19",
"version": "0.2.20",
"description": "Cypress tools for Gatsby projects",
"main": "index.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-netlify-cms/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.

## [4.1.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.1.33...gatsby-plugin-netlify-cms@4.1.34) (2020-01-06)

### Bug Fixes

- **plugin-netlify-cms:** set global window vars required for Gatsby components ([#20264](https://github.com/gatsbyjs/gatsby/issues/20264)) ([06386b6](https://github.com/gatsbyjs/gatsby/commit/06386b6))

## [4.1.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.1.31...gatsby-plugin-netlify-cms@4.1.33) (2019-12-10)

**Note:** Version bump only for package gatsby-plugin-netlify-cms
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify-cms",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
"version": "4.1.33",
"version": "4.1.34",
"author": "Shawn Erquhart <shawn@erquh.art>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-autolink-headers/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.1.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.1.21...gatsby-remark-autolink-headers@2.1.22) (2020-01-06)

### Features

- **gatsby-remark-autolink-headers:** Allow `after` option to make icon appear after header text ([#19937](https://github.com/gatsbyjs/gatsby/issues/19937)) ([a6774ca](https://github.com/gatsbyjs/gatsby/commit/a6774ca))

## [2.1.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.1.19...gatsby-remark-autolink-headers@2.1.21) (2019-12-10)

**Note:** Version bump only for package gatsby-remark-autolink-headers
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-autolink-headers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-autolink-headers",
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
"version": "2.1.21",
"version": "2.1.22",
"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-remark-prismjs/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.3.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.28...gatsby-remark-prismjs@3.3.29) (2020-01-06)

**Note:** Version bump only for package gatsby-remark-prismjs

## [3.3.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.27...gatsby-remark-prismjs@3.3.28) (2019-12-20)

### Features
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.3.28",
"version": "3.3.29",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-graphql/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.1.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.29...gatsby-source-graphql@2.1.30) (2020-01-06)

### Bug Fixes

- **gatsby-source-graphql:** filter unused variables ([#20293](https://github.com/gatsbyjs/gatsby/issues/20293)) ([cb8d987](https://github.com/gatsbyjs/gatsby/commit/cb8d987)), closes [#20280](https://github.com/gatsbyjs/gatsby/issues/20280)

## [2.1.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.28...gatsby-source-graphql@2.1.29) (2019-12-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-graphql",
"description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL",
"version": "2.1.29",
"version": "2.1.30",
"author": "Mikhail Novikov <freiksenet@gmail.com>",
"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.47](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.46...gatsby-theme-blog-core@1.0.47) (2020-01-06)

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

## [1.0.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.45...gatsby-theme-blog-core@1.0.46) (2019-12-23)

**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.46",
"version": "1.0.47",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.18.17",
"gatsby": "^2.18.18",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
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.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.18...gatsby-theme-blog@1.2.19) (2020-01-06)

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

## [1.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.17...gatsby-theme-blog@1.2.18) (2019-12-23)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 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.18",
"version": "1.2.19",
"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.18",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-plugin-twitter": "^2.1.17",
"gatsby-theme-blog-core": "^1.0.46",
"gatsby-theme-blog-core": "^1.0.47",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand All @@ -39,7 +39,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.18.17",
"gatsby": "^2.18.18",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
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.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.40...gatsby-theme-notes@1.0.41) (2020-01-06)

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

## [1.0.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.39...gatsby-theme-notes@1.0.40) (2019-12-23)

**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.40",
"version": "1.0.41",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
"devDependencies": {
"gatsby": "^2.18.17",
"gatsby": "^2.18.18",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
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.18.18](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.18.17...gatsby@2.18.18) (2020-01-06)

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

## [2.18.17](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.18.16...gatsby@2.18.17) (2019-12-23)

### Bug Fixes
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.18.17",
"version": "2.18.18",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -69,7 +69,7 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.8.22",
"gatsby-cli": "^2.8.23",
"gatsby-core-utils": "^1.0.25",
"gatsby-graphiql-explorer": "^0.2.31",
"gatsby-link": "^2.2.27",
Expand Down

0 comments on commit 615bcea

Please sign in to comment.