Skip to content

Commit 97a3d0c

Browse files

File tree

18 files changed

+57
-15
lines changed

18 files changed

+57
-15
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.45](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.45) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.44](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.44) (2020-05-20)
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.44",
3+
"version": "0.1.45",
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.22.3",
11+
"gatsby": "^2.22.4",
1212
"gatsby-plugin-typescript": "^2.4.3",
1313
"gatsby-source-graphql": "^2.5.2",
1414
"react": "^16.12.0",

packages/gatsby-plugin-google-tagmanager/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.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@[email protected]) (2020-05-20)
7+
8+
### Features
9+
10+
- **tagmanager:** add configurable event names ([#21362](https://github.com/gatsbyjs/gatsby/issues/21362)) ([#24076](https://github.com/gatsbyjs/gatsby/issues/24076)) ([81a3181](https://github.com/gatsbyjs/gatsby/commit/81a3181))
11+
612
## [2.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@[email protected]) (2020-05-20)
713

814
**Note:** Version bump only for package gatsby-plugin-google-tagmanager

packages/gatsby-plugin-google-tagmanager/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-google-tagmanager",
33
"description": "Gatsby plugin to add google tagmanager onto a site",
4-
"version": "2.3.2",
4+
"version": "2.3.3",
55
"author": "Thijs Koerselman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-preact/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+
# [4.0.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0) (2020-05-20)
7+
8+
### Features
9+
10+
- **gatsby-plugin-preact:** enable prefresh ([#24153](https://github.com/gatsbyjs/gatsby/issues/24153)) ([925610b](https://github.com/gatsbyjs/gatsby/commit/925610b))
11+
612
## [3.3.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.2) (2020-05-20)
713

814
**Note:** Version bump only for package gatsby-plugin-preact

packages/gatsby-plugin-preact/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-preact",
33
"description": "A Gatsby plugin which replaces React with Preact",
4-
"version": "3.3.2",
4+
"version": "4.0.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/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.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.11) (2020-05-20)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-contentful:** Use https instead of http when downloading assets ([#24227](https://github.com/gatsbyjs/gatsby/issues/24227)) ([b49f74b](https://github.com/gatsbyjs/gatsby/commit/b49f74b))
11+
612
## [2.3.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.10) (2020-05-20)
713

814
**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.10",
4+
"version": "2.3.11",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
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.5.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.20) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.5.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.19) (2020-05-20)
711

812
**Note:** Version bump only for package gatsby-theme-blog-core

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.6.1",
33-
"gatsby": "^2.22.3",
33+
"gatsby": "^2.22.4",
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.6.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.20) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.6.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.19) (2020-05-20)
711

812
**Note:** Version bump only for package gatsby-theme-blog

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.6.19",
3+
"version": "1.6.20",
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.2",
3030
"gatsby-plugin-theme-ui": "^0.2.53",
3131
"gatsby-plugin-twitter": "^2.3.2",
32-
"gatsby-theme-blog-core": "^1.5.19",
32+
"gatsby-theme-blog-core": "^1.5.20",
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.22.3",
42+
"gatsby": "^2.22.4",
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.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.46) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.3.45](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.45) (2020-05-20)
711

812
**Note:** Version bump only for package gatsby-theme-notes

packages/gatsby-theme-notes/package.json

Lines changed: 2 additions & 2 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.45",
4+
"version": "1.3.46",
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.22.3",
23+
"gatsby": "^2.22.4",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0"
2626
},

packages/gatsby-theme-ui-preset/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.0.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.35) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby-theme-ui-preset
9+
610
## [0.0.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.34) (2020-05-20)
711

812
**Note:** Version bump only for package gatsby-theme-ui-preset

packages/gatsby-theme-ui-preset/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-ui-preset",
3-
"version": "0.0.34",
3+
"version": "0.0.35",
44
"description": "A Gatsby theme for theme-ui styles",
55
"main": "index.js",
66
"keywords": [
@@ -30,7 +30,7 @@
3030
"typography-theme-wordpress-2016": "^0.16.19"
3131
},
3232
"devDependencies": {
33-
"gatsby": "^2.22.3",
33+
"gatsby": "^2.22.4",
3434
"prettier": "2.0.5",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

packages/gatsby/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.22.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.22.4) (2020-05-20)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.22.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.22.3) (2020-05-20)
711

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

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
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.22.3",
4+
"version": "2.22.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)