Skip to content

Commit 944e381

Browse files
committed
chore(release): Publish next
- babel-plugin-remove-graphql-queries@3.13.0-next.2 - babel-preset-gatsby@1.13.0-next.2 - gatsby-admin@0.23.0-next.4 - gatsby-cli@3.13.0-next.3 - gatsby-core-utils@2.13.0-next.2 - gatsby-page-utils@1.13.0-next.2 - gatsby-plugin-gatsby-cloud@3.1.0-next.2 - gatsby-plugin-image@1.13.0-next.3 - gatsby-plugin-manifest@3.13.0-next.3 - gatsby-plugin-mdx@2.13.0-next.2 - gatsby-plugin-netlify@3.13.0-next.2 - gatsby-plugin-offline@4.13.0-next.2 - gatsby-plugin-page-creator@3.13.0-next.2 - gatsby-plugin-preload-fonts@2.13.0-next.2 - gatsby-plugin-sharp@3.13.0-next.4 - gatsby-plugin-typescript@3.13.0-next.2 - gatsby-recipes@0.24.0-next.2 - gatsby-remark-images@5.10.0-next.2 - gatsby-remark-katex@5.10.0-next.1 - gatsby-source-contentful@5.13.0-next.3 - gatsby-source-drupal@4.13.0-next.3 - gatsby-source-filesystem@3.13.0-next.2 - gatsby-source-shopify@5.5.0-next.4 - gatsby-source-wordpress@5.13.0-next.4 - gatsby-telemetry@2.13.0-next.2 - gatsby-transformer-remark@4.10.0-next.2 - gatsby-transformer-sqip@3.13.0-next.4 - gatsby@3.13.0-next.4
1 parent d6326df commit 944e381

File tree

28 files changed

+75
-75
lines changed

28 files changed

+75
-75
lines changed

packages/babel-plugin-remove-graphql-queries/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "3.13.0-next.1",
3+
"version": "3.13.0-next.2",
44
"author": "Jason Quense <monastic.panic@gmail.com>",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
"@babel/core": "^7.14.8",
1414
"babel-preset-gatsby-package": "^1.13.0-next.0",
1515
"cross-env": "^7.0.3",
16-
"gatsby-core-utils": "^2.13.0-next.1"
16+
"gatsby-core-utils": "^2.13.0-next.2"
1717
},
1818
"peerDependencies": {
1919
"@babel/core": "^7.0.0",

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "1.13.0-next.1",
3+
"version": "1.13.0-next.2",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^2.13.0-next.1",
25+
"gatsby-core-utils": "^2.13.0-next.2",
2626
"gatsby-legacy-polyfills": "^1.13.0-next.0"
2727
},
2828
"peerDependencies": {

packages/gatsby-admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.23.0-next.3",
3+
"version": "0.23.0-next.4",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -29,9 +29,9 @@
2929
"@typescript-eslint/parser": "^4.29.3",
3030
"csstype": "^2.6.14",
3131
"formik": "^2.2.6",
32-
"gatsby": "^3.13.0-next.3",
32+
"gatsby": "^3.13.0-next.4",
3333
"gatsby-interface": "^0.0.244",
34-
"gatsby-plugin-typescript": "^3.13.0-next.1",
34+
"gatsby-plugin-typescript": "^3.13.0-next.2",
3535
"gatsby-plugin-webfonts": "^1.1.4",
3636
"gatsby-source-graphql": "^3.13.0-next.0",
3737
"lodash-es": "^4.17.21",

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 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.13.0-next.2",
4+
"version": "3.13.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -23,9 +23,9 @@
2323
"execa": "^5.1.1",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
26-
"gatsby-core-utils": "^2.13.0-next.1",
27-
"gatsby-recipes": "^0.24.0-next.1",
28-
"gatsby-telemetry": "^2.13.0-next.1",
26+
"gatsby-core-utils": "^2.13.0-next.2",
27+
"gatsby-recipes": "^0.24.0-next.2",
28+
"gatsby-telemetry": "^2.13.0-next.2",
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",
3131
"joi": "^17.4.0",

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "2.13.0-next.1",
3+
"version": "2.13.0-next.2",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-page-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "1.13.0-next.1",
3+
"version": "1.13.0-next.2",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"bluebird": "^3.7.2",
2727
"chokidar": "^3.5.1",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-core-utils": "^2.13.0-next.1",
29+
"gatsby-core-utils": "^2.13.0-next.2",
3030
"glob": "^7.1.7",
3131
"lodash": "^4.17.21",
3232
"micromatch": "^4.0.4"

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "3.1.0-next.1",
4+
"version": "3.1.0-next.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.14.8",
1111
"date-fns": "^2.22.1",
1212
"fs-extra": "^8.1.0",
13-
"gatsby-core-utils": "^2.13.0-next.1",
14-
"gatsby-telemetry": "^2.13.0-next.1",
13+
"gatsby-core-utils": "^2.13.0-next.2",
14+
"gatsby-telemetry": "^2.13.0-next.2",
1515
"kebab-hash": "^0.1.2",
1616
"lodash": "^4.17.21",
1717
"webpack-assets-manifest": "^5.0.6"

packages/gatsby-plugin-image/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "1.13.0-next.2",
3+
"version": "1.13.0-next.3",
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",
@@ -76,12 +76,12 @@
7676
"@babel/parser": "^7.14.9",
7777
"@babel/traverse": "^7.14.9",
7878
"babel-jsx-utils": "^1.1.0",
79-
"babel-plugin-remove-graphql-queries": "^3.13.0-next.1",
79+
"babel-plugin-remove-graphql-queries": "^3.13.0-next.2",
8080
"camelcase": "^5.3.1",
8181
"chokidar": "^3.5.1",
8282
"common-tags": "^1.8.0",
8383
"fs-extra": "^8.1.0",
84-
"gatsby-core-utils": "^2.13.0-next.1",
84+
"gatsby-core-utils": "^2.13.0-next.2",
8585
"objectFitPolyfill": "^2.3.0",
8686
"prop-types": "^15.7.2"
8787
},

packages/gatsby-plugin-manifest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "3.13.0-next.2",
4+
"version": "3.13.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
11-
"gatsby-core-utils": "^2.13.0-next.1",
11+
"gatsby-core-utils": "^2.13.0-next.2",
1212
"gatsby-plugin-utils": "^1.13.0-next.0",
1313
"semver": "^7.3.5",
1414
"sharp": "^0.29.0"

packages/gatsby-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "2.13.0-next.1",
3+
"version": "2.13.0-next.2",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"escape-string-regexp": "^1.0.5",
3636
"eval": "^0.1.4",
3737
"fs-extra": "^8.1.0",
38-
"gatsby-core-utils": "^2.13.0-next.1",
38+
"gatsby-core-utils": "^2.13.0-next.2",
3939
"gray-matter": "^4.0.2",
4040
"json5": "^2.1.3",
4141
"loader-utils": "^1.4.0",

0 commit comments

Comments
 (0)