Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar committed Apr 22, 2020
1 parent 82c05aa commit 12eaaa0
Show file tree
Hide file tree
Showing 20 changed files with 70 additions and 21 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.3.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.4) (2020-04-22)

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

## [0.3.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.3) (2020-04-17)

### 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.3.3",
"version": "0.3.4",
"author": "Philipp Spiess <[email protected]>",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/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.11.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.15) (2020-04-22)

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

## [2.11.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.14) (2020-04-21)

**Note:** Version bump only for package gatsby-cli
Expand Down
4 changes: 2 additions & 2 deletions 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.11.14",
"version": "2.11.15",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "lib/index.js"
Expand All @@ -26,7 +26,7 @@
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.1.3",
"gatsby-recipes": "^0.0.11",
"gatsby-recipes": "^0.0.12",
"gatsby-telemetry": "^1.2.5",
"hosted-git-info": "^3.0.4",
"is-valid-path": "^0.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-mdx/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.

## [1.1.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.10) (2020-04-22)

### Features

- **gatsby-remark-images:** support markdownCaptions in mdx + fix for remark ([#21188](https://github.com/gatsbyjs/gatsby/issues/21188)) ([82c05aa](https://github.com/gatsbyjs/gatsby/commit/82c05aa))

## [1.1.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.9) (2020-04-17)

**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.1.9",
"version": "1.1.10",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-recipes/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.0.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.12) (2020-04-22)

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

## [0.0.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.11) (2020-04-21)

**Note:** Version bump only for package gatsby-recipes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-recipes",
"description": "Core functionality for Gatsby Recipes",
"version": "0.0.11",
"version": "0.0.12",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -21,7 +21,7 @@
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-remove-graphql-queries": "^2.8.3",
"babel-preset-gatsby": "^0.3.3",
"babel-preset-gatsby": "^0.3.4",
"cors": "^2.8.5",
"detect-port": "^1.3.0",
"event-source-polyfill": "^1.0.12",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-images/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.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.5) (2020-04-22)

### Features

- **gatsby-remark-images:** support markdownCaptions in mdx + fix for remark ([#21188](https://github.com/gatsbyjs/gatsby/issues/21188)) ([82c05aa](https://github.com/gatsbyjs/gatsby/commit/82c05aa))

## [3.2.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.4) (2020-04-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
"version": "3.2.4",
"version": "3.2.5",
"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.3.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.30) (2020-04-22)

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

## [1.3.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.29) (2020-04-21)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
8 changes: 4 additions & 4 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.3.29",
"version": "1.3.30",
"main": "index.js",
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -19,18 +19,18 @@
"dependencies": {
"@mdx-js/mdx": "^1.5.7",
"gatsby-core-utils": "^1.1.3",
"gatsby-plugin-mdx": "^1.1.9",
"gatsby-plugin-mdx": "^1.1.10",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-remark-copy-linked-files": "^2.2.3",
"gatsby-remark-images": "^3.2.4",
"gatsby-remark-images": "^3.2.5",
"gatsby-remark-smartypants": "^2.2.3",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-sharp": "^2.4.6",
"remark-slug": "^5.1.2"
},
"devDependencies": {
"@mdx-js/react": "^1.5.7",
"gatsby": "^2.20.28",
"gatsby": "^2.20.29",
"prettier": "2.0.4",
"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.4.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.30) (2020-04-22)

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

## [1.4.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.29) (2020-04-21)

**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.4.29",
"version": "1.4.30",
"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.2.4",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-plugin-twitter": "^2.2.4",
"gatsby-theme-blog-core": "^1.3.29",
"gatsby-theme-blog-core": "^1.3.30",
"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.20.28",
"gatsby": "^2.20.29",
"prettier": "2.0.4",
"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.2.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.29) (2020-04-22)

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

## [1.2.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.28) (2020-04-21)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
6 changes: 3 additions & 3 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.2.28",
"version": "1.2.29",
"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.20.28",
"gatsby": "^2.20.29",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand All @@ -39,7 +39,7 @@
"gatsby-core-utils": "^1.1.3",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-emotion": "^4.2.2",
"gatsby-plugin-mdx": "^1.1.9",
"gatsby-plugin-mdx": "^1.1.10",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-og-image": "0.0.1",
"gatsby-plugin-redirects": "^1.0.0",
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.7.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.4) (2020-04-22)

### Features

- **gatsby-remark-images:** support markdownCaptions in mdx + fix for remark ([#21188](https://github.com/gatsbyjs/gatsby/issues/21188)) ([82c05aa](https://github.com/gatsbyjs/gatsby/commit/82c05aa))

## [2.7.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.3) (2020-04-17)

### 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.7.3",
"version": "2.7.4",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
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.20.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.20.29) (2020-04-22)

### Bug Fixes

- **gatsby:** fix Uncaught TypeError in navigation.js ([#23196](https://github.com/gatsbyjs/gatsby/issues/23196)) ([da535a8](https://github.com/gatsbyjs/gatsby/commit/da535a8)), closes [#21263](https://github.com/gatsbyjs/gatsby/issues/21263)
- **gatsby:** Improve error message when calling useStaticQuery without graphql ([#23189](https://github.com/gatsbyjs/gatsby/issues/23189)) ([6a079fb](https://github.com/gatsbyjs/gatsby/commit/6a079fb))

## [2.20.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.20.28) (2020-04-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.20.28",
"version": "2.20.29",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -32,7 +32,7 @@
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-remove-graphql-queries": "^2.8.3",
"babel-preset-gatsby": "^0.3.3",
"babel-preset-gatsby": "^0.3.4",
"better-opn": "1.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
Expand Down Expand Up @@ -71,7 +71,7 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.11.14",
"gatsby-cli": "^2.11.15",
"gatsby-core-utils": "^1.1.3",
"gatsby-graphiql-explorer": "^0.3.3",
"gatsby-link": "^2.3.4",
Expand Down

0 comments on commit 12eaaa0

Please sign in to comment.