Skip to content

Commit ea3facd

Browse files
committed
chore(release): Publish next
- babel-preset-gatsby@1.0.0-next.2 - gatsby-admin@0.10.0-next.2 - gatsby-cli@3.0.0-next.2 - gatsby-codemods@2.0.0-next.1 - gatsby-plugin-feed@3.0.0-next.1 - gatsby-plugin-google-analytics@3.0.0-next.1 - gatsby-plugin-image@1.0.0-next.2 - gatsby-plugin-offline@4.0.0-next.1 - gatsby-plugin-sharp@3.0.0-next.2 - gatsby-recipes@0.11.0-next.1 - gatsby-source-contentful@5.0.0-next.2 - gatsby-source-drupal@4.0.0-next.1 - gatsby-source-filesystem@3.0.0-next.1 - gatsby-source-hacker-news@3.0.0-next.1 - gatsby-source-mongodb@3.0.0-next.1 - gatsby-source-npm-package-search@3.0.0-next.1 - gatsby-source-shopify@4.0.0-next.1 - gatsby-source-wordpress@5.0.0-next.2 - gatsby-transformer-screenshot@3.0.0-next.1 - gatsby-transformer-sharp@3.0.0-next.1 - gatsby-transformer-sqip@3.0.0-next.2 - gatsby@3.0.0-next.2
1 parent 486d9ed commit ea3facd

44 files changed

Lines changed: 188 additions & 34 deletions

File tree

Some content is hidden

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

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/babel-preset-gatsby@1.0.0-next.1...babel-preset-gatsby@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/babel-preset-gatsby@1.0.0-next.0...babel-preset-gatsby@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 <hello@philippspiess.com>",
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/gatsby-admin@0.10.0-next.1...gatsby-admin@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/gatsby-admin@0.10.0-next.0...gatsby-admin@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/gatsby-cli@3.0.0-next.1...gatsby-cli@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/gatsby-cli@3.0.0-next.0...gatsby-cli@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 <mathews.kyle@gmail.com>",
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/gatsby-codemods@2.0.0-next.0...gatsby-codemods@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/gatsby-codemods@1.11.0-next.0...gatsby-codemods@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/gatsby-plugin-feed@3.0.0-next.0...gatsby-plugin-feed@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/gatsby-plugin-feed@2.14.0-next.0...gatsby-plugin-feed@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 <nicholas@nicholaswyoung.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)