Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.20.0-next.7
 - gatsby-worker@0.1.0-next.3
 - gatsby@3.10.0-next.7
  • Loading branch information
vladar committed Jul 14, 2021
1 parent 8cba0b9 commit 2d454e4
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 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.20.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.6...gatsby-admin@0.20.0-next.7) (2021-07-14)

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

# [0.20.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.5...gatsby-admin@0.20.0-next.6) (2021-07-14)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.20.0-next.6",
"version": "0.20.0-next.7",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^4.28.1",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.10.0-next.6",
"gatsby": "^3.10.0-next.7",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.10.0-next.1",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-worker/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.

# [0.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.1.0-next.2...gatsby-worker@0.1.0-next.3) (2021-07-14)

### Features

- **gatsby:** restart worker pool after query running in workers ([#32365](https://github.com/gatsbyjs/gatsby/issues/32365)) ([b9236e1](https://github.com/gatsbyjs/gatsby/commit/b9236e16aac8c889c526571738c716cfb520043d))

# [0.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.1.0-next.1...gatsby-worker@0.1.0-next.2) (2021-07-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-worker/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-worker",
"description": "Utility to create worker pools",
"version": "0.1.0-next.2",
"version": "0.1.0-next.3",
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.10.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.6...gatsby@3.10.0-next.7) (2021-07-14)

### Bug Fixes

- **gatsby:** Hide page/static queries activities for PQR ([#32361](https://github.com/gatsbyjs/gatsby/issues/32361)) ([d65de41](https://github.com/gatsbyjs/gatsby/commit/d65de413b8d0ad5720c46652936b44dda3f872c9))
- **gatsby:** shut down worker pool after html generation ([#32366](https://github.com/gatsbyjs/gatsby/issues/32366)) ([8cba0b9](https://github.com/gatsbyjs/gatsby/commit/8cba0b915cd0bd987675c4ed1839bbdaf39ae217))

### Features

- **gatsby:** restart worker pool after query running in workers ([#32365](https://github.com/gatsbyjs/gatsby/issues/32365)) ([b9236e1](https://github.com/gatsbyjs/gatsby/commit/b9236e16aac8c889c526571738c716cfb520043d))

# [3.10.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.5...gatsby@3.10.0-next.6) (2021-07-14)

### Bug Fixes
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.10.0-next.6",
"version": "3.10.0-next.7",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -85,7 +85,7 @@
"gatsby-plugin-utils": "^1.10.0-next.1",
"gatsby-react-router-scroll": "^4.10.0-next.1",
"gatsby-telemetry": "^2.10.0-next.1",
"gatsby-worker": "^0.1.0-next.2",
"gatsby-worker": "^0.1.0-next.3",
"glob": "^7.1.6",
"got": "8.3.2",
"graphql": "^15.4.0",
Expand Down

0 comments on commit 2d454e4

Please sign in to comment.