release 7.5.0

This commit is contained in:
Rick van Lieshout 2022-06-18 14:30:02 +02:00
parent ecb5f30a7c
commit d8993bead2
5 changed files with 6 additions and 5 deletions

1
build/index.d.ts vendored
View File

@ -48,6 +48,7 @@ export interface CookieConsentProps {
customContentAttributes?: object; customContentAttributes?: object;
customContainerAttributes?: object; customContainerAttributes?: object;
customButtonProps?: object; customButtonProps?: object;
customDeclineButtonProps?: object;
} }
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {} export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit bff8dd76c5c13a0bf38a555b2d551e11540d30f0 Subproject commit 8f1152c04d7bc70ba098783db2b752379ed7ec0f

4
package-lock.json generated
View File

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

View File

@ -4,7 +4,7 @@
"name": "Rick van Lieshout", "name": "Rick van Lieshout",
"email": "info@rickvanlieshout.com" "email": "info@rickvanlieshout.com"
}, },
"version": "7.4.1", "version": "7.5.0",
"description": "A small, simple and customizable cookie consent bar for use in React applications.", "description": "A small, simple and customizable cookie consent bar for use in React applications.",
"main": "build/index.js", "main": "build/index.js",
"types": "build/index.d.ts", "types": "build/index.d.ts",