Skip to content

Commit 7b07e2f

Browse files
committed
Chore(release): Publish version 0.4.0
1 parent ac4b6a9 commit 7b07e2f

13 files changed

+829
-134
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11

2+
<a name="0.4.0"></a>
3+
# [0.4.0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.3.1&sourceBranch=refs%2Ftags%2F0.4.0) (2021-11-05)
4+
5+
6+
### Chores
7+
8+
9+
* Introduce dependabot configuration for automated deps updates ([0cf893d](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/0cf893d))
10+
* Remove prepare script before publishing package ([ac4b6a9](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/ac4b6a9))
11+
* Rename pr-labeler config file to use yaml extension everywhere ([796bf2c](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/796bf2c))
12+
* Use .yarnrc instead of .npmrc because we are using yarn ([66b2d5e](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/66b2d5e))
13+
### Dependencies
14+
15+
16+
* Bump @lmc-eu/conventional-changelog-lmc-bitbucket ([2e17ebd](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/2e17ebd))
17+
### Features
18+
19+
20+
* Introduce new design connected to Spirit design tokens [#CCM-7](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-7) ([658c99f](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/658c99f))
21+
222
<a name="0.3.1"></a>
323
## [0.3.1](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.3.0&sourceBranch=refs%2Ftags%2F0.3.1) (2021-11-04)
424

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Load default CSS in your `<head>`:
1313

1414
```html
1515
<link rel="preconnect" href="https://cdn.jsdelivr.net">
16-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.3.1/LmcCookieConsentManager.min.css">
16+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.0/LmcCookieConsentManager.min.css">
1717
```
1818

1919
Load the script and initialize the plugin right before ending `</body>` tag:
2020

2121
```html
22-
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.3.1/init.js"></script>
22+
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.0/init.js"></script>
2323
<script>
2424
window.addEventListener('load', function () {
2525
initLmcCookieConsentManager();
@@ -54,8 +54,8 @@ the desired font yourself (head to [Theming](#theming) to see how).
5454
You can load the plugin from a CDN, as in the basic example above.
5555

5656
```html
57-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.3.1/LmcCookieConsentManager.min.css">
58-
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.3.1/init.js"></script>
57+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.0/LmcCookieConsentManager.min.css">
58+
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.0/init.js"></script>
5959
```
6060

6161
Alternatively, you can also download the latest version from the [Releases page](https://github.com/lmc-eu/cookie-consent-manager/releases).

0 commit comments

Comments
 (0)