Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Bump interpolate-components to 1.1.1 (for React 16 compat) #45

Merged
merged 1 commit into from
Nov 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.8.4
------
Bump `interpolate-components` to 1.1.1 (for React 16 compat).

1.8.3
------
Change localize hoc's es6 class --> [create-react-class](https://www.npmjs.com/package/create-react-class) so that the code is still technically es5 and will not need a build step.
Expand All @@ -24,7 +28,7 @@ Improve input file pattern support, see [#25](https://github.com/Automattic/i18n

1.7.2
-----
Update `moment-timezone` to version `0.5.11`.
Update `moment-timezone` to version `0.5.11`.

1.7.1
-----
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-calypso",
"version": "1.8.3",
"version": "1.8.4",
"description": "i18n JavaScript library on top of Jed originally used in Calypso",
"main": "index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"create-react-class": "^15.6.2",
"debug": "2.2.0",
"globby": "^6.1.0",
"interpolate-components": "1.1.0",
"interpolate-components": "1.1.1",
"jed": "1.0.2",
"jstimezonedetect": "1.0.5",
"lodash.assign": "^4.0.8",
Expand Down