Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@2.19.0-next.1
 - create-gatsby@2.19.0-next.1
 - gatsby-cli@4.19.0-next.2
 - gatsby-design-tokens@4.19.0-next.2
 - gatsby-legacy-polyfills@2.19.0-next.1
 - gatsby-link@4.19.0-next.1
 - gatsby-plugin-image@2.19.0-next.1
 - gatsby-plugin-sharp@4.19.0-next.2
 - gatsby-script@1.4.0-next.1
 - gatsby-source-shopify@7.8.0-next.1
 - gatsby-source-wordpress@6.19.0-next.2
 - gatsby-transformer-sqip@4.19.0-next.2
 - gatsby@4.19.0-next.2
  • Loading branch information
LekoArts committed Jul 1, 2022
1 parent 5bd3063 commit fc1bf10
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "2.19.0-next.0",
"version": "2.19.0-next.1",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^3.19.0-next.0",
"gatsby-legacy-polyfills": "^2.19.0-next.0"
"gatsby-legacy-polyfills": "^2.19.0-next.1"
},
"peerDependencies": {
"@babel/core": "^7.11.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "2.19.0-next.0",
"version": "2.19.0-next.1",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "4.19.0-next.1",
"version": "4.19.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -27,7 +27,7 @@
"common-tags": "^1.8.2",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^2.19.0-next.0",
"create-gatsby": "^2.19.0-next.1",
"envinfo": "^7.8.1",
"execa": "^5.1.1",
"fs-exists-cached": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-design-tokens",
"version": "4.19.0-next.1",
"version": "4.19.0-next.2",
"description": "Gatsby Design Tokens",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-legacy-polyfills",
"description": "Polyfills for legacy browsers",
"version": "2.19.0-next.0",
"version": "2.19.0-next.1",
"main": "dist/polyfills.js",
"author": "Ward Peeters <ward@gatsbyjs.com>",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "4.19.0-next.0",
"version": "4.19.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.19.0-next.0",
"version": "2.19.0-next.1",
"scripts": {
"build": "npm-run-all --npm-path npm -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
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": "4.19.0-next.1",
"version": "4.19.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/sharp": "^0.30.0",
"babel-preset-gatsby-package": "^2.19.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.19.0-next.0"
"gatsby-plugin-image": "^2.19.0-next.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-script/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-script",
"description": "An enhanced script component for Gatsby sites with support for various loading strategies",
"version": "1.4.0-next.0",
"version": "1.4.0-next.1",
"author": "Ty Hopp <ty.hopp@gatsbyjs.com>",
"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": "7.8.0-next.0",
"version": "7.8.0-next.1",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"watch": "tsc-watch --outDir .",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/node-fetch": "^2.5.12",
"@types/sharp": "^0.30.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.19.0-next.0",
"gatsby-plugin-image": "^2.19.0-next.1",
"msw": "^0.38.2",
"prettier": "^2.7.1",
"prettier-check": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions 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 <tylerdbarnes@gmail.com>",
"version": "6.19.0-next.1",
"version": "6.19.0-next.2",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -53,10 +53,10 @@
"@types/semver": "^7.3.9",
"babel-plugin-import-globals": "^2.0.0",
"babel-plugin-module-resolver": "4.1.0",
"babel-preset-gatsby": "^2.19.0-next.0",
"babel-preset-gatsby": "^2.19.0-next.1",
"babel-preset-gatsby-package": "^2.19.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.19.0-next.0",
"gatsby-plugin-image": "^2.19.0-next.1",
"identity-obj-proxy": "^3.0.0",
"react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2",
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,7 +1,7 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "4.19.0-next.1",
"version": "4.19.0-next.2",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.15.4",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.19.0-next.0",
"gatsby-plugin-sharp": "^4.19.0-next.1",
"gatsby-plugin-sharp": "^4.19.0-next.2",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.4.4",
"p-queue": "^6.6.2",
Expand Down
12 changes: 6 additions & 6 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": "4.19.0-next.1",
"version": "4.19.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -45,7 +45,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-remove-graphql-queries": "^4.19.0-next.0",
"babel-preset-gatsby": "^2.19.0-next.0",
"babel-preset-gatsby": "^2.19.0-next.1",
"better-opn": "^2.1.1",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
Expand Down Expand Up @@ -88,18 +88,18 @@
"find-cache-dir": "^3.3.2",
"fs-exists-cached": "1.0.0",
"fs-extra": "^10.1.0",
"gatsby-cli": "^4.19.0-next.1",
"gatsby-cli": "^4.19.0-next.2",
"gatsby-core-utils": "^3.19.0-next.0",
"gatsby-graphiql-explorer": "^2.19.0-next.0",
"gatsby-legacy-polyfills": "^2.19.0-next.0",
"gatsby-link": "^4.19.0-next.0",
"gatsby-legacy-polyfills": "^2.19.0-next.1",
"gatsby-link": "^4.19.0-next.1",
"gatsby-page-utils": "^2.19.0-next.0",
"gatsby-parcel-config": "0.10.0-next.0",
"gatsby-plugin-page-creator": "^4.19.0-next.1",
"gatsby-plugin-typescript": "^4.19.0-next.0",
"gatsby-plugin-utils": "^3.13.0-next.0",
"gatsby-react-router-scroll": "^5.19.0-next.0",
"gatsby-script": "^1.4.0-next.0",
"gatsby-script": "^1.4.0-next.1",
"gatsby-telemetry": "^3.19.0-next.1",
"gatsby-worker": "^1.19.0-next.0",
"glob": "^7.2.3",
Expand Down

0 comments on commit fc1bf10

Please sign in to comment.