diff --git a/packages/gatsby-theme-blog-core/CHANGELOG.md b/packages/gatsby-theme-blog-core/CHANGELOG.md index 8a419467..67738995 100644 --- a/packages/gatsby-theme-blog-core/CHANGELOG.md +++ b/packages/gatsby-theme-blog-core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@2.0.2...gatsby-theme-blog-core@2.0.3) (2021-01-06) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [2.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@2.0.0...gatsby-theme-blog-core@2.0.2) (2020-09-14) **Note:** Version bump only for package gatsby-theme-blog-core diff --git a/packages/gatsby-theme-blog-core/package.json b/packages/gatsby-theme-blog-core/package.json index fa814bbb..2edb8983 100644 --- a/packages/gatsby-theme-blog-core/package.json +++ b/packages/gatsby-theme-blog-core/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-blog-core", - "version": "2.0.2", + "version": "2.0.3", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", diff --git a/packages/gatsby-theme-blog/CHANGELOG.md b/packages/gatsby-theme-blog/CHANGELOG.md index 67ddf087..c0b9f6a8 100644 --- a/packages/gatsby-theme-blog/CHANGELOG.md +++ b/packages/gatsby-theme-blog/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.3](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.2...gatsby-theme-blog@2.0.3) (2021-01-06) + +**Note:** Version bump only for package gatsby-theme-blog + ## [2.0.2](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.0...gatsby-theme-blog@2.0.2) (2020-09-14) **Note:** Version bump only for package gatsby-theme-blog diff --git a/packages/gatsby-theme-blog/package.json b/packages/gatsby-theme-blog/package.json index 7ac48833..f75caab9 100644 --- a/packages/gatsby-theme-blog/package.json +++ b/packages/gatsby-theme-blog/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-blog", - "version": "2.0.2", + "version": "2.0.3", "description": "A Gatsby theme for miscellaneous blogging with a dark/light mode", "main": "index.js", "keywords": [ @@ -26,8 +26,8 @@ "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-theme-ui": "0.4.0-alpha.3", "gatsby-plugin-twitter": "^2.3.10", - "gatsby-theme-blog-core": "^2.0.2", - "gatsby-theme-ui-preset": "^1.0.2", + "gatsby-theme-blog-core": "^2.0.3", + "gatsby-theme-ui-preset": "^1.0.3", "mdx-utils": "0.2.0", "react-helmet": "^5.2.1", "theme-ui": "0.4.0-alpha.3" diff --git a/packages/gatsby-theme-i18n/CHANGELOG.md b/packages/gatsby-theme-i18n/CHANGELOG.md index 31e534b7..39e043e4 100644 --- a/packages/gatsby-theme-i18n/CHANGELOG.md +++ b/packages/gatsby-theme-i18n/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n@1.0.4...gatsby-theme-i18n@1.0.5) (2021-01-06) + +### Bug Fixes + +- **gatsby-theme-i18n:** Correct HTML lang ([#92](https://github.com/gatsbyjs/themes/issues/92)) ([e6a3b30](https://github.com/gatsbyjs/themes/commit/e6a3b30485999bbf8f5bffb75a2b292f0008f7a0)) + +### Features + +- **gatsby-theme-i18n:** Add "prefixDefault" option ([#75](https://github.com/gatsbyjs/themes/issues/75)) ([631ae27](https://github.com/gatsbyjs/themes/commit/631ae27ad4541be60cb4e3893bfa0cf0aebc7d84)) + ## 1.0.4 (2020-09-14) ### Features diff --git a/packages/gatsby-theme-i18n/package.json b/packages/gatsby-theme-i18n/package.json index 2a0aad49..759d5b92 100644 --- a/packages/gatsby-theme-i18n/package.json +++ b/packages/gatsby-theme-i18n/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-i18n", - "version": "1.0.4", + "version": "1.0.5", "main": "index.js", "author": "LekoArts ", "description": "A Gatsby theme for providing internationalization support to your Gatsby site by taking in a configuration file and creating prefixed, enriched pages for each language.", diff --git a/packages/gatsby-theme-notes/CHANGELOG.md b/packages/gatsby-theme-notes/CHANGELOG.md index 46c2ac5c..e1868422 100644 --- a/packages/gatsby-theme-notes/CHANGELOG.md +++ b/packages/gatsby-theme-notes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@2.0.3...gatsby-theme-notes@2.0.4) (2021-01-06) + +**Note:** Version bump only for package gatsby-theme-notes + ## [2.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@2.0.2...gatsby-theme-notes@2.0.3) (2020-09-16) **Note:** Version bump only for package gatsby-theme-notes diff --git a/packages/gatsby-theme-notes/package.json b/packages/gatsby-theme-notes/package.json index 83879da3..8d16aad4 100644 --- a/packages/gatsby-theme-notes/package.json +++ b/packages/gatsby-theme-notes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-notes", "description": "Gatsby Theme for adding a notes section to your website", - "version": "2.0.3", + "version": "2.0.4", "author": "John Otander", "license": "MIT", "main": "index.js", @@ -39,7 +39,7 @@ "gatsby-plugin-redirects": "^1.0.0", "gatsby-plugin-theme-ui": "0.4.0-alpha.3", "gatsby-source-filesystem": "^2.3.22", - "gatsby-theme-ui-preset": "^1.0.2", + "gatsby-theme-ui-preset": "^1.0.3", "is-present": "^1.0.0", "react-feather": "^1.1.6", "theme-ui": "0.4.0-alpha.3" diff --git a/packages/gatsby-theme-ui-preset/CHANGELOG.md b/packages/gatsby-theme-ui-preset/CHANGELOG.md index 23963ae6..7e26b0b9 100644 --- a/packages/gatsby-theme-ui-preset/CHANGELOG.md +++ b/packages/gatsby-theme-ui-preset/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@1.0.2...gatsby-theme-ui-preset@1.0.3) (2021-01-06) + +**Note:** Version bump only for package gatsby-theme-ui-preset + ## [1.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@1.0.0...gatsby-theme-ui-preset@1.0.2) (2020-09-14) **Note:** Version bump only for package gatsby-theme-ui-preset diff --git a/packages/gatsby-theme-ui-preset/package.json b/packages/gatsby-theme-ui-preset/package.json index 1966f53b..3b0191c2 100644 --- a/packages/gatsby-theme-ui-preset/package.json +++ b/packages/gatsby-theme-ui-preset/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-ui-preset", - "version": "1.0.2", + "version": "1.0.3", "description": "A preset for theme-ui styles", "main": "src/index.js", "keywords": [ diff --git a/starters/example-i18n/CHANGELOG.md b/starters/example-i18n/CHANGELOG.md index 6d7799fa..d4d50a3a 100644 --- a/starters/example-i18n/CHANGELOG.md +++ b/starters/example-i18n/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/gatsbyjs/themes/compare/example-i18n@1.0.2...example-i18n@1.0.3) (2021-01-06) + +### Features + +- **gatsby-theme-i18n:** Add "prefixDefault" option ([#75](https://github.com/gatsbyjs/themes/issues/75)) ([631ae27](https://github.com/gatsbyjs/themes/commit/631ae27ad4541be60cb4e3893bfa0cf0aebc7d84)) + ## 1.0.2 (2020-09-14) ### Features diff --git a/starters/example-i18n/package.json b/starters/example-i18n/package.json index 22ce2bdb..915f8e61 100644 --- a/starters/example-i18n/package.json +++ b/starters/example-i18n/package.json @@ -1,6 +1,6 @@ { "name": "example-i18n", - "version": "1.0.2", + "version": "1.0.3", "main": "index.js", "author": "LekoArts ", "private": true, @@ -19,7 +19,7 @@ "gatsby-plugin-mdx": "^1.2.28", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-source-filesystem": "^2.3.22", - "gatsby-theme-i18n": "^1.0.4", + "gatsby-theme-i18n": "^1.0.5", "react": "^16.13.1", "react-dom": "^16.13.1", "react-helmet": "^6.1.0" diff --git a/starters/example-lingui/CHANGELOG.md b/starters/example-lingui/CHANGELOG.md index c18950b2..d3ba6f80 100644 --- a/starters/example-lingui/CHANGELOG.md +++ b/starters/example-lingui/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/gatsbyjs/themes/compare/example-lingui@1.0.2...example-lingui@1.0.3) (2021-01-06) + +**Note:** Version bump only for package example-lingui + ## 1.0.2 (2020-09-14) **Note:** Version bump only for package example-lingui diff --git a/starters/example-lingui/package.json b/starters/example-lingui/package.json index ae5a4cbf..e6b00392 100644 --- a/starters/example-lingui/package.json +++ b/starters/example-lingui/package.json @@ -1,6 +1,6 @@ { "name": "example-lingui", - "version": "1.0.2", + "version": "1.0.3", "main": "index.js", "author": "LekoArts ", "private": true, @@ -22,7 +22,7 @@ "gatsby-plugin-mdx": "^1.2.28", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-source-filesystem": "^2.3.22", - "gatsby-theme-i18n": "^1.0.4", + "gatsby-theme-i18n": "^1.0.5", "gatsby-theme-i18n-lingui": "^1.0.4", "react": "^16.13.1", "react-dom": "^16.13.1", diff --git a/starters/example-react-i18next/CHANGELOG.md b/starters/example-react-i18next/CHANGELOG.md index 6c01b589..e909b3bb 100644 --- a/starters/example-react-i18next/CHANGELOG.md +++ b/starters/example-react-i18next/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/gatsbyjs/themes/compare/example-react-i18next@1.0.2...example-react-i18next@1.0.3) (2021-01-06) + +**Note:** Version bump only for package example-react-i18next + ## 1.0.2 (2020-09-14) **Note:** Version bump only for package example-react-i18next diff --git a/starters/example-react-i18next/package.json b/starters/example-react-i18next/package.json index 0de25f83..84e4b53a 100644 --- a/starters/example-react-i18next/package.json +++ b/starters/example-react-i18next/package.json @@ -1,6 +1,6 @@ { "name": "example-react-i18next", - "version": "1.0.2", + "version": "1.0.3", "main": "index.js", "author": "LekoArts ", "private": true, @@ -18,7 +18,7 @@ "gatsby-plugin-mdx": "^1.2.28", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-source-filesystem": "^2.3.22", - "gatsby-theme-i18n": "^1.0.4", + "gatsby-theme-i18n": "^1.0.5", "gatsby-theme-i18n-react-i18next": "^1.0.4", "react": "^16.13.1", "react-dom": "^16.13.1", diff --git a/starters/example-react-intl/CHANGELOG.md b/starters/example-react-intl/CHANGELOG.md index 39b36c84..e188f295 100644 --- a/starters/example-react-intl/CHANGELOG.md +++ b/starters/example-react-intl/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/gatsbyjs/themes/compare/example-react-intl@1.0.2...example-react-intl@1.0.3) (2021-01-06) + +**Note:** Version bump only for package example-react-intl + ## 1.0.2 (2020-09-14) **Note:** Version bump only for package example-react-intl diff --git a/starters/example-react-intl/package.json b/starters/example-react-intl/package.json index 732b2436..3250391f 100644 --- a/starters/example-react-intl/package.json +++ b/starters/example-react-intl/package.json @@ -1,6 +1,6 @@ { "name": "example-react-intl", - "version": "1.0.2", + "version": "1.0.3", "main": "index.js", "author": "LekoArts ", "private": true, @@ -17,7 +17,7 @@ "gatsby": "^2.24.10", "gatsby-plugin-mdx": "^1.2.28", "gatsby-source-filesystem": "^2.3.22", - "gatsby-theme-i18n": "^1.0.4", + "gatsby-theme-i18n": "^1.0.5", "gatsby-theme-i18n-react-intl": "^1.0.4", "react": "^16.13.1", "react-dom": "^16.13.1", diff --git a/starters/theme/CHANGELOG.md b/starters/theme/CHANGELOG.md index 59559c38..1bf45de1 100644 --- a/starters/theme/CHANGELOG.md +++ b/starters/theme/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.5](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.0.4...gatsby-starter-theme@0.0.5) (2021-01-06) + +**Note:** Version bump only for package gatsby-starter-theme + ## [0.0.4](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.0.3...gatsby-starter-theme@0.0.4) (2020-09-16) **Note:** Version bump only for package gatsby-starter-theme diff --git a/starters/theme/package-lock.json b/starters/theme/package-lock.json index e338176b..5529118c 100644 --- a/starters/theme/package-lock.json +++ b/starters/theme/package-lock.json @@ -1,6 +1,6 @@ { "name": "gatsby-starter-theme", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/starters/theme/package.json b/starters/theme/package.json index 9ad547a6..66d8dd11 100644 --- a/starters/theme/package.json +++ b/starters/theme/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-starter-theme", "private": true, - "version": "0.0.4", + "version": "0.0.5", "scripts": { "develop": "gatsby develop", "start": "gatsby develop", @@ -13,8 +13,8 @@ }, "dependencies": { "gatsby": "^2.24.10", - "gatsby-theme-blog": "^2.0.2", - "gatsby-theme-notes": "^2.0.3", + "gatsby-theme-blog": "^2.0.3", + "gatsby-theme-notes": "^2.0.4", "react": "^16.12.0", "react-dom": "^16.12.0" },