Skip to content

Commit

Permalink
Chore: release v3.0.0-rc.17
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Nov 7, 2023
1 parent 0738397 commit 346fc3f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CookieConsent v3

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Latest version](https://img.shields.io/github/package-json/v/orestbida/cookieconsent/v3.0-beta?color=2b4eed&label=Release)](https://github.com/orestbida/cookieconsent/releases/v3.0.0-rc.16)
[![Latest version](https://img.shields.io/github/package-json/v/orestbida/cookieconsent/v3.0-beta?color=2b4eed&label=Release)](https://github.com/orestbida/cookieconsent/releases/v3.0.0-rc.17)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/orestbida/cookieconsent/tree/v3%2E0-beta.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/orestbida/cookieconsent/tree/v3%2E0-beta)

A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain javascript.
Expand Down
2 changes: 1 addition & 1 deletion dist/cookieconsent.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cookieconsent.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/core/cookieconsent-core.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/core/cookieconsent-core.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/essential/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ You can download/import the plugin using one of the following methods:

stylesheet:
```
https://cdn.jsdelivr.net/gh/orestbida/[email protected].16/dist/cookieconsent.css
https://cdn.jsdelivr.net/gh/orestbida/[email protected].17/dist/cookieconsent.css
```

script:
```
https://cdn.jsdelivr.net/gh/orestbida/[email protected].16/dist/cookieconsent.umd.js
https://cdn.jsdelivr.net/gh/orestbida/[email protected].17/dist/cookieconsent.umd.js
```

3. Download the [latest release](https://github.com/orestbida/cookieconsent/releases?q=cookieconsent+v3) from github and use the optimized files located in the `dist` folder.
Expand All @@ -58,7 +58,7 @@ Add the stylesheet in the head section. Create a new file — `cookieconsent-con
<html>
<head>
<!-- head content -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orestbida/[email protected].16/dist/cookieconsent.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orestbida/[email protected].17/dist/cookieconsent.css">
</head>
<body>
<!-- body content -->
Expand All @@ -70,7 +70,7 @@ Add the stylesheet in the head section. Create a new file — `cookieconsent-con
Import and [configure](#configuration) the plugin inside `cookieconsent-config.js`:

```javascript{1}
import 'https://cdn.jsdelivr.net/gh/orestbida/[email protected].16/dist/cookieconsent.umd.js';
import 'https://cdn.jsdelivr.net/gh/orestbida/[email protected].17/dist/cookieconsent.umd.js';
CookieConsent.run({
// your config. goes here (required)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-cookieconsent",
"version": "3.0.0-rc.16",
"version": "3.0.0-rc.17",
"description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.",
"main": "dist/cookieconsent.umd.js",
"module": "dist/cookieconsent.esm.js",
Expand Down

1 comment on commit 346fc3f

@vercel
Copy link

@vercel vercel bot commented on 346fc3f Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cookieconsent-docs – ./

cookieconsent-docs-orest.vercel.app
cookieconsent.orestbida.com
cookieconsent-docs-git-v30-beta-orest.vercel.app

Please sign in to comment.