File tree Expand file tree Collapse file tree 12 files changed +44
-10
lines changed
Expand file tree Collapse file tree 12 files changed +44
-10
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 1.1.0-next.2] ( https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.1...create-gatsby@1.1.0-next.2 ) (2021-02-28)
7+
8+ ### Features
9+
10+ - ** create-gatsby:** Add support for cloud plugin ([ #29807 ] ( https://github.com/gatsbyjs/gatsby/issues/29807 ) ) ([ 3c39340] ( https://github.com/gatsbyjs/gatsby/commit/3c39340145d69d50207fa357f9240397635d8d99 ) )
11+
612# [ 1.1.0-next.1] ( https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.0...create-gatsby@1.1.0-next.1 ) (2021-02-26)
713
814** Note:** Version bump only for package create-gatsby
Original file line number Diff line number Diff line change 11{
22 "name" : " create-gatsby" ,
3- "version" : " 1.1.0-next.1 " ,
3+ "version" : " 1.1.0-next.2 " ,
44 "main" : " lib/index.js" ,
55 "bin" : " cli.js" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.11.0-next.3] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.2...gatsby-admin@0.11.0-next.3 ) (2021-02-28)
7+
8+ ** Note:** Version bump only for package gatsby-admin
9+
610# [ 0.11.0-next.2] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.1...gatsby-admin@0.11.0-next.2 ) (2021-02-26)
711
812** Note:** Version bump only for package gatsby-admin
Original file line number Diff line number Diff line change 11{
22 "name" : " gatsby-admin" ,
3- "version" : " 0.11.0-next.2 " ,
3+ "version" : " 0.11.0-next.3 " ,
44 "main" : " index.js" ,
55 "author" : " Max Stoiber" ,
66 "license" : " MIT" ,
2020 "@typescript-eslint/parser" : " ^4.14.2" ,
2121 "csstype" : " ^2.6.14" ,
2222 "formik" : " ^2.2.6" ,
23- "gatsby" : " ^3.1.0-next.2 " ,
23+ "gatsby" : " ^3.1.0-next.3 " ,
2424 "gatsby-interface" : " ^0.0.244" ,
2525 "gatsby-plugin-typescript" : " ^3.1.0-next.1" ,
2626 "gatsby-plugin-webfonts" : " ^1.1.4" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 3.1.0-next.2] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.1...gatsby-cli@3.1.0-next.2 ) (2021-02-28)
7+
8+ ** Note:** Version bump only for package gatsby-cli
9+
610# [ 3.1.0-next.1] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.0...gatsby-cli@3.1.0-next.1 ) (2021-02-26)
711
812** Note:** Version bump only for package gatsby-cli
Original file line number Diff line number Diff line change 11{
22 "name" : " gatsby-cli" ,
33 "description" : " Gatsby command-line interface for creating new sites and running Gatsby commands" ,
4- "version" : " 3.1.0-next.1 " ,
4+ "version" : " 3.1.0-next.2 " ,
55 "author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
66 "bin" : {
77 "gatsby" : " cli.js"
1919 "common-tags" : " ^1.8.0" ,
2020 "configstore" : " ^5.0.1" ,
2121 "convert-hrtime" : " ^3.0.0" ,
22- "create-gatsby" : " ^1.1.0-next.1 " ,
22+ "create-gatsby" : " ^1.1.0-next.2 " ,
2323 "envinfo" : " ^7.7.3" ,
2424 "execa" : " ^3.4.0" ,
2525 "fs-exists-cached" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 3.1.0-next.2] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.1.0-next.1...gatsby-plugin-subfont@3.1.0-next.2 ) (2021-02-28)
7+
8+ ** Note:** Version bump only for package gatsby-plugin-subfont
9+
610# [ 3.1.0-next.1] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.1.0-next.0...gatsby-plugin-subfont@3.1.0-next.1 ) (2021-02-26)
711
812** Note:** Version bump only for package gatsby-plugin-subfont
Original file line number Diff line number Diff line change 11{
22 "name" : " gatsby-plugin-subfont" ,
3- "version" : " 3.1.0-next.1 " ,
3+ "version" : " 3.1.0-next.2 " ,
44 "description" : " Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.1.0-next.2] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.1.0-next.1...gatsby-source-wordpress@5.1.0-next.2 ) (2021-02-28)
7+
8+ ### Bug Fixes
9+
10+ - ** gatsby-source-wordpress:** auto-rename types named "Filter" ([ #29718 ] ( https://github.com/gatsbyjs/gatsby/issues/29718 ) ) ([ fb225be] ( https://github.com/gatsbyjs/gatsby/commit/fb225bee7669b55039fc2525a3149091e8ede8e8 ) )
11+ - ** gatsby-source-wordpress:** HTML image regex's ([ #29778 ] ( https://github.com/gatsbyjs/gatsby/issues/29778 ) ) ([ f6edccf] ( https://github.com/gatsbyjs/gatsby/commit/f6edccf8440acc29002ea2c89a815fe863c94670 ) )
12+
613# [ 5.1.0-next.1] ( https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.1.0-next.0...gatsby-source-wordpress@5.1.0-next.1 ) (2021-02-26)
714
815** Note:** Version bump only for package gatsby-source-wordpress
Original file line number Diff line number Diff line change 22 "name" : " gatsby-source-wordpress" ,
33 "description" : " Source data from WordPress in an efficient and scalable way." ,
44 "author" : " Tyler Barnes <tylerdbarnes@gmail.com>" ,
5- "version" : " 5.1.0-next.1 " ,
5+ "version" : " 5.1.0-next.2 " ,
66 "bugs" : {
77 "url" : " https://github.com/gatsbyjs/gatsby/issues"
88 },
You can’t perform that action at this time.
0 commit comments