From 7e97127e530cc6827af66061525e29925e347670 Mon Sep 17 00:00:00 2001 From: Anish Agnihotri Date: Thu, 28 May 2020 16:42:21 -0400 Subject: [PATCH] 1.0.0 --- package-lock.json | 2 +- package.json | 2 +- readme.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b10f71..cad31ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "customize-cra", - "version": "1.0.0-alpha.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57e8fc0..21484eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customize-cra", - "version": "1.0.0-alpha.0", + "version": "1.0.0", "description": "", "repository": "arackaf/customize-cra", "main": "dist/index.cjs.js", diff --git a/readme.md b/readme.md index f185511..af60597 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-) +📌📌 **Breaking change:** With the `1.0` release of customize-cra breaking changes have been made to the `addLessLoader` customizer to support the changes to `create-react-app` in [#7876](https://github.com/facebook/create-react-app/pull/7876). Please follow the migration guide in [#253](https://github.com/arackaf/customize-cra/issues/253). + This project provides a set of utilities to customize [`create-react-app`](https://github.com/facebook/create-react-app) versions 2 and 3 configurations leveraging [`react-app-rewired`](https://github.com/timarney/react-app-rewired/) core functionalities. - [How to install](#how-to-install)