From 1b9267f647ca0a26f53b5f24888e48208c8a3b56 Mon Sep 17 00:00:00 2001 From: LekoArts Date: Fri, 9 Apr 2021 13:10:43 +0200 Subject: [PATCH] chore(release): Publish - gatsby-theme-blog-core@2.0.5 - gatsby-theme-blog@2.0.6 - gatsby-theme-notes@2.0.6 - gatsby-theme-ui-preset@1.0.5 - gatsby-starter-theme@0.0.8 --- packages/gatsby-theme-blog-core/CHANGELOG.md | 4 ++++ packages/gatsby-theme-blog-core/package.json | 2 +- packages/gatsby-theme-blog/CHANGELOG.md | 4 ++++ packages/gatsby-theme-blog/package.json | 6 +++--- packages/gatsby-theme-notes/CHANGELOG.md | 4 ++++ packages/gatsby-theme-notes/package.json | 4 ++-- packages/gatsby-theme-ui-preset/CHANGELOG.md | 4 ++++ packages/gatsby-theme-ui-preset/package.json | 2 +- starters/theme/CHANGELOG.md | 4 ++++ starters/theme/package-lock.json | 2 +- starters/theme/package.json | 6 +++--- 11 files changed, 31 insertions(+), 11 deletions(-) diff --git a/packages/gatsby-theme-blog-core/CHANGELOG.md b/packages/gatsby-theme-blog-core/CHANGELOG.md index d7faa995..8d995ecd 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.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog-core@2.0.4...gatsby-theme-blog-core@2.0.5) (2021-04-09) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [2.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@2.0.3...gatsby-theme-blog-core@2.0.4) (2021-01-06) **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 272d79f6..6236ab72 100755 --- 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.4", + "version": "2.0.5", "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 e8fd4407..90072f1a 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.6](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.5...gatsby-theme-blog@2.0.6) (2021-04-09) + +**Note:** Version bump only for package gatsby-theme-blog + ## [2.0.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.4...gatsby-theme-blog@2.0.5) (2021-01-06) **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 f06bec04..03dfe426 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.5", + "version": "2.0.6", "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.4", - "gatsby-theme-ui-preset": "^1.0.4", + "gatsby-theme-blog-core": "^2.0.5", + "gatsby-theme-ui-preset": "^1.0.5", "mdx-utils": "0.2.0", "react-helmet": "^5.2.1", "theme-ui": "0.4.0-alpha.3" diff --git a/packages/gatsby-theme-notes/CHANGELOG.md b/packages/gatsby-theme-notes/CHANGELOG.md index bf2be591..61eedca9 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.6](https://github.com/gatsbyjs/themes/compare/gatsby-theme-notes@2.0.5...gatsby-theme-notes@2.0.6) (2021-04-09) + +**Note:** Version bump only for package gatsby-theme-notes + ## [2.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@2.0.4...gatsby-theme-notes@2.0.5) (2021-01-06) **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 3fce1cf1..ec7eef17 100755 --- 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.5", + "version": "2.0.6", "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.4", + "gatsby-theme-ui-preset": "^1.0.5", "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 da0bddd3..6b634e90 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.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-ui-preset@1.0.4...gatsby-theme-ui-preset@1.0.5) (2021-04-09) + +**Note:** Version bump only for package gatsby-theme-ui-preset + ## [1.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@1.0.3...gatsby-theme-ui-preset@1.0.4) (2021-01-06) **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 e12f095a..05ac8cf0 100755 --- 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.4", + "version": "1.0.5", "description": "A preset for theme-ui styles", "main": "src/index.js", "keywords": [ diff --git a/starters/theme/CHANGELOG.md b/starters/theme/CHANGELOG.md index 9000c6ce..e73b8878 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.8](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.0.7...gatsby-starter-theme@0.0.8) (2021-04-09) + +**Note:** Version bump only for package gatsby-starter-theme + ## [0.0.7](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.0.6...gatsby-starter-theme@0.0.7) (2021-01-06) **Note:** Version bump only for package gatsby-starter-theme diff --git a/starters/theme/package-lock.json b/starters/theme/package-lock.json index 40bf6e7b..7f805159 100644 --- a/starters/theme/package-lock.json +++ b/starters/theme/package-lock.json @@ -1,6 +1,6 @@ { "name": "gatsby-starter-theme", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/starters/theme/package.json b/starters/theme/package.json index fbd0be0c..f9951766 100644 --- a/starters/theme/package.json +++ b/starters/theme/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-starter-theme", "private": true, - "version": "0.0.7", + "version": "0.0.8", "scripts": { "develop": "gatsby develop", "start": "gatsby develop", @@ -13,8 +13,8 @@ }, "dependencies": { "gatsby": "^2.24.10", - "gatsby-theme-blog": "^2.0.5", - "gatsby-theme-notes": "^2.0.5", + "gatsby-theme-blog": "^2.0.6", + "gatsby-theme-notes": "^2.0.6", "react": "^16.12.0", "react-dom": "^16.12.0" },