From 602a9bfe62d1190f2a2a5fe6e1a4ffdbb1f28ffd Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Sun, 3 Apr 2022 10:30:45 +0200 Subject: [PATCH] release 7.4.1 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e37e8..474b9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [[7.4.1]](https://github.com/Mastermindzh/react-cookie-consent/releases/tag/7.4.1) + +- Small version error in package.json that actually didn't make it work with React 18 + ## [[7.4.0]](https://github.com/Mastermindzh/react-cookie-consent/releases/tag/7.4.0) - Added support for React 18 diff --git a/package-lock.json b/package-lock.json index c813aa5..518e9fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-cookie-consent", - "version": "7.4.0", + "version": "7.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-cookie-consent", - "version": "7.4.0", + "version": "7.4.1", "license": "MIT", "dependencies": { "js-cookie": "^2.2.1", diff --git a/package.json b/package.json index 2947df3..bb21b91 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Rick van Lieshout", "email": "info@rickvanlieshout.com" }, - "version": "7.4.0", + "version": "7.4.1", "description": "A small, simple and customizable cookie consent bar for use in React applications.", "main": "build/index.js", "types": "build/index.d.ts", @@ -13,7 +13,7 @@ "prop-types": "^15.7.2" }, "peerDependencies": { - "react": "^16.13.1 || ^17.0.0 | ^18.0.0" + "react": "^16.13.1 || ^17.0.0 || ^18.0.0" }, "scripts": { "build": "webpack",