Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-theme-i18n-react-i18next@1.0.5
 - example-react-i18next@1.0.4
  • Loading branch information
LekoArts committed Apr 9, 2021
1 parent 107c28e commit 069fb47
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-theme-i18n-react-i18next/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.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n-react-i18next@1.0.4...gatsby-theme-i18n-react-i18next@1.0.5) (2021-04-09)

### Bug Fixes

- **gatsby-theme-i18n-react-i18next:** default options typo ([#96](https://github.com/gatsbyjs/themes/issues/96)) ([107c28e](https://github.com/gatsbyjs/themes/commit/107c28e99ac1ed51d7b3b20a85f69de5803d4d3c))

## 1.0.4 (2020-09-14)

**Note:** Version bump only for package gatsby-theme-i18n-react-i18next
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-i18n-react-i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-i18n-react-i18next",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",
"author": "LekoArts <lekoarts@gmail.com>",
"description": "A Gatsby theme for providing localization support via react-i18next. This theme sets up react-i18next's context provider so that you can access your translations on every page. Works best together with gatsby-theme-i18n.",
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.4](https://github.com/gatsbyjs/themes/compare/example-react-i18next@1.0.3...example-react-i18next@1.0.4) (2021-04-09)

**Note:** Version bump only for package example-react-i18next

## [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
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.3",
"version": "1.0.4",
"main": "index.js",
"author": "LekoArts <lekoarts@gmail.com>",
"private": true,
Expand All @@ -19,7 +19,7 @@
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-source-filesystem": "^2.3.22",
"gatsby-theme-i18n": "^1.0.5",
"gatsby-theme-i18n-react-i18next": "^1.0.4",
"gatsby-theme-i18n-react-i18next": "^1.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0"
Expand Down

0 comments on commit 069fb47

Please sign in to comment.