Skip to content

Commit cb5c3d1

Browse files

File tree

16 files changed

+55
-11
lines changed

16 files changed

+55
-11
lines changed

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.153](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.153) (2020-09-23)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.152](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.152) (2020-09-18)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.152",
3+
"version": "0.1.153",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"csstype": "^2.6.10",
2121
"feedback-fish": "^0.1.12",
2222
"formik": "^2.1.4",
23-
"gatsby": "^2.24.63",
23+
"gatsby": "^2.24.64",
2424
"gatsby-interface": "^0.0.193",
2525
"gatsby-plugin-typescript": "^2.4.20",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.12.100](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.100) (2020-09-23)
7+
8+
### Features
9+
10+
- **gatsby-cli:** enable set packagemanager ([#26856](https://github.com/gatsbyjs/gatsby/issues/26856)) ([5658b87](https://github.com/gatsbyjs/gatsby/commit/5658b87e0c9f89fde11b3a04bc467fbfbdd9ba0d))
11+
612
## [2.12.99](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.99) (2020-09-16)
713

814
### Reverts

packages/gatsby-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.12.99",
4+
"version": "2.12.100",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,7 +24,7 @@
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
2626
"gatsby-core-utils": "^1.3.20",
27-
"gatsby-recipes": "^0.2.27",
27+
"gatsby-recipes": "^0.2.28",
2828
"gatsby-telemetry": "^1.3.35",
2929
"hosted-git-info": "^3.0.4",
3030
"ink": "^2.7.1",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1 (2020-09-23)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-graphql-config:** add dependencies ([#26970](https://github.com/gatsbyjs/gatsby/issues/26970)) ([5c5c045](https://github.com/gatsbyjs/gatsby/commit/5c5c045ea1da84d7a788a69963752fce2cfe08d8))

packages/gatsby-plugin-graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-graphql-config",
33
"description": "Gatsby plugin to write out a graphql-config with develop process endpoint configured",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"author": "Rikki Schulte <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-manifest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.4.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.31) (2020-09-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [2.4.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.30) (2020-09-16)
711

812
**Note:** Version bump only for package gatsby-plugin-manifest

packages/gatsby-plugin-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.4.30",
4+
"version": "2.4.31",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-recipes/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.28) (2020-09-23)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
## [0.2.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.27) (2020-09-16)
711

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

packages/gatsby-recipes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.2.27",
4+
"version": "0.2.28",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-copy-linked-files/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2020-09-23)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-remark-copy-linked-files:** respect assetPrefix ([#26976](https://github.com/gatsbyjs/gatsby/issues/26976)) ([6270c3d](https://github.com/gatsbyjs/gatsby/commit/6270c3d09ba5abfcd73197a3632bdbc737e96768))
11+
612
## [2.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2020-09-15)
713

814
**Note:** Version bump only for package gatsby-remark-copy-linked-files

packages/gatsby-remark-copy-linked-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-copy-linked-files",
33
"description": "Find files which are linked to from markdown and copy them to the public directory",
4-
"version": "2.3.15",
4+
"version": "2.3.16",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.47](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.47) (2020-09-23)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.3.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.46) (2020-09-15)
711

812
**Note:** Version bump only for package gatsby-source-contentful

packages/gatsby-source-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "2.3.46",
4+
"version": "2.3.47",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.24.64](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.64) (2020-09-23)
7+
8+
### Features
9+
10+
- **gatsby:** Expose typescript transpiler to default site in plugin list ([#26452](https://github.com/gatsbyjs/gatsby/issues/26452)) ([a8ce6e6](https://github.com/gatsbyjs/gatsby/commit/a8ce6e6e2ad46693a49af052cd302187d56e5943))
11+
612
## [2.24.63](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.63) (2020-09-18)
713

814
### Bug Fixes

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.24.63",
4+
"version": "2.24.64",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -75,7 +75,7 @@
7575
"find-cache-dir": "^3.3.1",
7676
"fs-exists-cached": "1.0.0",
7777
"fs-extra": "^8.1.0",
78-
"gatsby-cli": "^2.12.99",
78+
"gatsby-cli": "^2.12.100",
7979
"gatsby-core-utils": "^1.3.20",
8080
"gatsby-graphiql-explorer": "^0.4.14",
8181
"gatsby-legacy-polyfills": "^0.0.4",

0 commit comments

Comments
 (0)