Skip to content

Commit 1aeef78

Browse files
committed
Update eample to 0.3.2
1 parent 75281f7 commit 1aeef78

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.17.4",
99
"gatsby-image": "^2.2.29",
10-
"gatsby-plugin-intl": "^0.3.1",
10+
"gatsby-plugin-intl": "^0.3.2",
1111
"gatsby-plugin-manifest": "^2.2.23",
1212
"gatsby-plugin-offline": "^3.0.16",
1313
"gatsby-plugin-react-helmet": "^3.1.13",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5248,10 +5248,10 @@ gatsby-page-utils@^0.0.27:
52485248
micromatch "^3.1.10"
52495249
slash "^3.0.0"
52505250

5251-
gatsby-plugin-intl@^0.3.1:
5252-
version "0.3.1"
5253-
resolved "https://registry.yarnpkg.com/gatsby-plugin-intl/-/gatsby-plugin-intl-0.3.1.tgz#c89e52d49ff8a0854966234116efc42fdc0ba721"
5254-
integrity sha512-rPPS6VjC1ElCSxZcUGYQjxk2LTcN8PFTzBpcHK8ll4C744lAsU0mGgHdg3oZrKbs2b+0eGn+g5/EZ1Oh3OdsiQ==
5251+
gatsby-plugin-intl@^0.3.2:
5252+
version "0.3.2"
5253+
resolved "https://registry.yarnpkg.com/gatsby-plugin-intl/-/gatsby-plugin-intl-0.3.2.tgz#22507d283d718624afee81be29676cb909b56fc0"
5254+
integrity sha512-bB6F6nkjhLpBlMsHmm6aPrZU+wSUIKdmJ4LSFPdrwl8pCIKKDyP7pokBKzYn1B1OM2wOB3rTXfRZ9DHIKiDIfA==
52555255
dependencies:
52565256
"@babel/runtime" "^7.4.5"
52575257
"@formatjs/intl-pluralrules" "^1.3.1"

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.3.1",
4+
"version": "0.3.2",
55
"author": "Daewoong Moon <wiziple@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/wiziple/gatsby-plugin-intl"

0 commit comments

Comments
 (0)