Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 30 changed files with 98 additions and 30 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-admin/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.1.57](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.57) (2020-06-02)

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

## [0.1.56](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.56) (2020-05-31)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.1.56",
"version": "0.1.57",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^2.28.0",
"csstype": "^2.6.10",
"formik": "^2.1.4",
"gatsby": "^2.22.15",
"gatsby": "^2.22.16",
"gatsby-interface": "0.0.163",
"gatsby-plugin-typescript": "^2.4.3",
"gatsby-source-graphql": "^2.5.2",
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.12.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.41) (2020-06-02)

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

## [2.12.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.40) (2020-05-31)

**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.12.40",
"version": "2.12.41",
"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.3.3",
"gatsby-recipes": "^0.1.34",
"gatsby-recipes": "^0.1.35",
"gatsby-telemetry": "^1.3.9",
"hosted-git-info": "^3.0.4",
"ink": "^2.7.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-dev-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.7.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.7) (2020-06-02)

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

## [2.7.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.6) (2020-05-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "2.7.6",
"version": "2.7.7",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-preact/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.0.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.1) (2020-06-02)

### Bug Fixes

- **gatsby-plugin-preact:** add preact to framework bundle ([#24154](https://github.com/gatsbyjs/gatsby/issues/24154)) ([0772801](https://github.com/gatsbyjs/gatsby/commit/0772801))

# [4.0.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0) (2020-05-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-preact",
"description": "A Gatsby plugin which replaces React with Preact",
"version": "4.0.0",
"version": "4.0.1",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-recipes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **gatsby-recipes:** move strip-ansi to dependencies ([#24687](https://github.com/gatsbyjs/gatsby/issues/24687)) ([19dc8a9](https://github.com/gatsbyjs/gatsby/commit/19dc8a9)), closes [#20949](https://github.com/gatsbyjs/gatsby/issues/20949)
- **recipe:** AVA - fix brand name ([#24696](https://github.com/gatsbyjs/gatsby/issues/24696)) ([c92da12](https://github.com/gatsbyjs/gatsby/commit/c92da12))
- **recipe:** Preact - brand name ([#24699](https://github.com/gatsbyjs/gatsby/issues/24699)) ([3c55efe](https://github.com/gatsbyjs/gatsby/commit/3c55efe))

## [0.1.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.34) (2020-05-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.34",
"version": "0.1.35",
"author": "Kyle Mathews <[email protected]>",
"main": "dist/index.js",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/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.3.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.13) (2020-06-02)

**Note:** Version bump only for package gatsby-source-contentful

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

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "2.3.12",
"version": "2.3.13",
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -19,7 +19,7 @@
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.3",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-filesystem": "^2.3.9",
"is-online": "^8.3.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-drupal/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.5.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.10) (2020-06-02)

**Note:** Version bump only for package gatsby-source-drupal

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

**Note:** Version bump only for package gatsby-source-drupal
Expand Down
4 changes: 2 additions & 2 deletions 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.5.9",
"version": "3.5.10",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-filesystem": "^2.3.9",
"lodash": "^4.17.15",
"tiny-async-pool": "^1.1.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-filesystem/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.3.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.9) (2020-06-02)

### Bug Fixes

- **gatsby-source-filesystem:** fix extension guessing on warm cache ([#24613](https://github.com/gatsbyjs/gatsby/issues/24613)) ([93da8e1](https://github.com/gatsbyjs/gatsby/commit/93da8e1))

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

**Note:** Version bump only for package gatsby-source-filesystem
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-filesystem",
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
"version": "2.3.8",
"version": "2.3.9",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-shopify/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.2.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.9) (2020-06-02)

**Note:** Version bump only for package gatsby-source-shopify

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

**Note:** Version bump only for package gatsby-source-shopify
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "3.2.8",
"version": "3.2.9",
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
Expand Down Expand Up @@ -36,7 +36,7 @@
"babel-preset-gatsby-package": "^0.4.2",
"chalk": "^2.4.2",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-filesystem": "^2.3.9",
"graphql-request": "^1.8.2",
"lodash": "^4.17.15",
"p-iteration": "^1.1.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-wordpress/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.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.9) (2020-06-02)

**Note:** Version bump only for package gatsby-source-wordpress

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

**Note:** Version bump only for package gatsby-source-wordpress
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
"version": "3.3.8",
"version": "3.3.9",
"author": "Sebastien Fichot <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"bluebird": "^3.7.2",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-filesystem": "^2.3.9",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
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.5.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.32) (2020-06-02)

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

## [1.5.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.31) (2020-05-31)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
6 changes: 3 additions & 3 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.5.31",
"version": "1.5.32",
"main": "index.js",
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -24,13 +24,13 @@
"gatsby-remark-copy-linked-files": "^2.3.3",
"gatsby-remark-images": "^3.3.8",
"gatsby-remark-smartypants": "^2.3.2",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-filesystem": "^2.3.9",
"gatsby-transformer-sharp": "^2.5.3",
"remark-slug": "^5.1.2"
},
"devDependencies": {
"@mdx-js/react": "^1.6.1",
"gatsby": "^2.22.15",
"gatsby": "^2.22.16",
"prettier": "2.0.5",
"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.6.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.32) (2020-06-02)

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

## [1.6.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.31) (2020-05-31)

**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.6.31",
"version": "1.6.32",
"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.3.2",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-plugin-twitter": "^2.3.2",
"gatsby-theme-blog-core": "^1.5.31",
"gatsby-theme-blog-core": "^1.5.32",
"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.22.15",
"gatsby": "^2.22.16",
"prettier": "2.0.5",
"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.3.58](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.58) (2020-06-02)

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

## [1.3.57](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.57) (2020-05-31)

**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.3.57",
"version": "1.3.58",
"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.22.15",
"gatsby": "^2.22.16",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand All @@ -43,7 +43,7 @@
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-redirects": "^1.0.0",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-filesystem": "^2.3.9",
"is-present": "^1.0.0",
"react-feather": "^1.1.6",
"theme-ui": "^0.2.52",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-ui-preset/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.47](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.47) (2020-06-02)

**Note:** Version bump only for package gatsby-theme-ui-preset

## [0.0.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.46) (2020-05-31)

**Note:** Version bump only for package gatsby-theme-ui-preset
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-ui-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-ui-preset",
"version": "0.0.46",
"version": "0.0.47",
"description": "A Gatsby theme for theme-ui styles",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.22.15",
"gatsby": "^2.22.16",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
Loading

0 comments on commit c7ebfcf

Please sign in to comment.