Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Oct 28, 2022
1 parent c6bfa80 commit 0967446
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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": "5.0.0-next.7",
"version": "5.0.0-next.8",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "cli.js"
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": "5.0.0-next.3",
"version": "5.0.0-next.4",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-postcss",
"description": "Gatsby plugin to handle PostCSS",
"version": "6.0.0-next.1",
"version": "6.0.0-next.2",
"author": "Marat Dreizin <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.0.0-next.3",
"version": "5.0.0-next.4",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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": "7.0.0-next.4",
"version": "7.0.0-next.5",
"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": "6.0.0-next.4",
"version": "6.0.0-next.5",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 4 additions & 4 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": "5.0.0-next.8",
"version": "5.0.0-next.9",
"author": "Kyle Mathews <[email protected]>",
"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.7",
"gatsby-cli": "^5.0.0-next.8",
"gatsby-core-utils": "^4.0.0-next.2",
"gatsby-graphiql-explorer": "^3.0.0-next.1",
"gatsby-legacy-polyfills": "^3.0.0-next.0",
"gatsby-link": "^5.0.0-next.3",
"gatsby-link": "^5.0.0-next.4",
"gatsby-page-utils": "^3.0.0-next.3",
"gatsby-parcel-config": "1.0.0-next.2",
"gatsby-plugin-page-creator": "^5.0.0-next.4",
"gatsby-plugin-typescript": "^5.0.0-next.3",
"gatsby-plugin-typescript": "^5.0.0-next.4",
"gatsby-plugin-utils": "^4.0.0-next.3",
"gatsby-react-router-scroll": "^6.0.0-next.1",
"gatsby-script": "^2.0.0-next.1",
Expand Down

0 comments on commit 0967446

Please sign in to comment.