Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 6, 2021
1 parent c2b71f9 commit 25e76f5
Show file tree
Hide file tree
Showing 21 changed files with 68 additions and 20 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@2.0.2) (2020-09-14)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-blog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@2.0.3) (2021-01-06)

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

## [2.0.2](https://github.com/gatsbyjs/themes/compare/[email protected]@2.0.2) (2020-09-14)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-theme-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-i18n",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",
"author": "LekoArts <[email protected]>",
"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.",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@2.0.4) (2021-01-06)

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

## [2.0.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.3) (2020-09-16)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-ui-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@1.0.2) (2020-09-14)

**Note:** Version bump only for package gatsby-theme-ui-preset
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-ui-preset/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 6 additions & 0 deletions starters/example-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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
Expand Down
4 changes: 2 additions & 2 deletions starters/example-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-i18n",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"author": "LekoArts <[email protected]>",
"private": true,
Expand All @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions starters/example-lingui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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
Expand Down
4 changes: 2 additions & 2 deletions starters/example-lingui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-lingui",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"author": "LekoArts <[email protected]>",
"private": true,
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions starters/example-react-i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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
Expand Down
4 changes: 2 additions & 2 deletions starters/example-react-i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-i18next",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"author": "LekoArts <[email protected]>",
"private": true,
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions starters/example-react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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
Expand Down
4 changes: 2 additions & 2 deletions starters/example-react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-intl",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"author": "LekoArts <[email protected]>",
"private": true,
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions starters/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@0.0.5) (2021-01-06)

**Note:** Version bump only for package gatsby-starter-theme

## [0.0.4](https://github.com/gatsbyjs/themes/compare/[email protected]@0.0.4) (2020-09-16)

**Note:** Version bump only for package gatsby-starter-theme
Expand Down
2 changes: 1 addition & 1 deletion starters/theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions starters/theme/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 25e76f5

Please sign in to comment.