Version 2.1.0

This commit is contained in:
Bill 2022-08-03 22:18:46 -04:00
parent a9bac2afa6
commit 058397aae0
3 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
# Nitro React
# Nitro React v2.1
## Prerequisites
- You must have [git](https://git-scm.com/) installed
- You must have [NodeJS](https://nodejs.org/) >= 16.13 installed
- We recommend you use [Yarn](https://yarnpkg.com/) over [npm](https://npmjs.com/)
- `npm i yarn -g`
- [Git](https://git-scm.com/)
- [NodeJS](https://nodejs.org/) >= 18
- If using NodeJS < 18 remove `--openssl-legacy-provider` from the package.json scripts
- [Yarn](https://yarnpkg.com/) `npm i yarn -g`
## Installation

View File

@ -1,6 +1,6 @@
{
"name": "nitro-react",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"start": "cross-env SKIP_PREFLIGHT_CHECK=true BROWSER=none IMAGE_INLINE_SIZE_LIMIT=100000 craco --openssl-legacy-provider start",

View File

@ -1 +1 @@
export const GetUIVersion = () => '2.0.0';
export const GetUIVersion = () => '2.1.0';