Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - gatsby-cli@5.0.0-next.6
 - gatsby-plugin-image@3.0.0-next.3
 - gatsby-plugin-mdx@5.0.0-next.4
 - gatsby-plugin-sharp@5.0.0-next.3
 - gatsby-plugin-typescript@5.0.0-next.2
 - gatsby-source-shopify@8.0.0-next.3
 - gatsby-source-wordpress@7.0.0-next.3
 - gatsby-transformer-sqip@5.0.0-next.3
 - gatsby@5.0.0-next.7
  • Loading branch information
LekoArts committed Oct 24, 2022
1 parent 24c185e commit a56c6a4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "5.0.0-next.5",
"version": "5.0.0-next.6",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "3.0.0-next.2",
"version": "3.0.0-next.3",
"scripts": {
"build": "npm-run-all --npm-path npm -s clean -p build:*",
"postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"client export\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "5.0.0-next.3",
"version": "5.0.0-next.4",
"description": "MDX integration for Gatsby",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "5.0.0-next.2",
"version": "5.0.0-next.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/sharp": "^0.30.5",
"babel-preset-gatsby-package": "^3.0.0-next.1",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.0.0-next.2"
"gatsby-plugin-image": "^3.0.0-next.3"
},
"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-typescript/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
"version": "5.0.0-next.1",
"version": "5.0.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "8.0.0-next.2",
"version": "8.0.0-next.3",
"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.5",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.0.0-next.2",
"gatsby-plugin-image": "^3.0.0-next.3",
"msw": "^0.38.2",
"prettier": "^2.7.1",
"prettier-check": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
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": "7.0.0-next.2",
"version": "7.0.0-next.3",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -56,7 +56,7 @@
"babel-preset-gatsby": "^3.0.0-next.1",
"babel-preset-gatsby-package": "^3.0.0-next.1",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.0.0-next.2",
"gatsby-plugin-image": "^3.0.0-next.3",
"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
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "5.0.0-next.2",
"version": "5.0.0-next.3",
"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": "^4.0.0-next.1",
"gatsby-plugin-sharp": "^5.0.0-next.2",
"gatsby-plugin-sharp": "^5.0.0-next.3",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.4.4",
"p-queue": "^6.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "5.0.0-next.6",
"version": "5.0.0-next.7",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -91,15 +91,15 @@
"find-cache-dir": "^3.3.2",
"fs-exists-cached": "1.0.0",
"fs-extra": "^10.1.0",
"gatsby-cli": "^5.0.0-next.5",
"gatsby-cli": "^5.0.0-next.6",
"gatsby-core-utils": "^4.0.0-next.1",
"gatsby-graphiql-explorer": "^3.0.0-next.1",
"gatsby-legacy-polyfills": "^3.0.0-next.0",
"gatsby-link": "^5.0.0-next.2",
"gatsby-page-utils": "^3.0.0-next.2",
"gatsby-parcel-config": "1.0.0-next.1",
"gatsby-plugin-page-creator": "^5.0.0-next.3",
"gatsby-plugin-typescript": "^5.0.0-next.1",
"gatsby-plugin-typescript": "^5.0.0-next.2",
"gatsby-plugin-utils": "^4.0.0-next.2",
"gatsby-react-router-scroll": "^6.0.0-next.1",
"gatsby-script": "^2.0.0-next.0",
Expand Down

0 comments on commit a56c6a4

Please sign in to comment.