Skip to content

Commit 069fb47

Browse files
committed
chore(release): Publish
- [email protected] - [email protected]
1 parent 107c28e commit 069fb47

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/gatsby-theme-i18n-react-i18next/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n-react-i18next@[email protected]) (2021-04-09)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-theme-i18n-react-i18next:** default options typo ([#96](https://github.com/gatsbyjs/themes/issues/96)) ([107c28e](https://github.com/gatsbyjs/themes/commit/107c28e99ac1ed51d7b3b20a85f69de5803d4d3c))
11+
612
## 1.0.4 (2020-09-14)
713

814
**Note:** Version bump only for package gatsby-theme-i18n-react-i18next

packages/gatsby-theme-i18n-react-i18next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-i18n-react-i18next",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "index.js",
55
"author": "LekoArts <[email protected]>",
66
"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.",

starters/example-react-i18next/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.4](https://github.com/gatsbyjs/themes/compare/[email protected]@1.0.4) (2021-04-09)
7+
8+
**Note:** Version bump only for package example-react-i18next
9+
610
## [1.0.3](https://github.com/gatsbyjs/themes/compare/[email protected]@1.0.3) (2021-01-06)
711

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

starters/example-react-i18next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-react-i18next",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "index.js",
55
"author": "LekoArts <[email protected]>",
66
"private": true,
@@ -19,7 +19,7 @@
1919
"gatsby-plugin-react-helmet": "^3.3.10",
2020
"gatsby-source-filesystem": "^2.3.22",
2121
"gatsby-theme-i18n": "^1.0.5",
22-
"gatsby-theme-i18n-react-i18next": "^1.0.4",
22+
"gatsby-theme-i18n-react-i18next": "^1.0.5",
2323
"react": "^16.13.1",
2424
"react-dom": "^16.13.1",
2525
"react-helmet": "^6.1.0"

0 commit comments

Comments
 (0)