Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar committed Jul 9, 2021
1 parent 4d7ec18 commit 94ab291
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.20.0-next.4) (2021-07-09)

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

# [0.20.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.20.0-next.3) (2021-07-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.20.0-next.3",
"version": "0.20.0-next.4",
"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.3",
"gatsby": "^3.10.0-next.4",
"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-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0-next.2) (2021-07-09)

### Features

- **pqr:** handle structured logs ([#32289](https://github.com/gatsbyjs/gatsby/issues/32289)) ([a4ab474](https://github.com/gatsbyjs/gatsby/commit/a4ab4749fb085fb1b3cfcc5927100c0487bb6b1e))

# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0-next.1) (2021-07-08)

### Bug Fixes
Expand Down
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": "3.10.0-next.1",
"version": "3.10.0-next.2",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "cli.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [5.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.10.0-next.2) (2021-07-09)

### Bug Fixes

- **gatsby-source-wordpress:** don't leak auth details ([#32303](https://github.com/gatsbyjs/gatsby/issues/32303)) ([4d7ec18](https://github.com/gatsbyjs/gatsby/commit/4d7ec18b98721ff9a6d4217e10c98df891d9be01))

# [5.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.10.0-next.1) (2021-07-08)

### Bug Fixes
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": "5.10.0-next.1",
"version": "5.10.0-next.2",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0-next.4) (2021-07-09)

### Bug Fixes

- **gatsby:** delay 'unstable_onPluginInit' lifecycle to after cache is initialized ([#32307](https://github.com/gatsbyjs/gatsby/issues/32307)) ([b348b7c](https://github.com/gatsbyjs/gatsby/commit/b348b7cb830be148af7d5bb9921d8e5bee3d498f))
- **gatsby:** Delete `.cache/worker` before each run ([#32304](https://github.com/gatsbyjs/gatsby/issues/32304)) ([8c9eb29](https://github.com/gatsbyjs/gatsby/commit/8c9eb292bdbb95f6bd2c60a1cc1526249366ebbe))

### Features

- **gatsby:** experimental secondary indexes in lmdb ([#32261](https://github.com/gatsbyjs/gatsby/issues/32261)) ([54ed0c3](https://github.com/gatsbyjs/gatsby/commit/54ed0c301631450720e341a33ebc7ffce99e5528))
- **pqr:** handle structured logs ([#32289](https://github.com/gatsbyjs/gatsby/issues/32289)) ([a4ab474](https://github.com/gatsbyjs/gatsby/commit/a4ab4749fb085fb1b3cfcc5927100c0487bb6b1e))

# [3.10.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0-next.3) (2021-07-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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": "3.10.0-next.3",
"version": "3.10.0-next.4",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -75,7 +75,7 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^3.10.0-next.1",
"gatsby-cli": "^3.10.0-next.2",
"gatsby-core-utils": "^2.10.0-next.1",
"gatsby-graphiql-explorer": "^1.10.0-next.1",
"gatsby-legacy-polyfills": "^1.10.0-next.1",
Expand Down

0 comments on commit 94ab291

Please sign in to comment.