Skip to content

File tree

44 files changed

+188
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+188
-34
lines changed

packages/babel-preset-gatsby/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+
# [1.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-next.2) (2021-02-11)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
# [1.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-next.1) (2021-02-08)
711

812
### Bug Fixes

packages/babel-preset-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "1.0.0-next.1",
3+
"version": "1.0.0-next.2",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",

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.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-next.2) (2021-02-11)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-next.1) (2021-02-08)
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.10.0-next.1",
3+
"version": "0.10.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.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.0.0-next.1",
23+
"gatsby": "^3.0.0-next.2",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.0.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-cli/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.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.2) (2021-02-11)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.1) (2021-02-08)
711

812
**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": "3.0.0-next.1",
4+
"version": "3.0.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -25,7 +25,7 @@
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
2727
"gatsby-core-utils": "^2.0.0-next.0",
28-
"gatsby-recipes": "^0.11.0-next.0",
28+
"gatsby-recipes": "^0.11.0-next.1",
2929
"gatsby-telemetry": "^2.0.0-next.0",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",

packages/gatsby-codemods/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+
# [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-next.1) (2021-02-11)
7+
8+
**Note:** Version bump only for package gatsby-codemods
9+
610
# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-next.0) (2021-02-05)
711

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

packages/gatsby-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "2.0.0-next.0",
3+
"version": "2.0.0-next.1",
44
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-feed/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.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.1) (2021-02-11)
7+
8+
**Note:** Version bump only for package gatsby-plugin-feed
9+
610
# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.0) (2021-02-05)
711

812
**Note:** Version bump only for package gatsby-plugin-feed

packages/gatsby-plugin-feed/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-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "3.0.0-next.0",
4+
"version": "3.0.0-next.1",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-google-analytics/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.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@[email protected]) (2021-02-11)
7+
8+
**Note:** Version bump only for package gatsby-plugin-google-analytics
9+
610
# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@[email protected]) (2021-02-05)
711

812
**Note:** Version bump only for package gatsby-plugin-google-analytics

