Skip to content

Commit

Permalink
chore: publish fbt NPM version
Browse files Browse the repository at this point in the history
Summary:
Publishing our latest fbt package.  Notably:
* `FbtHooks` API:
  * `getFbtResult`
  * `onStringMethodUsed`
  * `onTranslationOverride`
  *  `logImpression`
* Removal of some FB-only mocks

Reviewed By: dalmendray

Differential Revision: D19596612

fbshipit-source-id: 786a4f015428f96b78d8136095b9dd03b42acfd6
  • Loading branch information
John Watson authored and facebook-github-bot committed Jan 28, 2020
1 parent deefad0 commit 5ba6790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -36,7 +36,9 @@ We haven't had the best track record of code/feature changes before this date, b
<summary>
Unreleased changes that have landed in master. Click to see more.
</summary>
</details>

- 0.11.0:
- [feat] Expose FbtResult in fbt
- [feat] Enable overriding result returned from fbt via `getFbtResult` in `FbtHooks`
- [feat] Provide onStringMethodUsed hook for IFbtErrorListener
Expand All @@ -45,8 +47,6 @@ We haven't had the best track record of code/feature changes before this date, b
- [refactor] Move FbtContentItem and $NestedFbtContentItems to libdefs
- [refactor] Flow type strict substituteTokens.js
- Fix version in header comments
</details>


- 0.10.6:
- More accurate peer dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/fbt/package.json
Expand Up @@ -3,7 +3,7 @@
"name": "fbt",
"description": "The fbt i18n framework JS runtime.",
"//version": "Follow SemVer specs at https://semver.org/",
"version": "0.10.6",
"version": "0.11.0",
"keywords": [
"facebook",
"fbt",
Expand Down

0 comments on commit 5ba6790

Please sign in to comment.