Skip to content

File tree

23 files changed

+31
-31
lines changed

23 files changed

+31
-31
lines changed

packages/gatsby-cli/package.json

+2-2
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": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -33,7 +33,7 @@
3333
"fs-exists-cached": "^1.0.0",
3434
"fs-extra": "^10.1.0",
3535
"gatsby-core-utils": "^3.19.0-next.0",
36-
"gatsby-telemetry": "^3.19.0-next.0",
36+
"gatsby-telemetry": "^3.19.0-next.1",
3737
"hosted-git-info": "^3.0.8",
3838
"is-valid-path": "^0.1.1",
3939
"joi": "^17.4.2",

packages/gatsby-codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "3.19.0-next.0",
3+
"version": "3.19.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-design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-design-tokens",
3-
"version": "4.19.0-next.0",
3+
"version": "4.19.0-next.1",
44
"description": "Gatsby Design Tokens",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

packages/gatsby-plugin-flow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-flow",
3-
"version": "3.19.0-next.0",
3+
"version": "3.19.0-next.1",
44
"description": "Provides drop-in support for Flow by adding @babel/preset-flow.",
55
"main": "index.js",
66
"scripts": {

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

+2-2
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": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.1.0",
1212
"gatsby-core-utils": "^3.19.0-next.0",
13-
"gatsby-telemetry": "^3.19.0-next.0",
13+
"gatsby-telemetry": "^3.19.0-next.1",
1414
"kebab-hash": "^0.1.2",
1515
"lodash": "^4.17.21",
1616
"webpack-assets-manifest": "^5.1.0"

packages/gatsby-plugin-google-analytics/package.json

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

packages/gatsby-plugin-google-gtag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-gtag",
33
"description": "Gatsby plugin to add google gtag onto a site",
4-
"version": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"author": "Tyler Buchea <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-page-creator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "4.19.0-next.0",
3+
"version": "4.19.0-next.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"gatsby-core-utils": "^3.19.0-next.0",
3333
"gatsby-page-utils": "^2.19.0-next.0",
3434
"gatsby-plugin-utils": "^3.13.0-next.0",
35-
"gatsby-telemetry": "^3.19.0-next.0",
35+
"gatsby-telemetry": "^3.19.0-next.1",
3636
"globby": "^11.1.0",
3737
"lodash": "^4.17.21"
3838
},

packages/gatsby-plugin-sharp/package.json

+2-2
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": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,7 +16,7 @@
1616
"fs-extra": "^10.1.0",
1717
"gatsby-core-utils": "^3.19.0-next.0",
1818
"gatsby-plugin-utils": "^3.13.0-next.0",
19-
"gatsby-telemetry": "^3.19.0-next.0",
19+
"gatsby-telemetry": "^3.19.0-next.1",
2020
"got": "^11.8.5",
2121
"lodash": "^4.17.21",
2222
"mini-svg-data-uri": "^1.4.4",

packages/gatsby-plugin-sitemap/package.json

+1-1
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": "5.19.0-next.0",
4+
"version": "5.19.0-next.1",
55
"contributors": [
66
"Alex Moon <[email protected]>",
77
"Nicholas Young <[email protected]>"

packages/gatsby-plugin-styled-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-styled-components",
33
"description": "Gatsby plugin to add support for styled components",
4-
"version": "5.19.0-next.0",
4+
"version": "5.19.0-next.1",
55
"author": "Guten Ye <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-typography/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typography",
33
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",
4-
"version": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-images/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "6.19.0-next.0",
4+
"version": "6.19.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-katex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-katex",
33
"description": "Transform math nodes to html markup",
4-
"version": "6.19.0-next.0",
4+
"version": "6.19.0-next.1",
55
"author": "Jeffrey Xiao <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/package.json

+1-1
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": "7.17.0-next.0",
4+
"version": "7.17.0-next.1",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-faker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-faker",
33
"description": "A gatsby plugin to get fake data for testing",
4-
"version": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"author": "Pavithra Kodmad<[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-mongodb/package.json

+1-1
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": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"authors": [
66
77

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "6.19.0-next.0",
5+
"version": "6.19.0-next.1",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

packages/gatsby-telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "3.19.0-next.0",
4+
"version": "3.19.0-next.1",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-asciidoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-asciidoc",
33
"description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library",
4-
"version": "3.19.0-next.0",
4+
"version": "3.19.0-next.1",
55
"author": "Daniel Oliver <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sqip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.1.0",
1212
"gatsby-core-utils": "^3.19.0-next.0",
13-
"gatsby-plugin-sharp": "^4.19.0-next.0",
13+
"gatsby-plugin-sharp": "^4.19.0-next.1",
1414
"md5-file": "^5.0.0",
1515
"mini-svg-data-uri": "^1.4.4",
1616
"p-queue": "^6.6.2",

packages/gatsby/package.json

+4-4
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": "4.19.0-next.0",
4+
"version": "4.19.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -88,19 +88,19 @@
8888
"find-cache-dir": "^3.3.2",
8989
"fs-exists-cached": "1.0.0",
9090
"fs-extra": "^10.1.0",
91-
"gatsby-cli": "^4.19.0-next.0",
91+
"gatsby-cli": "^4.19.0-next.1",
9292
"gatsby-core-utils": "^3.19.0-next.0",
9393
"gatsby-graphiql-explorer": "^2.19.0-next.0",
9494
"gatsby-legacy-polyfills": "^2.19.0-next.0",
9595
"gatsby-link": "^4.19.0-next.0",
9696
"gatsby-page-utils": "^2.19.0-next.0",
9797
"gatsby-parcel-config": "0.10.0-next.0",
98-
"gatsby-plugin-page-creator": "^4.19.0-next.0",
98+
"gatsby-plugin-page-creator": "^4.19.0-next.1",
9999
"gatsby-plugin-typescript": "^4.19.0-next.0",
100100
"gatsby-plugin-utils": "^3.13.0-next.0",
101101
"gatsby-react-router-scroll": "^5.19.0-next.0",
102102
"gatsby-script": "^1.4.0-next.0",
103-
"gatsby-telemetry": "^3.19.0-next.0",
103+
"gatsby-telemetry": "^3.19.0-next.1",
104104
"gatsby-worker": "^1.19.0-next.0",
105105
"glob": "^7.2.3",
106106
"globby": "^11.1.0",

0 commit comments

Comments
 (0)