From 1318289e6c8b7307c7940f563ad25d88d4f4ce00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Bastian=20Winkel?= <64214261+Jersyfi@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:22:33 +0100 Subject: [PATCH] Deleted readme preview text --- CHANGELOG.md | 4 ++++ README.md | 3 --- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dcbe52..3c129be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `react-cookify` will be documented in this file. +## v2.1.5 - Ongoing... + +* Deleted preview text in Readme + ## v2.1.4 - 2023-02-14 * Fixed stupid mistake with wrong version number diff --git a/README.md b/README.md index be6d358..5f47008 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ This React library provides a customizable, simple to use and also a headless so How to handle GDPR correctly can be found on [Cookies, the GDPR, and the ePrivacy Directive](https://gdpr.eu/cookies). -## Preview -View and test how Cookify works in either [Bootstrap](https://jersyfi.github.io/cookify/test/preview/bootstrap.html) or [Tailwind CSS](https://jersyfi.github.io/cookify/test/preview/tailwindcss.html). - ## Documentation react-cookify is essentially a set of npm packages. diff --git a/package.json b/package.json index c0f7519..698ddd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-cookify", - "version": "2.1.4", + "version": "2.1.5", "description": "Simple, customizable open source cookie consent banner for GDPR law", "scripts": { "lint": "eslint src/**/*.{js,jsx,ts,tsx,json}",