Skip to content

Commit a0c4d44

Browse files
committed
Revert "chore(release): Publish next"
This reverts commit 1ebef37.
1 parent 1ebef37 commit a0c4d44

File tree

14 files changed

+23
-23
lines changed

14 files changed

+23
-23
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "3.14.0-next.3",
3+
"version": "3.14.0-next.2",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",

packages/gatsby-admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.24.0-next.3",
3+
"version": "0.24.0-next.2",
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.17",
3131
"formik": "^2.2.9",
32-
"gatsby": "^3.14.0-next.3",
32+
"gatsby": "^3.14.0-next.2",
3333
"gatsby-interface": "^0.0.244",
34-
"gatsby-plugin-typescript": "^3.14.0-next.3",
34+
"gatsby-plugin-typescript": "^3.14.0-next.2",
3535
"gatsby-plugin-webfonts": "^1.1.4",
3636
"gatsby-source-graphql": "^3.14.0-next.2",
3737
"lodash-es": "^4.17.21",

packages/gatsby-plugin-image/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "1.14.0-next.3",
3+
"version": "1.14.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",
@@ -77,7 +77,7 @@
7777
"@babel/runtime": "^7.15.4",
7878
"@babel/traverse": "^7.15.4",
7979
"babel-jsx-utils": "^1.1.0",
80-
"babel-plugin-remove-graphql-queries": "^3.14.0-next.3",
80+
"babel-plugin-remove-graphql-queries": "^3.14.0-next.2",
8181
"camelcase": "^5.3.1",
8282
"chokidar": "^3.5.2",
8383
"common-tags": "^1.8.0",

packages/gatsby-plugin-no-sourcemaps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-no-sourcemaps",
33
"description": "Disable sourcemaps when building JavaScript",
4-
"version": "3.14.0-next.3",
4+
"version": "3.14.0-next.2",
55
"author": "Stuart Taylor <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-schema-snapshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-schema-snapshot",
3-
"version": "2.14.0-next.3",
3+
"version": "2.14.0-next.2",
44
"main": "index.js",
55
"license": "MIT",
66
"keywords": [

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": "3.14.0-next.3",
4+
"version": "3.14.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.28.5",
3333
"babel-preset-gatsby-package": "^1.14.0-next.2",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-image": "^1.14.0-next.3"
35+
"gatsby-plugin-image": "^1.14.0-next.2"
3636
},
3737
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3838
"keywords": [

packages/gatsby-plugin-styletron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-styletron",
33
"description": "A Gatsby plugin for styletron with built-in server-side rendering support",
4-
"version": "6.14.0-next.3",
4+
"version": "6.14.0-next.2",
55
"author": "Nadiia Dmytrenko <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typescript",
33
"description": "Adds TypeScript support to Gatsby",
4-
"version": "3.14.0-next.3",
4+
"version": "3.14.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,7 +16,7 @@
1616
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
1717
"@babel/preset-typescript": "^7.15.0",
1818
"@babel/runtime": "^7.15.4",
19-
"babel-plugin-remove-graphql-queries": "^3.14.0-next.3"
19+
"babel-plugin-remove-graphql-queries": "^3.14.0-next.2"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.15.4",

packages/gatsby-source-drupal/package.json

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

packages/gatsby-source-shopify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "5.6.0-next.3",
3+
"version": "5.6.0-next.2",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -32,7 +32,7 @@
3232
"@types/node-fetch": "^2.5.12",
3333
"@types/sharp": "^0.28.5",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-image": "^1.14.0-next.3",
35+
"gatsby-plugin-image": "^1.14.0-next.2",
3636
"msw": "^0.35.0",
3737
"prettier": "^2.3.2",
3838
"prettier-check": "^2.0.0",

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": "5.14.0-next.3",
5+
"version": "5.14.0-next.2",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

packages/gatsby-transformer-remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "4.11.0-next.3",
4+
"version": "4.11.0-next.2",
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,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "3.14.0-next.3",
4+
"version": "3.14.0-next.2",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.0.0",
12-
"gatsby-plugin-sharp": "^3.14.0-next.3",
12+
"gatsby-plugin-sharp": "^3.14.0-next.2",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.3.3",
1515
"p-queue": "^6.6.2",

packages/gatsby/package.json

+3-3
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": "3.14.0-next.3",
4+
"version": "3.14.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -34,7 +34,7 @@
3434
"babel-plugin-add-module-exports": "^1.0.4",
3535
"babel-plugin-dynamic-import-node": "^2.3.3",
3636
"babel-plugin-lodash": "^3.3.4",
37-
"babel-plugin-remove-graphql-queries": "^3.14.0-next.3",
37+
"babel-plugin-remove-graphql-queries": "^3.14.0-next.2",
3838
"babel-preset-gatsby": "^1.14.0-next.2",
3939
"better-opn": "^2.0.0",
4040
"bluebird": "^3.7.2",
@@ -83,7 +83,7 @@
8383
"gatsby-legacy-polyfills": "^1.14.0-next.2",
8484
"gatsby-link": "^3.14.0-next.2",
8585
"gatsby-plugin-page-creator": "^3.14.0-next.2",
86-
"gatsby-plugin-typescript": "^3.14.0-next.3",
86+
"gatsby-plugin-typescript": "^3.14.0-next.2",
8787
"gatsby-plugin-utils": "^1.14.0-next.2",
8888
"gatsby-react-router-scroll": "^4.14.0-next.2",
8989
"gatsby-telemetry": "^2.14.0-next.2",

0 commit comments

Comments
 (0)