Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 782604a

Browse files

File tree

18 files changed

+59
-18
lines changed

18 files changed

+59
-18
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.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.2) (2020-04-29)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.1) (2020-04-28)
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,14 +1,14 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
77
"private": true,
88
"dependencies": {
99
"@typescript-eslint/eslint-plugin": "^2.28.0",
1010
"@typescript-eslint/parser": "^2.28.0",
11-
"gatsby": "^2.21.1",
11+
"gatsby": "^2.21.2",
1212
"gatsby-plugin-typescript": "^2.4.0",
1313
"gatsby-source-graphql": "^2.5.0",
1414
"react": "^16.12.0",

packages/gatsby-cli/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.12.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.2) (2020-04-29)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.1) (2020-04-28)
711

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

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.1",
4+
"version": "2.12.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -26,7 +26,7 @@
2626
"fs-exists-cached": "^1.0.0",
2727
"fs-extra": "^8.1.0",
2828
"gatsby-core-utils": "^1.2.0",
29-
"gatsby-recipes": "^0.1.1",
29+
"gatsby-recipes": "^0.1.2",
3030
"gatsby-telemetry": "^1.3.0",
3131
"hosted-git-info": "^3.0.4",
3232
"is-valid-path": "^0.1.1",

packages/gatsby-plugin-mdx/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+
## [1.2.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.2) (2020-04-29)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.2.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.1) (2020-04-28)
711

812
### Bug Fixes

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-recipes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.2) (2020-04-29)
7+
8+
### Features
9+
10+
- **gatsby-recipes:** Add PWA recipe + improving diffing for binary files ([#23563](https://github.com/gatsbyjs/gatsby/issues/23563)) ([c36b394](https://github.com/gatsbyjs/gatsby/commit/c36b394))
11+
- **gatsby-recipes:** Add PWA recipe to menu ([#23574](https://github.com/gatsbyjs/gatsby/issues/23574)) ([e76e39e](https://github.com/gatsbyjs/gatsby/commit/e76e39e))
12+
613
## [0.1.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.1) (2020-04-28)
714

815
### Bug Fixes

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.1.1",
4+
"version": "0.1.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-theme-blog-core/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+
## [1.4.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.2) (2020-04-29)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.4.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.1) (2020-04-28)
711

812
### Bug Fixes

packages/gatsby-theme-blog-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@mdx-js/mdx": "^1.6.0",
2121
"gatsby-core-utils": "^1.2.0",
22-
"gatsby-plugin-mdx": "^1.2.1",
22+
"gatsby-plugin-mdx": "^1.2.2",
2323
"gatsby-plugin-sharp": "^2.6.0",
2424
"gatsby-remark-copy-linked-files": "^2.3.1",
2525
"gatsby-remark-images": "^3.3.0",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.6.0",
33-
"gatsby": "^2.21.1",
33+
"gatsby": "^2.21.2",
3434
"prettier": "2.0.5",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

packages/gatsby-theme-blog/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+
## [1.5.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.2) (2020-04-29)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.5.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.1) (2020-04-28)
711

812
### Bug Fixes

packages/gatsby-theme-blog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
55
"main": "index.js",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"gatsby-plugin-react-helmet": "^3.3.0",
3030
"gatsby-plugin-theme-ui": "^0.2.53",
3131
"gatsby-plugin-twitter": "^2.3.0",
32-
"gatsby-theme-blog-core": "^1.4.1",
32+
"gatsby-theme-blog-core": "^1.4.2",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.21.1",
42+
"gatsby": "^2.21.2",
4343
"prettier": "2.0.5",
4444
"react": "^16.12.0",
4545
"react-dom": "^16.12.0"

packages/gatsby-theme-notes/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+
## [1.3.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.2) (2020-04-29)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.3.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.1) (2020-04-28)
711

812
### Bug Fixes

packages/gatsby-theme-notes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-notes",
33
"description": "Gatsby Theme for adding a notes section to your website",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"author": "John Otander",
66
"license": "MIT",
77
"main": "index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
2222
"devDependencies": {
23-
"gatsby": "^2.21.1",
23+
"gatsby": "^2.21.2",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0"
2626
},
@@ -39,7 +39,7 @@
3939
"gatsby-core-utils": "^1.2.0",
4040
"gatsby-plugin-compile-es6-packages": "^2.1.0",
4141
"gatsby-plugin-emotion": "^4.3.0",
42-
"gatsby-plugin-mdx": "^1.2.1",
42+
"gatsby-plugin-mdx": "^1.2.2",
4343
"gatsby-plugin-meta-redirect": "^1.1.1",
4444
"gatsby-plugin-redirects": "^1.0.0",
4545
"gatsby-plugin-theme-ui": "^0.2.53",

packages/gatsby-transformer-remark/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.8.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.1) (2020-04-29)
7+
8+
**Note:** Version bump only for package gatsby-transformer-remark
9+
610
# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0) (2020-04-27)
711

812
**Note:** Version bump only for package gatsby-transformer-remark

packages/gatsby-transformer-remark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "2.8.0",
4+
"version": "2.8.1",
55
"author": "Kyle Mathews <[email protected]>",
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.21.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.21.2) (2020-04-29)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** fix dirty check for inference metadata with related nodes ([#23472](https://github.com/gatsbyjs/gatsby/issues/23472)) ([7b43a60](https://github.com/gatsbyjs/gatsby/commit/7b43a60))
11+
612
## [2.21.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.21.1) (2020-04-28)
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.21.1",
4+
"version": "2.21.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -71,7 +71,7 @@
7171
"flat": "^4.1.0",
7272
"fs-exists-cached": "1.0.0",
7373
"fs-extra": "^8.1.0",
74-
"gatsby-cli": "^2.12.1",
74+
"gatsby-cli": "^2.12.2",
7575
"gatsby-core-utils": "^1.2.0",
7676
"gatsby-graphiql-explorer": "^0.4.0",
7777
"gatsby-link": "^2.4.0",

0 commit comments

Comments
 (0)