Skip to content

Commit 0b4603d

Browse files
committed
bump up to 0.2.8
1 parent 424b6c3 commit 0b4603d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/gatsby-starter-default-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"gatsby": "2.13.39",
99
"gatsby-image": "^2.2.6",
10-
"gatsby-plugin-intl": "^0.2.7",
10+
"gatsby-plugin-intl": "^0.2.8",
1111
"gatsby-plugin-manifest": "^2.2.4",
1212
"gatsby-plugin-offline": "^2.2.4",
1313
"gatsby-plugin-react-helmet": "^3.1.2",

examples/gatsby-starter-default-intl/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4956,10 +4956,10 @@ gatsby-page-utils@^0.0.5:
49564956
micromatch "^3.1.10"
49574957
slash "^1.0.0"
49584958

4959-
gatsby-plugin-intl@^0.2.7:
4960-
version "0.2.7"
4961-
resolved "https://registry.yarnpkg.com/gatsby-plugin-intl/-/gatsby-plugin-intl-0.2.7.tgz#69e49cd09c3ed29f2d78b1e2c0d7ea6e197cf154"
4962-
integrity sha512-vbX6bM58gAidX+bDk1EczfQdrHgqEEhGrDDOymR+943HSZWKpnzAZwOaZAsFt2UjI2zvVYDdkzC5MmQDPlmabA==
4959+
gatsby-plugin-intl@^0.2.8:
4960+
version "0.2.8"
4961+
resolved "https://registry.yarnpkg.com/gatsby-plugin-intl/-/gatsby-plugin-intl-0.2.8.tgz#d6393c77475e28c64a048416ff4bb389a0410292"
4962+
integrity sha512-m2fK8hKk0b0u7mRbz0DSik6qWvtYiKVm/wtabHOrl/g0vuytqWqqdRcaBAowUhhM5k9R8y/NrcsbNu9GiDJnKA==
49634963
dependencies:
49644964
"@babel/runtime" "^7.4.5"
49654965
browser-lang "^0.1.0"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-intl",
33
"description": "Gatsby plugin to add react-intl onto a site",
4-
"version": "0.2.8-beta.0",
4+
"version": "0.2.8",
55
"author": "Daewoong Moon <wiziple@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/wiziple/gatsby-plugin-intl"

0 commit comments

Comments
 (0)