Skip to content

Commit

Permalink
chore(fbt):Bump to 0.17.1 to release recent fixes
Browse files Browse the repository at this point in the history
Reviewed By: seshrs

Differential Revision: D34120406

fbshipit-source-id: b800f26261d47858d312aff070c255b64ed4a635
  • Loading branch information
pkqinys authored and facebook-github-bot committed Feb 9, 2022
1 parent 3dcef97 commit 43ffe0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ List of changes for each released npm package version.
<summary>
Unreleased changes that have landed in main. Click to see more.
</summary>
</details>

- 0.17.1:
- [fix] Fix React dependency in intlList.js
- [feat] *[Experimental]* Add sanity check to ensure that each patter string token is mapped to a single substitution value.
- [feat] Add sanity check to ensure that each pattern string token is mapped to a single substitution value.
- [chore] Add `.npmignore` config (avoid exporting some build, debug & test files)

</details>

- 0.17.0:
- [feat] Add user's regional local in `IntlViewerContext`
- [feat] Improve resilience of detection of fbt parameters inside translated string patterns and improve error message format.
Expand Down Expand Up @@ -160,8 +160,8 @@ List of changes for each released npm package version.
</summary>

0.21.0-rc10-beta
- [feature] Support fbt `common` attribute without value
- [chore] Add tests for common fbt
- [feature] Support fbt `common` attribute without value
- [chore] Add tests for common fbt

0.21.0-rc9-beta
- [fix]! Fixed issue where non-breaking space characters (`&nbsp;`) in `<fbt>` callsites were being replaced by space characters
Expand Down
2 changes: 1 addition & 1 deletion packages/fbt/package.json
Original file line number Diff line number Diff line change
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.17.0",
"version": "0.17.1",
"keywords": [
"facebook",
"fbt",
Expand Down

0 comments on commit 43ffe0d

Please sign in to comment.