packages/gatsby-plugin-google-analytics/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-google-analytics",
33
"description": "Gatsby plugin to add google analytics onto a site",
4-
"version": "3.0.0-next.0",
4+
"version": "3.0.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-image/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+
# [1.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-next.2) (2021-02-11)
7+
8+
### Bug Fixes
9+
10+
- add common-tags to package.jsons ([#29424](https://github.com/gatsbyjs/gatsby/issues/29424)) ([94689ad](https://github.com/gatsbyjs/gatsby/commit/94689addc401f62248928a4df1587922261c96e6))
11+
12+
### Features
13+
14+
- **gatsby-plugin-image:** Add resolver helper and improve custom hook ([#29342](https://github.com/gatsbyjs/gatsby/issues/29342)) ([e567aa8](https://github.com/gatsbyjs/gatsby/commit/e567aa82695cf19a7d9eb4c280be767e562c3976))
15+
616
# [1.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-next.1) (2021-02-08)
717

818
### Bug Fixes

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "1.0.0-next.1",
3+
"version": "1.0.0-next.2",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",

packages/gatsby-plugin-offline/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+
# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0-next.1) (2021-02-11)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-offline:** Cache avif images ([#29394](https://github.com/gatsbyjs/gatsby/issues/29394)) ([0a42d07](https://github.com/gatsbyjs/gatsby/commit/0a42d07b55644835ded4de2f8a6952a9f3f81602))
11+
612
# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0-next.0) (2021-02-05)
713

814
**Note:** Version bump only for package gatsby-plugin-offline

packages/gatsby-plugin-offline/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-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "4.0.0-next.0",
4+
"version": "4.0.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sharp/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+
# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.2) (2021-02-11)
7+
8+
### Features
9+
10+
- **gatsby:** Remove boundActionCreators ([#29129](https://github.com/gatsbyjs/gatsby/issues/29129)) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485))
11+
612
# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.1) (2021-02-08)
713

814
**Note:** Version bump only for package gatsby-plugin-sharp

packages/gatsby-plugin-sharp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "3.0.0-next.1",
4+
"version": "3.0.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -34,7 +34,7 @@
3434
"@types/sharp": "^0.27.1",
3535
"babel-preset-gatsby-package": "^1.0.0-next.0",
3636
"cross-env": "^7.0.3",
37-
"gatsby-plugin-image": "^1.0.0-next.1",
37+
"gatsby-plugin-image": "^1.0.0-next.2",
3838
"gatsby-plugin-utils": "^1.0.0-next.0"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",

packages/gatsby-recipes/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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.11.0-next.1) (2021-02-11)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.11.0-next.0) (2021-02-05)
711

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

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.11.0-next.0",
4+
"version": "0.11.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [5.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0-next.2) (2021-02-11)
7+
8+
### Bug Fixes
9+
10+
- add common-tags to package.jsons ([#29424](https://github.com/gatsbyjs/gatsby/issues/29424)) ([94689ad](https://github.com/gatsbyjs/gatsby/commit/94689addc401f62248928a4df1587922261c96e6))
11+
12+
### Features
13+
14+
- **gatsby:** Remove deleteNode with ID arg ([#29205](https://github.com/gatsbyjs/gatsby/issues/29205)) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1))
15+
- **gatsby:** Remove old touchNode signature ([#29245](https://github.com/gatsbyjs/gatsby/issues/29245)) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7))
16+
- **gatsby-plugin-image:** Add resolver helper and improve custom hook ([#29342](https://github.com/gatsbyjs/gatsby/issues/29342)) ([e567aa8](https://github.com/gatsbyjs/gatsby/commit/e567aa82695cf19a7d9eb4c280be767e562c3976))
17+
- **gatsby-source-contentful:** improve Contentful image handling ([#29398](https://github.com/gatsbyjs/gatsby/issues/29398)) ([c1e95a4](https://github.com/gatsbyjs/gatsby/commit/c1e95a43e39870a099304fc4822001b9ad2a405a))
18+
619
# [5.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0-next.1) (2021-02-08)
720

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

packages/gatsby-source-contentful/package.json

Lines changed: 3 additions & 3 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": "5.0.0-next.1",
4+
"version": "5.0.0-next.2",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,9 +17,9 @@
1717
"contentful": "^7.15.2",
1818
"fs-extra": "^9.1.0",
1919
"gatsby-core-utils": "^2.0.0-next.0",
20-
"gatsby-plugin-image": "^1.0.0-next.1",
20+
"gatsby-plugin-image": "^1.0.0-next.2",
2121
"gatsby-plugin-utils": "^1.0.0-next.0",
22-
"gatsby-source-filesystem": "^3.0.0-next.0",
22+
"gatsby-source-filesystem": "^3.0.0-next.1",
2323
"is-online": "^8.5.1",
2424
"json-stringify-safe": "^5.0.1",
2525
"lodash": "^4.17.20",

packages/gatsby-source-drupal/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0-next.1) (2021-02-11)
7+
8+
### Features
9+
10+
- **gatsby:** Remove deleteNode with ID arg ([#29205](https://github.com/gatsbyjs/gatsby/issues/29205)) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1))
11+
- **gatsby:** Remove old touchNode signature ([#29245](https://github.com/gatsbyjs/gatsby/issues/29245)) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7))
12+
613
# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0-next.0) (2021-02-05)
714

815
**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": "4.0.0-next.0",
4+
"version": "4.0.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.1",
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^3.0.0-next.0",
14+
"gatsby-source-filesystem": "^3.0.0-next.1",
1515
"lodash": "^4.17.20",
1616
"tiny-async-pool": "^1.1.0"
1717
},

packages/gatsby-source-filesystem/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+
# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.1) (2021-02-11)
7+
8+
### Features
9+
10+
- **gatsby:** Remove deleteNode with ID arg ([#29205](https://github.com/gatsbyjs/gatsby/issues/29205)) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1))
11+
612
# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@[email protected]) (2021-02-05)
713

814
**Note:** Version bump only for package gatsby-source-filesystem

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 source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
4-
"version": "3.0.0-next.0",
4+
"version": "3.0.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-hacker-news/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.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@[email protected]) (2021-02-11)
7+
8+
**Note:** Version bump only for package gatsby-source-hacker-news
9+
610
# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@[email protected]) (2021-02-05)
711

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

packages/gatsby-source-hacker-news/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-hacker-news",
33
"description": "Gatsby source plugin for building websites using Hacker News as a data source",
4-
"version": "3.0.0-next.0",
4+
"version": "3.0.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-mongodb/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.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.1) (2021-02-11)
7+
8+
**Note:** Version bump only for package gatsby-source-mongodb
9+
610
# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.0) (2021-02-05)
711

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

packages/gatsby-source-mongodb/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-mongodb",
33
"description": "Source plugin for pulling data into Gatsby from MongoDB collections",
4-
"version": "3.0.0-next.0",
4+
"version": "3.0.0-next.1",
55
"authors": [
66
77

packages/gatsby-source-npm-package-search/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+
# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@[email protected]) (2021-02-11)
7+
8+
### Features
9+
10+
- **gatsby:** Remove boundActionCreators ([#29129](https://github.com/gatsbyjs/gatsby/issues/29129)) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485))
11+
612
# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@[email protected]) (2021-02-05)
713

814
**Note:** Version bump only for package gatsby-source-npm-package-search

packages/gatsby-source-npm-package-search/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-npm-package-search",
33
"description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index",
4-
"version": "3.0.0-next.0",
4+
"version": "3.0.0-next.1",
55
"author": "[email protected]",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)