File tree 12 files changed +48
-11
lines changed
12 files changed +48
-11
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.12.3] ( https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.2...babel-preset-gatsby@0.12.3 ) (2021-04-07)
7
+
8
+ ** Note:** Version bump only for package babel-preset-gatsby
9
+
6
10
## [ 0.12.2] ( https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.1...babel-preset-gatsby@0.12.2 ) (2021-02-24)
7
11
8
12
** Note:** Version bump only for package babel-preset-gatsby
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-preset-gatsby" ,
3
- "version" : " 0.12.2 " ,
3
+ "version" : " 0.12.3 " ,
4
4
"author" : " Philipp Spiess <hello@philippspiess.com>" ,
5
5
"repository" : {
6
6
"type" : " git" ,
23
23
"babel-plugin-macros" : " ^2.8.0" ,
24
24
"babel-plugin-transform-react-remove-prop-types" : " ^0.4.24" ,
25
25
"gatsby-core-utils" : " ^1.10.1" ,
26
- "gatsby-legacy-polyfills" : " ^0.7.0 "
26
+ "gatsby-legacy-polyfills" : " ^0.7.1 "
27
27
},
28
28
"peerDependencies" : {
29
29
"@babel/core" : " ^7.11.6" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.8.12] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.11...gatsby-admin@0.8.12 ) (2021-04-07)
7
+
8
+ ** Note:** Version bump only for package gatsby-admin
9
+
6
10
## [ 0.8.11] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.10...gatsby-admin@0.8.11 ) (2021-03-09)
7
11
8
12
** Note:** Version bump only for package gatsby-admin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-admin" ,
3
- "version" : " 0.8.11 " ,
3
+ "version" : " 0.8.12 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " Max Stoiber" ,
6
6
"license" : " MIT" ,
20
20
"@typescript-eslint/parser" : " ^2.34.0" ,
21
21
"csstype" : " ^2.6.14" ,
22
22
"formik" : " ^2.2.6" ,
23
- "gatsby" : " ^2.32.11 " ,
23
+ "gatsby" : " ^2.32.12 " ,
24
24
"gatsby-interface" : " ^0.0.244" ,
25
25
"gatsby-plugin-typescript" : " ^2.12.1" ,
26
26
"gatsby-plugin-webfonts" : " ^1.1.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.7.1] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.7.0...gatsby-legacy-polyfills@0.7.1 ) (2021-04-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby-legacy-polyfills:** add dom collections to polyfills ([ #30483 ] ( https://github.com/gatsbyjs/gatsby/issues/30483 ) ) ([ #30616 ] ( https://github.com/gatsbyjs/gatsby/issues/30616 ) ) ([ fa95904] ( https://github.com/gatsbyjs/gatsby/commit/fa95904793b01141cb4f08992abf81e6dc61eb22 ) )
11
+
6
12
# [ 0.7.0] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.7.0-next.0...gatsby-legacy-polyfills@0.7.0 ) (2021-02-02)
7
13
8
14
** Note:** Version bump only for package gatsby-legacy-polyfills
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-legacy-polyfills" ,
3
3
"description" : " Polyfills for legacy browsers" ,
4
- "version" : " 0.7.0 " ,
4
+ "version" : " 0.7.1 " ,
5
5
"main" : " dist/polyfills.js" ,
6
6
"author" : " Ward Peeters <ward@gatsbyjs.com>" ,
7
7
"homepage" : " https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.6.4] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.6.3...gatsby-source-contentful@4.6.4 ) (2021-04-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby-source-contentful:** Contentful page limit backoff ([ #30549 ] ( https://github.com/gatsbyjs/gatsby/issues/30549 ) ) ([ #30618 ] ( https://github.com/gatsbyjs/gatsby/issues/30618 ) ) ([ 4ffcf78] ( https://github.com/gatsbyjs/gatsby/commit/4ffcf785698527abed7e67f41ce45eef13b19ffb ) )
11
+ - ** gatsby-source-contentful:** Improve network error handling ([ #30257 ] ( https://github.com/gatsbyjs/gatsby/issues/30257 ) ) ([ #30617 ] ( https://github.com/gatsbyjs/gatsby/issues/30617 ) ) ([ b3315a0] ( https://github.com/gatsbyjs/gatsby/commit/b3315a05af9903768e5325cc903edee8e9397c43 ) )
12
+
13
+ ### Features
14
+
15
+ - ** gatsby-source-contentful:** Increase Contentful sync by up to 10x ([ #30422 ] ( https://github.com/gatsbyjs/gatsby/issues/30422 ) ) ([ #30643 ] ( https://github.com/gatsbyjs/gatsby/issues/30643 ) ) ([ fc61c88] ( https://github.com/gatsbyjs/gatsby/commit/fc61c883d103a8fede1899aeb4f6fb9fa9516c76 ) )
16
+
6
17
## [ 4.6.3] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.6.2...gatsby-source-contentful@4.6.3 ) (2021-02-24)
7
18
8
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-source-contentful" ,
3
3
"description" : " Gatsby source plugin for building websites using the Contentful CMS as a data source" ,
4
- "version" : " 4.6.3 " ,
4
+ "version" : " 4.6.4 " ,
5
5
"author" : " Marcus Ericsson <mericsson@gmail.com> (mericsson.com)" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.0.6] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.5...gatsby-source-wordpress@4.0.6 ) (2021-04-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby-source-wordpress:** schema customization errors ([ #30358 ] ( https://github.com/gatsbyjs/gatsby/issues/30358 ) ) ([ #30650 ] ( https://github.com/gatsbyjs/gatsby/issues/30650 ) ) ([ 8d7c3a1] ( https://github.com/gatsbyjs/gatsby/commit/8d7c3a164d9ec832ee9eff2754cd0fef1467ab3a ) )
11
+
6
12
## [ 4.0.5] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.4...gatsby-source-wordpress@4.0.5 ) (2021-03-08)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 2
2
"name" : " gatsby-source-wordpress" ,
3
3
"description" : " Source data from WordPress in an efficient and scalable way." ,
4
4
"author" : " Tyler Barnes <tylerdbarnes@gmail.com>" ,
5
- "version" : " 4.0.5 " ,
5
+ "version" : " 4.0.6 " ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
8
8
},
53
53
"@types/semver" : " ^7.3.4" ,
54
54
"babel-plugin-import-globals" : " ^2.0.0" ,
55
55
"babel-plugin-module-resolver" : " 4.0.0" ,
56
- "babel-preset-gatsby" : " ^0.12.2 " ,
56
+ "babel-preset-gatsby" : " ^0.12.3 " ,
57
57
"babel-preset-gatsby-package" : " ^0.12.0" ,
58
58
"cross-env" : " ^5.2.1" ,
59
59
"identity-obj-proxy" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.32.12] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.11...gatsby@2.32.12 ) (2021-04-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** gatsby:** fix incorrect intersection of filtered results ([ #30594 ] ( https://github.com/gatsbyjs/gatsby/issues/30594 ) ) ([ #30619 ] ( https://github.com/gatsbyjs/gatsby/issues/30619 ) ) ([ 0eac672] ( https://github.com/gatsbyjs/gatsby/commit/0eac672696997784c4e565447b719d6bf9fca7c6 ) )
11
+
6
12
## [ 2.32.11] ( https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.10...gatsby@2.32.11 ) (2021-03-09)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby" ,
3
3
"description" : " Blazing fast modern site generator for React" ,
4
- "version" : " 2.32.11 " ,
4
+ "version" : " 2.32.12 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby" : " ./cli.js"
37
37
"babel-plugin-dynamic-import-node" : " ^2.3.3" ,
38
38
"babel-plugin-lodash" : " ^3.3.4" ,
39
39
"babel-plugin-remove-graphql-queries" : " ^2.16.1" ,
40
- "babel-preset-gatsby" : " ^0.12.2 " ,
40
+ "babel-preset-gatsby" : " ^0.12.3 " ,
41
41
"better-opn" : " ^2.0.0" ,
42
42
"better-queue" : " ^3.8.10" ,
43
43
"bluebird" : " ^3.7.2" ,
81
81
"gatsby-cli" : " ^2.19.2" ,
82
82
"gatsby-core-utils" : " ^1.10.1" ,
83
83
"gatsby-graphiql-explorer" : " ^0.11.0" ,
84
- "gatsby-legacy-polyfills" : " ^0.7.0 " ,
84
+ "gatsby-legacy-polyfills" : " ^0.7.1 " ,
85
85
"gatsby-link" : " ^2.11.0" ,
86
86
"gatsby-plugin-page-creator" : " ^2.10.1" ,
87
87
"gatsby-plugin-typescript" : " ^2.12.1" ,
You can’t perform that action at this time.
0 commit comments