Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.14.0-next.3
 - gatsby-cli@3.4.0-next.2
 - gatsby-plugin-sitemap@4.0.0-next.0
 - gatsby-source-graphql@3.4.0-next.1
 - gatsby@3.4.0-next.3
  • Loading branch information
wardpeet committed Apr 19, 2021
1 parent 3d65a1c commit ace4336
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 8 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0-next.2...gatsby-admin@0.14.0-next.3) (2021-04-19)

**Note:** Version bump only for package gatsby-admin

# [0.14.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0-next.1...gatsby-admin@0.14.0-next.2) (2021-04-16)

**Note:** Version bump only for package gatsby-admin
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.14.0-next.2",
"version": "0.14.0-next.3",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,11 +20,11 @@
"@typescript-eslint/parser": "^4.14.2",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.4.0-next.2",
"gatsby": "^3.4.0-next.3",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.4.0-next.1",
"gatsby-plugin-webfonts": "^1.1.4",
"gatsby-source-graphql": "^3.4.0-next.0",
"gatsby-source-graphql": "^3.4.0-next.1",
"lodash-es": "^4.17.21",
"ncp": "^2.0.0",
"nodemon": "^2.0.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.4.0-next.1...gatsby-cli@3.4.0-next.2) (2021-04-19)

### Bug Fixes

- **gatsby-cli:** added HOST environment variable ([#26712](https://github.com/gatsbyjs/gatsby/issues/26712)) ([b1990c9](https://github.com/gatsbyjs/gatsby/commit/b1990c996a1b061ad1b2bc7dfc1a45c07f459485))

# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.4.0-next.0...gatsby-cli@3.4.0-next.1) (2021-04-16)

**Note:** Version bump only for package gatsby-cli
Expand Down
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": "3.4.0-next.1",
"version": "3.4.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sitemap/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@3.4.0-next.0...gatsby-plugin-sitemap@4.0.0-next.0) (2021-04-19)

**Note:** Version bump only for package gatsby-plugin-sitemap

# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@3.3.0-next.1...gatsby-plugin-sitemap@3.4.0-next.0) (2021-04-09)

**Note:** Version bump only for package gatsby-plugin-sitemap
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sitemap/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sitemap",
"description": "Gatsby plugin that automatically creates a sitemap for your site",
"version": "3.4.0-next.0",
"version": "4.0.0-next.0",
"author": "Nicholas Young &lt;nicholas@nicholaswyoung.com&gt;",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-graphql/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.4.0-next.0...gatsby-source-graphql@3.4.0-next.1) (2021-04-19)

**Note:** Version bump only for package gatsby-source-graphql

# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.3.0-next.1...gatsby-source-graphql@3.4.0-next.0) (2021-04-09)

**Note:** Version bump only for package gatsby-source-graphql
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-graphql/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-graphql",
"description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL",
"version": "3.4.0-next.0",
"version": "3.4.0-next.1",
"author": "Mikhail Novikov <freiksenet@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0-next.2...gatsby@3.4.0-next.3) (2021-04-19)

### Bug Fixes

- **gatsby:** Better Fast Refresh handling for <Root /> ([#30901](https://github.com/gatsbyjs/gatsby/issues/30901)) ([70b25d1](https://github.com/gatsbyjs/gatsby/commit/70b25d1f82ba35fd992d0442bc72f660c8427f87))

# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0-next.1...gatsby@3.4.0-next.2) (2021-04-16)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "3.4.0-next.2",
"version": "3.4.0-next.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -77,7 +77,7 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^3.4.0-next.1",
"gatsby-cli": "^3.4.0-next.2",
"gatsby-core-utils": "^2.4.0-next.1",
"gatsby-graphiql-explorer": "^1.4.0-next.0",
"gatsby-legacy-polyfills": "^1.4.0-next.0",
Expand Down

0 comments on commit ace4336

Please sign in to comment.