Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 8bb8064

Browse files
lacbsfacebook-github-bot
authored andcommitted
oss/fbt CHANGELOG comment about React compatibility
Differential Revision: D44047245 fbshipit-source-id: fd92a7830ae5a82680db5983023cf10962992227
1 parent 3849b04 commit 8bb8064

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ List of changes for each released npm package version.
6161

6262
</details>
6363

64+
- 1.0.1:
65+
- [chore] Make it compatible with React 18 (and any `>=0.12.0`).
66+
6467
- 1.0.0:
6568
- [feat] Major release to maintain compatibility with `[email protected]`
6669
- [feat] Expose the `fbs` API to output plain-text translatable strings.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"//": "Copyright (c) Meta Platforms, Inc. and affiliates.",
44
"name": "fbt-top-level-repo",
5-
"version": "0.9.0",
5+
"version": "1.0.1",
66
"main": "index.js",
77
"license": "MIT",
88
"devDependencies": {

0 commit comments

Comments
 (0)