Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - create-gatsby@0.1.0-next.2
 - gatsby-admin@0.4.0-next.2
 - gatsby-cli@2.15.0-next.2
 - gatsby-plugin-emotion@5.0.0-next.0
 - gatsby-recipes@0.5.0-next.2
 - gatsby@2.28.0-next.2
  • Loading branch information
wardpeet committed Nov 23, 2020
1 parent 92f3a0f commit 45116d1
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 10 deletions.
4 changes: 4 additions & 0 deletions packages/create-gatsby/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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.1.0-next.1...create-gatsby@0.1.0-next.2) (2020-11-23)

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

# [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.1.0-next.0...create-gatsby@0.1.0-next.1) (2020-11-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "0.1.0-next.1",
"version": "0.1.0-next.2",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand Down
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.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.4.0-next.1...gatsby-admin@0.4.0-next.2) (2020-11-23)

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

# [0.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.4.0-next.0...gatsby-admin@0.4.0-next.1) (2020-11-22)

**Note:** Version bump only for package gatsby-admin
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.4.0-next.1",
"version": "0.4.0-next.2",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.13",
"formik": "^2.2.5",
"gatsby": "^2.28.0-next.1",
"gatsby": "^2.28.0-next.2",
"gatsby-interface": "^0.0.225",
"gatsby-plugin-typescript": "^2.8.0-next.0",
"gatsby-plugin-webfonts": "^1.1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/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.

# [2.15.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.15.0-next.1...gatsby-cli@2.15.0-next.2) (2020-11-23)

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

# [2.15.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.15.0-next.0...gatsby-cli@2.15.0-next.1) (2020-11-22)

**Note:** Version bump only for package gatsby-cli
Expand Down
6 changes: 3 additions & 3 deletions 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": "2.15.0-next.1",
"version": "2.15.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -19,13 +19,13 @@
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^0.1.0-next.1",
"create-gatsby": "^0.1.0-next.2",
"envinfo": "^7.7.3",
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.6.0-next.0",
"gatsby-recipes": "^0.5.0-next.1",
"gatsby-recipes": "^0.5.0-next.2",
"gatsby-telemetry": "^1.6.0-next.1",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-emotion/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.

# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.6.0-next.0...gatsby-plugin-emotion@5.0.0-next.0) (2020-11-23)

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

# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.5.0-next.0...gatsby-plugin-emotion@4.6.0-next.0) (2020-11-18)

**Note:** Version bump only for package gatsby-plugin-emotion
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-emotion",
"description": "Gatsby plugin to add support for Emotion",
"version": "4.6.0-next.0",
"version": "5.0.0-next.0",
"author": "Tegan Churchill <churchill.tegan@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-recipes/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.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.5.0-next.1...gatsby-recipes@0.5.0-next.2) (2020-11-23)

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

# [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.5.0-next.0...gatsby-recipes@0.5.0-next.1) (2020-11-22)

**Note:** Version bump only for package gatsby-recipes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-recipes",
"description": "Core functionality for Gatsby Recipes",
"version": "0.5.0-next.1",
"version": "0.5.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.28.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.28.0-next.1...gatsby@2.28.0-next.2) (2020-11-23)

### Features

- **gatsby:** bump % that get invited to try dev_ssr to 5% from 1% ([#28232](https://github.com/gatsbyjs/gatsby/issues/28232)) ([2b494c3](https://github.com/gatsbyjs/gatsby/commit/2b494c34b5a8bb798fa1134a8a482165afc72fce))
- **gatsby:** track usage of GATSBY_EXPERIMENTAL_FAST_DEV ([#28223](https://github.com/gatsbyjs/gatsby/issues/28223)) ([849b3bd](https://github.com/gatsbyjs/gatsby/commit/849b3bd4ec871ecb7596819940f8004ce9ec3793))

# [2.28.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.28.0-next.0...gatsby@2.28.0-next.1) (2020-11-22)

### 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": "2.28.0-next.1",
"version": "2.28.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -76,7 +76,7 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.15.0-next.1",
"gatsby-cli": "^2.15.0-next.2",
"gatsby-core-utils": "^1.6.0-next.0",
"gatsby-graphiql-explorer": "^0.7.0-next.0",
"gatsby-legacy-polyfills": "^0.3.0-next.0",
Expand Down

0 comments on commit 45116d1

Please sign in to comment.