From 8bb80640aa924f8058c50c6b01d9a761a7c62418 Mon Sep 17 00:00:00 2001 From: Luiz Coimbra Barbosa Silva Date: Wed, 5 Apr 2023 12:44:02 -0700 Subject: [PATCH] oss/fbt CHANGELOG comment about React compatibility Differential Revision: D44047245 fbshipit-source-id: fd92a7830ae5a82680db5983023cf10962992227 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 099d56da..773daf4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,9 @@ List of changes for each released npm package version. +- 1.0.1: + - [chore] Make it compatible with React 18 (and any `>=0.12.0`). + - 1.0.0: - [feat] Major release to maintain compatibility with `babel-plugin-fbt@1.0.0` - [feat] Expose the `fbs` API to output plain-text translatable strings. diff --git a/package.json b/package.json index 5a62380f..7da944cd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "//": "Copyright (c) Meta Platforms, Inc. and affiliates.", "name": "fbt-top-level-repo", - "version": "0.9.0", + "version": "1.0.1", "main": "index.js", "license": "MIT", "devDependencies": {