Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Sep 23, 2021
1 parent 11fbaef commit fc72f93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.0.0

- update fluent to spec 1.0 [7](https://github.com/i18next/i18next-fluent/pull/7)
- bindI18nextStore was renamed to bindI18nStore

### 1.0.1

- fix serverside usage by loading to fluent by preloaded languages - not current [6](https://github.com/i18next/i18next-fluent/pull/6)
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18next-fluent",
"version": "1.0.1",
"version": "2.0.0",
"description": "i18nFormat plugin to use fluent format with i18next",
"main": "./index.js",
"jsnext:main": "dist/es/index.js",
Expand All @@ -27,17 +27,18 @@
"@babel/plugin-transform-modules-commonjs": "^7.15.4-",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "13.0.5",
"babel-eslint": "^10.1.0",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-plugin-mocha": "^9.0.0",
"i18next": "^21.0.2",
"mkdirp": "^1.0.4",
"mocha": "^9.1.1",
"rimraf": "3.0.2",
"rollup": "2.57.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "13.0.5",
"rollup-plugin-terser": "^7.0.2",
"sinon": "11.1.2",
"yargs": "17.2.0"
Expand Down

0 comments on commit fc72f93

Please sign in to comment.