Skip to content

Commit 0967446

Browse files
committed
chore(release): Publish next
- gatsby-cli@5.0.0-next.8 - gatsby-link@5.0.0-next.4 - gatsby-plugin-postcss@6.0.0-next.2 - gatsby-plugin-typescript@5.0.0-next.4 - gatsby-source-wordpress@7.0.0-next.5 - gatsby-transformer-remark@6.0.0-next.5 - gatsby@5.0.0-next.9
1 parent c6bfa80 commit 0967446

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
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": "5.0.0-next.7",
4+
"version": "5.0.0-next.8",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"

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": "5.0.0-next.3",
4+
"version": "5.0.0-next.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-postcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-postcss",
33
"description": "Gatsby plugin to handle PostCSS",
4-
"version": "6.0.0-next.1",
4+
"version": "6.0.0-next.2",
55
"author": "Marat Dreizin <marat.dreizin@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-typescript/package.json

Lines changed: 1 addition & 1 deletion
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": "5.0.0-next.3",
4+
"version": "5.0.0-next.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
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 <tylerdbarnes@gmail.com>",
5-
"version": "7.0.0-next.4",
5+
"version": "7.0.0-next.5",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

packages/gatsby-transformer-remark/package.json

Lines changed: 1 addition & 1 deletion
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": "6.0.0-next.4",
4+
"version": "6.0.0-next.5",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/package.json

Lines changed: 4 additions & 4 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": "5.0.0-next.8",
4+
"version": "5.0.0-next.9",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -91,15 +91,15 @@
9191
"find-cache-dir": "^3.3.2",
9292
"fs-exists-cached": "1.0.0",
9393
"fs-extra": "^10.1.0",
94-
"gatsby-cli": "^5.0.0-next.7",
94+
"gatsby-cli": "^5.0.0-next.8",
9595
"gatsby-core-utils": "^4.0.0-next.2",
9696
"gatsby-graphiql-explorer": "^3.0.0-next.1",
9797
"gatsby-legacy-polyfills": "^3.0.0-next.0",
98-
"gatsby-link": "^5.0.0-next.3",
98+
"gatsby-link": "^5.0.0-next.4",
9999
"gatsby-page-utils": "^3.0.0-next.3",
100100
"gatsby-parcel-config": "1.0.0-next.2",
101101
"gatsby-plugin-page-creator": "^5.0.0-next.4",
102-
"gatsby-plugin-typescript": "^5.0.0-next.3",
102+
"gatsby-plugin-typescript": "^5.0.0-next.4",
103103
"gatsby-plugin-utils": "^4.0.0-next.3",
104104
"gatsby-react-router-scroll": "^6.0.0-next.1",
105105
"gatsby-script": "^2.0.0-next.1",

0 commit comments

Comments
 (0)