Skip to content

Commit 5bc1134

Browse files

File tree

20 files changed

+71
-17
lines changed

20 files changed

+71
-17
lines changed

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.2) (2020-11-09)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.1) (2020-11-05)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.2.0-next.1",
3+
"version": "0.2.0-next.2",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.1",
23-
"gatsby": "^2.26.0-next.1",
23+
"gatsby": "^2.26.0-next.2",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.6.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.0-next.2) (2020-11-09)
7+
8+
### Features
9+
10+
- **gatsby-cli:** Augment plugin errors with plugin name ([#27435](https://github.com/gatsbyjs/gatsby/issues/27435)) ([700d245](https://github.com/gatsbyjs/gatsby/commit/700d2454c824dcfbf7535a40df5032e1dc208c0c))
11+
612
# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.0-next.1) (2020-11-05)
713

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

packages/gatsby-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.13.0-next.1",
4+
"version": "2.13.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,7 +24,7 @@
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
2626
"gatsby-core-utils": "^1.4.0-next.0",
27-
"gatsby-recipes": "^0.3.0-next.1",
27+
"gatsby-recipes": "^0.3.0-next.2",
2828
"gatsby-telemetry": "^1.4.0-next.1",
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",

packages/gatsby-plugin-sitemap/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.1) (2020-11-09)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sitemap:** fixed missing sitemapSize config entry ([#27866](https://github.com/gatsbyjs/gatsby/issues/27866)) ([f0689ff](https://github.com/gatsbyjs/gatsby/commit/f0689ffce82e8b59a02df5c338470bd31a5154f2))
11+
612
# [2.5.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0) (2020-11-02)
713

814
### Features

packages/gatsby-plugin-sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sitemap",
33
"description": "Gatsby plugin that automatically creates a sitemap for your site",
4-
"version": "2.6.0-next.0",
4+
"version": "2.6.0-next.1",
55
"author": "Nicholas Young &lt;[email protected]&gt;",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-recipes/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.2) (2020-11-09)
7+
8+
### Bug Fixes
9+
10+
- **recipes:** Resolve themes relative to root ([#27836](https://github.com/gatsbyjs/gatsby/issues/27836)) ([57b8023](https://github.com/gatsbyjs/gatsby/commit/57b8023890a764d562cd8f667d03084e9a8a5560))
11+
612
# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.1) (2020-11-05)
713

814
### Bug Fixes

packages/gatsby-recipes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.3.0-next.1",
4+
"version": "0.3.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.0-next.1) (2020-11-09)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [3.1.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.1) (2020-11-03)
711

812
### Bug Fixes

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "3.2.0-next.0",
4+
"version": "3.2.0-next.1",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"fs-extra": "^9.0.1",
1919
"gatsby-core-utils": "^1.4.0-next.0",
2020
"gatsby-plugin-utils": "^0.3.0-next.0",
21-
"gatsby-source-filesystem": "^2.5.0-next.0",
21+
"gatsby-source-filesystem": "^2.5.0-next.1",
2222
"is-online": "^8.5.1",
2323
"json-stringify-safe": "^5.0.1",
2424
"lodash": "^4.17.20",

packages/gatsby-source-drupal/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.7.0-next.1) (2020-11-09)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
# [3.6.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0) (2020-11-02)
711

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

packages/gatsby-source-drupal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "3.7.0-next.0",
4+
"version": "3.7.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.21.0",
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.5.0-next.0",
14+
"gatsby-source-filesystem": "^2.5.0-next.1",
1515
"lodash": "^4.17.20",
1616
"tiny-async-pool": "^1.1.0"
1717
},

packages/gatsby-source-filesystem/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.1) (2020-11-09)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-filesystem:** allow regex and functions for ignore option ([253b1af](https://github.com/gatsbyjs/gatsby/commit/253b1af728de1b007eb582d63286d0ce2476e41b)), closes [#27848](https://github.com/gatsbyjs/gatsby/issues/27848)
11+
12+
### Features
13+
14+
- **gatsby-source-filesystem:** env flag to placeholder remote assets ([#27663](https://github.com/gatsbyjs/gatsby/issues/27663)) ([2b4800a](https://github.com/gatsbyjs/gatsby/commit/2b4800af9339a227a8585feba254c3315e8fffd4))
15+
616
# [2.4.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0) (2020-11-02)
717

818
### Features

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
4-
"version": "2.5.0-next.0",
4+
"version": "2.5.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.4.0-next.1) (2020-11-09)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
# [3.3.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0) (2020-11-02)
711

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

packages/gatsby-source-shopify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "3.4.0-next.0",
3+
"version": "3.4.0-next.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
@@ -36,7 +36,7 @@
3636
"babel-preset-gatsby-package": "^0.6.0-next.0",
3737
"chalk": "^4.1.0",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.5.0-next.0",
39+
"gatsby-source-filesystem": "^2.5.0-next.1",
4040
"graphql-request": "^1.8.2",
4141
"lodash": "^4.17.20",
4242
"p-iteration": "^1.1.8",

packages/gatsby-source-wordpress/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.1) (2020-11-09)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
# [3.4.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.4.0) (2020-11-02)
711

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

packages/gatsby-source-wordpress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-wordpress",
33
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
4-
"version": "3.5.0-next.0",
4+
"version": "3.5.0-next.1",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"bluebird": "^3.7.2",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
17-
"gatsby-source-filesystem": "^2.5.0-next.0",
17+
"gatsby-source-filesystem": "^2.5.0-next.1",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.20",
2020
"minimatch": "^3.0.4",

packages/gatsby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.26.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.26.0-next.2) (2020-11-09)
7+
8+
### Features
9+
10+
- **gatsby-cli:** Augment plugin errors with plugin name ([#27435](https://github.com/gatsbyjs/gatsby/issues/27435)) ([700d245](https://github.com/gatsbyjs/gatsby/commit/700d2454c824dcfbf7535a40df5032e1dc208c0c))
11+
612
# [2.26.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.26.0-next.1) (2020-11-05)
713

814
### Bug Fixes

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.26.0-next.1",
4+
"version": "2.26.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -76,7 +76,7 @@
7676
"find-cache-dir": "^3.3.1",
7777
"fs-exists-cached": "1.0.0",
7878
"fs-extra": "^8.1.0",
79-
"gatsby-cli": "^2.13.0-next.1",
79+
"gatsby-cli": "^2.13.0-next.2",
8080
"gatsby-core-utils": "^1.4.0-next.0",
8181
"gatsby-graphiql-explorer": "^0.5.0-next.0",
8282
"gatsby-legacy-polyfills": "^0.1.0-next.0",

0 commit comments

Comments
 (0)