Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden committed Nov 17, 2016
1 parent 2501e68 commit 9b7aa6c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Install via npm.
npm install react-translate-maker
```

# Versions

If you are using react >= 15.4.0 use version >= 0.3.0 otherwise use version < 0.3.0


# Features

- Build on standards ([ICU Message syntax](http://userguide.icu-project.org/formatparse/messages), [Unicode CLDR](http://cldr.unicode.org/))
Expand Down
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-translate-maker",
"version": "0.2.13",
"version": "0.3.1",
"description": "Universal internationalization (i18n) open source library for React",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -48,42 +48,43 @@
},
"homepage": "https://github.com/CherryProjects/react-translate-maker",
"dependencies": {
"core-decorators": "^0.12.3",
"lodash": "^4.15.0",
"core-decorators": "^0.14.0",
"lodash": "^4.17.2",
"react-provide-props": "^2.0.3",
"translate-maker": "^0.4.8",
"react-addons-test-utils": "^15.3.1"
"react-addons-test-utils": "^15.4.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^15.0.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-jest": "^17.0.2",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.13.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^11.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.14.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-react": "^6.7.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-coveralls": "^0.1.4",
"gulp-jsx-coverage": "^0.3.8",
"gulp-util": "^3.0.7",
"mocha": "^3.0.2",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"jest": "^15.1.1",
"jest-cli": "^15.1.1",
"enzyme": "^2.4.1"
"mocha": "^3.1.2",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"jest": "^17.0.3",
"jest-cli": "^17.0.3",
"enzyme": "^2.6.0"
},
"peerDependencies": {
"react": "15.x || 0.14.x"
"react": "15.x",
"react-dom": "15.x"
}
}

0 comments on commit 9b7aa6c

Please sign in to comment.