Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-image@2.2.42
 - gatsby-plugin-emotion@4.1.23
 - gatsby-plugin-preload-fonts@1.0.28
 - gatsby-plugin-subfont@2.0.0
 - gatsby-plugin-typescript@2.2.0
 - gatsby-remark-images-contentful@2.1.32
 - gatsby-theme-blog-core@1.2.7
 - gatsby-theme-blog@1.3.8
 - gatsby-theme-notes@1.1.5
 - gatsby@2.19.24
  • Loading branch information
wardpeet committed Mar 2, 2020
1 parent 234fba0 commit 455be1a
Show file tree
Hide file tree
Showing 20 changed files with 70 additions and 19 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-image/CHANGELOG.md
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.2.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.41...gatsby-image@2.2.42) (2020-03-02)

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

## [2.2.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.40...gatsby-image@2.2.41) (2020-02-13)

**Note:** Version bump only for package gatsby-image
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "2.2.41",
"version": "2.2.42",
"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-plugin-emotion/CHANGELOG.md
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.

## [4.1.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.1.22...gatsby-plugin-emotion@4.1.23) (2020-03-02)

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

## [4.1.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.1.21...gatsby-plugin-emotion@4.1.22) (2020-02-01)

**Note:** Version bump only for package gatsby-plugin-emotion
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-emotion/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-emotion",
"description": "Gatsby plugin to add support for Emotion",
"version": "4.1.22",
"version": "4.1.23",
"author": "Tegan Churchill <churchill.tegan@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -26,9 +26,9 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"@babel/core": "^7.0.0",
"@emotion/core": "^10.0.5",
"gatsby": "^2.0.0",
"@babel/core": "^7.0.0"
"gatsby": "^2.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-preload-fonts/CHANGELOG.md
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.

## [1.0.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.27...gatsby-plugin-preload-fonts@1.0.28) (2020-03-02)

### Bug Fixes

- prettier for gatsby-plugin-preload-fonts ([69d2632](https://github.com/gatsbyjs/gatsby/commit/69d2632))

## [1.0.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.26...gatsby-plugin-preload-fonts@1.0.27) (2020-02-01)

**Note:** Version bump only for package gatsby-plugin-preload-fonts
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preload-fonts/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-preload-fonts",
"description": "Gatsby plugin for preloading fonts per page",
"version": "1.0.27",
"version": "1.0.28",
"author": "Aaron Ross <superhawk610@gmail.com>",
"main": "index.js",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-subfont/CHANGELOG.md
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.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@1.1.21...gatsby-plugin-subfont@2.0.0) (2020-03-02)

### Features

- **gatsby-plugin-subfont:** Make async, add configurable opti… ([#21768](https://github.com/gatsbyjs/gatsby/issues/21768)) ([06034f2](https://github.com/gatsbyjs/gatsby/commit/06034f2))

## [1.1.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@1.1.20...gatsby-plugin-subfont@1.1.21) (2020-02-01)

**Note:** Version bump only for package gatsby-plugin-subfont
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-subfont/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-subfont",
"version": "1.1.21",
"version": "2.0.0",
"description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-typescript/CHANGELOG.md
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.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.1.27...gatsby-plugin-typescript@2.2.0) (2020-03-02)

### Features

- **gatsby-plugin-typescript:** Supports linting ([#18721](https://github.com/gatsbyjs/gatsby/issues/18721)) ([d28a0bd](https://github.com/gatsbyjs/gatsby/commit/d28a0bd))

## [2.1.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.1.26...gatsby-plugin-typescript@2.1.27) (2020-02-01)

**Note:** Version bump only for package gatsby-plugin-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typescript/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
"version": "2.1.27",
"version": "2.2.0",
"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-remark-images-contentful/CHANGELOG.md
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.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.31...gatsby-remark-images-contentful@2.1.32) (2020-03-02)

### Bug Fixes

- **gatsby-remark-images-contentful:** make clear error when lo… ([#21756](https://github.com/gatsbyjs/gatsby/issues/21756)) ([99e39a0](https://github.com/gatsbyjs/gatsby/commit/99e39a0))

## [2.1.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.30...gatsby-remark-images-contentful@2.1.31) (2020-02-01)

**Note:** Version bump only for package gatsby-remark-images-contentful
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images-contentful",
"version": "2.1.31",
"version": "2.1.32",
"description": "Process Images in Contentful markdown so they can use the images API.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/CHANGELOG.md
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.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.2.6...gatsby-theme-blog-core@1.2.7) (2020-03-02)

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

## [1.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.2.5...gatsby-theme-blog-core@1.2.6) (2020-02-28)

**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
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.2.6",
"version": "1.2.7",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.19.23",
"gatsby": "^2.19.24",
"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
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.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.3.7...gatsby-theme-blog@1.3.8) (2020-03-02)

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

## [1.3.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.3.6...gatsby-theme-blog@1.3.7) (2020-02-28)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-theme-blog/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.3.7",
"version": "1.3.8",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand All @@ -23,13 +23,13 @@
"@theme-ui/prism": "^0.2.50",
"@theme-ui/typography": "^0.2.46",
"deepmerge": "^4.2.2",
"gatsby-image": "^2.2.41",
"gatsby-plugin-emotion": "^4.1.22",
"gatsby-image": "^2.2.42",
"gatsby-plugin-emotion": "^4.1.23",
"gatsby-plugin-feed": "^2.3.27",
"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.2.6",
"gatsby-theme-blog-core": "^1.2.7",
"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.19.23",
"gatsby": "^2.19.24",
"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
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.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.1.4...gatsby-theme-notes@1.1.5) (2020-03-02)

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

## [1.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.1.3...gatsby-theme-notes@1.1.4) (2020-02-28)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-notes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.1.4",
"version": "1.1.5",
"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.19.23",
"gatsby": "^2.19.24",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand All @@ -38,7 +38,7 @@
"deepmerge": "^4.2.2",
"gatsby-core-utils": "^1.0.28",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-emotion": "^4.1.22",
"gatsby-plugin-emotion": "^4.1.23",
"gatsby-plugin-mdx": "^1.0.74",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-og-image": "0.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.19.24](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.23...gatsby@2.19.24) (2020-03-02)

### Bug Fixes

- **gatsby:** Improve error message when EnsureResources fails to ensure a resource ([#21429](https://github.com/gatsbyjs/gatsby/issues/21429)) ([7527993](https://github.com/gatsbyjs/gatsby/commit/7527993))
- **gatsby:** Switching from devcert-san to devcert to fix HTTP… ([#16726](https://github.com/gatsbyjs/gatsby/issues/16726)) ([22ead19](https://github.com/gatsbyjs/gatsby/commit/22ead19)), closes [#16212](https://github.com/gatsbyjs/gatsby/issues/16212)

## [2.19.23](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.22...gatsby@2.19.23) (2020-02-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.19.23",
"version": "2.19.24",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit 455be1a

Please sign in to comment.