Skip to content

Commit 44f09ff

Browse files
committed
bump version to 0.2.7
1 parent 8f009ed commit 44f09ff

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.13.39",
99
"gatsby-image": "^2.2.6",
10-
"gatsby-plugin-intl": "^0.2.7-beta.0",
10+
"gatsby-plugin-intl": "^0.2.7",
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-beta.0:
4960-
version "0.2.7-beta.0"
4961-
resolved "https://registry.yarnpkg.com/gatsby-plugin-intl/-/gatsby-plugin-intl-0.2.7-beta.0.tgz#9398d4d42b0ea94bcbfdf6b7cccacc7cfe68d27a"
4962-
integrity sha512-EJgY5gTuH2PJtmfqVVfQAdiKkcThovUjMAT5sGOovWaHrPlgizAf6yGCV4eOfde4+ViO6PqnYK2cs6ix2VQfRw==
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==
49634963
dependencies:
49644964
"@babel/runtime" "^7.4.5"
49654965
browser-lang "^0.1.0"

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

0 commit comments

Comments
 (0)