Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - create-gatsby@0.0.2
 - gatsby-admin@0.3.3
 - gatsby-cli@2.14.1
 - gatsby-recipes@0.4.1
 - gatsby-telemetry@1.5.1
 - gatsby@2.27.3
  • Loading branch information
vladar committed Nov 25, 2020
1 parent 0c07bb6 commit 560c9f6
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 13 deletions.
6 changes: 6 additions & 0 deletions packages/create-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.

## [0.0.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.0.1...create-gatsby@0.0.2) (2020-11-25)

### Bug Fixes

- Fix starter publish and scripts ([#28260](https://github.com/gatsbyjs/gatsby/issues/28260)) ([#28282](https://github.com/gatsbyjs/gatsby/issues/28282)) ([bd3abae](https://github.com/gatsbyjs/gatsby/commit/bd3abae8de6b68c25bd0181b98fcd7a549b2882d)), closes [/github.com/gatsbyjs/gatsby/issues/28238#issuecomment-732506607](https://github.com//github.com/gatsbyjs/gatsby/issues/28238/issues/issuecomment-732506607)

## [0.0.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.0.0-next.0...create-gatsby@0.0.1) (2020-11-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand Down
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.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.3.2...gatsby-admin@0.3.3) (2020-11-25)

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

## [0.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.3.1...gatsby-admin@0.3.2) (2020-11-24)

**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.3.2",
"version": "0.3.3",
"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.27.2",
"gatsby": "^2.27.3",
"gatsby-interface": "^0.0.225",
"gatsby-plugin-typescript": "^2.7.0",
"gatsby-plugin-webfonts": "^1.1.3",
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.

## [2.14.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.14.0...gatsby-cli@2.14.1) (2020-11-25)

### Bug Fixes

- Fix starter publish and scripts ([#28260](https://github.com/gatsbyjs/gatsby/issues/28260)) ([#28282](https://github.com/gatsbyjs/gatsby/issues/28282)) ([bd3abae](https://github.com/gatsbyjs/gatsby/commit/bd3abae8de6b68c25bd0181b98fcd7a549b2882d)), closes [/github.com/gatsbyjs/gatsby/issues/28238#issuecomment-732506607](https://github.com//github.com/gatsbyjs/gatsby/issues/28238/issues/issuecomment-732506607)

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

### Features
Expand Down
8 changes: 4 additions & 4 deletions 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": "2.14.0",
"version": "2.14.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -19,14 +19,14 @@
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^0.0.1",
"create-gatsby": "^0.0.2",
"envinfo": "^7.7.3",
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.5.0",
"gatsby-recipes": "^0.4.0",
"gatsby-telemetry": "^1.5.0",
"gatsby-recipes": "^0.4.1",
"gatsby-telemetry": "^1.5.1",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.20",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-recipes/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.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.4.0...gatsby-recipes@0.4.1) (2020-11-25)

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

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

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-recipes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-recipes",
"description": "Core functionality for Gatsby Recipes",
"version": "0.4.0",
"version": "0.4.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -31,7 +31,7 @@
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.5.0",
"gatsby-telemetry": "^1.5.0",
"gatsby-telemetry": "^1.5.1",
"glob": "^7.1.6",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-telemetry/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.

## [1.5.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.5.0...gatsby-telemetry@1.5.1) (2020-11-25)

### Bug Fixes

- **gatsby-telemetry:** use windowsHide to not show windows command prompt windows ([#28258](https://github.com/gatsbyjs/gatsby/issues/28258)) ([#28285](https://github.com/gatsbyjs/gatsby/issues/28285)) ([0c07bb6](https://github.com/gatsbyjs/gatsby/commit/0c07bb67f8692fa7e3662a002790201a98be7bf2))

# [1.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.5.0-next.1...gatsby-telemetry@1.5.0) (2020-11-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-telemetry",
"description": "Gatsby Telemetry",
"version": "1.5.0",
"version": "1.5.1",
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby/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.

## [2.27.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.27.2...gatsby@2.27.3) (2020-11-25)

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

## [2.27.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.27.1...gatsby@2.27.2) (2020-11-24)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.27.2",
"version": "2.27.3",
"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.14.0",
"gatsby-cli": "^2.14.1",
"gatsby-core-utils": "^1.5.0",
"gatsby-graphiql-explorer": "^0.6.0",
"gatsby-legacy-polyfills": "^0.2.0",
Expand All @@ -85,7 +85,7 @@
"gatsby-plugin-typescript": "^2.7.0",
"gatsby-plugin-utils": "^0.4.0",
"gatsby-react-router-scroll": "^3.2.0",
"gatsby-telemetry": "^1.5.0",
"gatsby-telemetry": "^1.5.1",
"glob": "^7.1.6",
"got": "8.3.2",
"graphql": "^14.6.0",
Expand Down

0 comments on commit 560c9f6

Please sign in to comment.