Skip to content

Commit

Permalink
Revert "chore(release): Publish next"
Browse files Browse the repository at this point in the history
This reverts commit 1ebef37.
  • Loading branch information
KyleAMathews committed Sep 8, 2021
1 parent 1ebef37 commit a0c4d44
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
"version": "3.14.0-next.3",
"version": "3.14.0-next.2",
"author": "Jason Quense <[email protected]>",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.24.0-next.3",
"version": "0.24.0-next.2",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@typescript-eslint/parser": "^4.29.3",
"csstype": "^2.6.17",
"formik": "^2.2.9",
"gatsby": "^3.14.0-next.3",
"gatsby": "^3.14.0-next.2",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.14.0-next.3",
"gatsby-plugin-typescript": "^3.14.0-next.2",
"gatsby-plugin-webfonts": "^1.1.4",
"gatsby-source-graphql": "^3.14.0-next.2",
"lodash-es": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "1.14.0-next.3",
"version": "1.14.0-next.2",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"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",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@babel/runtime": "^7.15.4",
"@babel/traverse": "^7.15.4",
"babel-jsx-utils": "^1.1.0",
"babel-plugin-remove-graphql-queries": "^3.14.0-next.3",
"babel-plugin-remove-graphql-queries": "^3.14.0-next.2",
"camelcase": "^5.3.1",
"chokidar": "^3.5.2",
"common-tags": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-no-sourcemaps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-no-sourcemaps",
"description": "Disable sourcemaps when building JavaScript",
"version": "3.14.0-next.3",
"version": "3.14.0-next.2",
"author": "Stuart Taylor <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-schema-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-schema-snapshot",
"version": "2.14.0-next.3",
"version": "2.14.0-next.2",
"main": "index.js",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "3.14.0-next.3",
"version": "3.14.0-next.2",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/sharp": "^0.28.5",
"babel-preset-gatsby-package": "^1.14.0-next.2",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.14.0-next.3"
"gatsby-plugin-image": "^1.14.0-next.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styletron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-styletron",
"description": "A Gatsby plugin for styletron with built-in server-side rendering support",
"version": "6.14.0-next.3",
"version": "6.14.0-next.2",
"author": "Nadiia Dmytrenko <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
"version": "3.14.0-next.3",
"version": "3.14.0-next.2",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -16,7 +16,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.4",
"babel-plugin-remove-graphql-queries": "^3.14.0-next.3"
"babel-plugin-remove-graphql-queries": "^3.14.0-next.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"version": "4.14.0-next.3",
"version": "4.14.0-next.2",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "5.6.0-next.3",
"version": "5.6.0-next.2",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"watch": "tsc-watch --outDir .",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/node-fetch": "^2.5.12",
"@types/sharp": "^0.28.5",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.14.0-next.3",
"gatsby-plugin-image": "^1.14.0-next.2",
"msw": "^0.35.0",
"prettier": "^2.3.2",
"prettier-check": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <[email protected]>",
"version": "5.14.0-next.3",
"version": "5.14.0-next.2",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
"version": "4.11.0-next.3",
"version": "4.11.0-next.2",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "3.14.0-next.3",
"version": "3.14.0-next.2",
"author": "Benedikt Rötsch <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"fs-extra": "^10.0.0",
"gatsby-plugin-sharp": "^3.14.0-next.3",
"gatsby-plugin-sharp": "^3.14.0-next.2",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.3.3",
"p-queue": "^6.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "3.14.0-next.3",
"version": "3.14.0-next.2",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -34,7 +34,7 @@
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-remove-graphql-queries": "^3.14.0-next.3",
"babel-plugin-remove-graphql-queries": "^3.14.0-next.2",
"babel-preset-gatsby": "^1.14.0-next.2",
"better-opn": "^2.0.0",
"bluebird": "^3.7.2",
Expand Down Expand Up @@ -83,7 +83,7 @@
"gatsby-legacy-polyfills": "^1.14.0-next.2",
"gatsby-link": "^3.14.0-next.2",
"gatsby-plugin-page-creator": "^3.14.0-next.2",
"gatsby-plugin-typescript": "^3.14.0-next.3",
"gatsby-plugin-typescript": "^3.14.0-next.2",
"gatsby-plugin-utils": "^1.14.0-next.2",
"gatsby-react-router-scroll": "^4.14.0-next.2",
"gatsby-telemetry": "^2.14.0-next.2",
Expand Down

0 comments on commit a0c4d44

Please sign in to comment.