Skip to content

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

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": "2.19.0-next.0",
3+
"version": "2.19.0-next.1",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin-macros": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
2525
"gatsby-core-utils": "^3.19.0-next.0",
26-
"gatsby-legacy-polyfills": "^2.19.0-next.0"
26+
"gatsby-legacy-polyfills": "^2.19.0-next.1"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "2.19.0-next.0",
3+
"version": "2.19.0-next.1",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",

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": "4.19.0-next.1",
4+
"version": "4.19.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -27,7 +27,7 @@
2727
"common-tags": "^1.8.2",
2828
"configstore": "^5.0.1",
2929
"convert-hrtime": "^3.0.0",
30-
"create-gatsby": "^2.19.0-next.0",
30+
"create-gatsby": "^2.19.0-next.1",
3131
"envinfo": "^7.8.1",
3232
"execa": "^5.1.1",
3333
"fs-exists-cached": "^1.0.0",

packages/gatsby-design-tokens/package.json

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

packages/gatsby-legacy-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-legacy-polyfills",
33
"description": "Polyfills for legacy browsers",
4-
"version": "2.19.0-next.0",
4+
"version": "2.19.0-next.1",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <[email protected]>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
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-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": "2.19.0-next.0",
3+
"version": "2.19.0-next.1",
44
"scripts": {
55
"build": "npm-run-all --npm-path npm -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-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": "4.19.0-next.1",
4+
"version": "4.19.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -32,7 +32,7 @@
3232
"@types/sharp": "^0.30.0",
3333
"babel-preset-gatsby-package": "^2.19.0-next.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-image": "^2.19.0-next.0"
35+
"gatsby-plugin-image": "^2.19.0-next.1"
3636
},
3737
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3838
"keywords": [

packages/gatsby-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-script",
33
"description": "An enhanced script component for Gatsby sites with support for various loading strategies",
4-
"version": "1.4.0-next.0",
4+
"version": "1.4.0-next.1",
55
"author": "Ty Hopp <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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": "7.8.0-next.0",
3+
"version": "7.8.0-next.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -36,7 +36,7 @@
3636
"@types/node-fetch": "^2.5.12",
3737
"@types/sharp": "^0.30.0",
3838
"cross-env": "^7.0.3",
39-
"gatsby-plugin-image": "^2.19.0-next.0",
39+
"gatsby-plugin-image": "^2.19.0-next.1",
4040
"msw": "^0.38.2",
4141
"prettier": "^2.7.1",
4242
"prettier-check": "^2.0.0",

packages/gatsby-source-wordpress/package.json

Lines changed: 3 additions & 3 deletions
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.1",
5+
"version": "6.19.0-next.2",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -53,10 +53,10 @@
5353
"@types/semver": "^7.3.9",
5454
"babel-plugin-import-globals": "^2.0.0",
5555
"babel-plugin-module-resolver": "4.1.0",
56-
"babel-preset-gatsby": "^2.19.0-next.0",
56+
"babel-preset-gatsby": "^2.19.0-next.1",
5757
"babel-preset-gatsby-package": "^2.19.0-next.0",
5858
"cross-env": "^7.0.3",
59-
"gatsby-plugin-image": "^2.19.0-next.0",
59+
"gatsby-plugin-image": "^2.19.0-next.1",
6060
"identity-obj-proxy": "^3.0.0",
6161
"react-test-renderer": "^16.14.0",
6262
"rimraf": "^3.0.2",

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
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.1",
4+
"version": "4.19.0-next.2",
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.1",
13+
"gatsby-plugin-sharp": "^4.19.0-next.2",
1414
"md5-file": "^5.0.0",
1515
"mini-svg-data-uri": "^1.4.4",
1616
"p-queue": "^6.6.2",

packages/gatsby/package.json

Lines changed: 6 additions & 6 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": "4.19.0-next.1",
4+
"version": "4.19.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -45,7 +45,7 @@
4545
"babel-plugin-dynamic-import-node": "^2.3.3",
4646
"babel-plugin-lodash": "^3.3.4",
4747
"babel-plugin-remove-graphql-queries": "^4.19.0-next.0",
48-
"babel-preset-gatsby": "^2.19.0-next.0",
48+
"babel-preset-gatsby": "^2.19.0-next.1",
4949
"better-opn": "^2.1.1",
5050
"bluebird": "^3.7.2",
5151
"body-parser": "^1.19.0",
@@ -88,18 +88,18 @@
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.1",
91+
"gatsby-cli": "^4.19.0-next.2",
9292
"gatsby-core-utils": "^3.19.0-next.0",
9393
"gatsby-graphiql-explorer": "^2.19.0-next.0",
94-
"gatsby-legacy-polyfills": "^2.19.0-next.0",
95-
"gatsby-link": "^4.19.0-next.0",
94+
"gatsby-legacy-polyfills": "^2.19.0-next.1",
95+
"gatsby-link": "^4.19.0-next.1",
9696
"gatsby-page-utils": "^2.19.0-next.0",
9797
"gatsby-parcel-config": "0.10.0-next.0",
9898
"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",
102-
"gatsby-script": "^1.4.0-next.0",
102+
"gatsby-script": "^1.4.0-next.1",
103103
"gatsby-telemetry": "^3.19.0-next.1",
104104
"gatsby-worker": "^1.19.0-next.0",
105105
"glob": "^7.2.3",

0 commit comments

Comments
 (0)