1 Commits
7.0.1 ... 7.0.0

Author SHA1 Message Date
Peter Krieg
d6c751860c Switch Library Type from CommonJs2 => UMD (#134) 2021-12-08 17:32:57 +01:00
4 changed files with 717 additions and 736 deletions

View File

@@ -5,10 +5,6 @@ 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.0.0](https://github.com/Mastermindzh/react-cookie-consent/releases/tag/6.4.1)]
- Switched from CommonJS to UMD module
## [[6.4.1](https://github.com/Mastermindzh/react-cookie-consent/releases/tag/6.4.1))]
- Added missing typing

File diff suppressed because it is too large Load Diff

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "react-cookie-consent",
"version": "7.0.0",
"version": "6.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "7.0.0",
"version": "6.4.1",
"license": "MIT",
"dependencies": {
"js-cookie": "^2.2.1",

View File

@@ -4,7 +4,7 @@
"name": "Rick van Lieshout",
"email": "info@rickvanlieshout.com"
},
"version": "7.0.0",
"version": "6.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",