Skip to content

Commit

Permalink
Chore(release): Publish version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jan 5, 2022
1 parent 9f5c973 commit 7603508
Show file tree
Hide file tree
Showing 10 changed files with 690 additions and 663 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
<a name="1.3.0"></a>
# [1.3.0](https://github.com/lmc-eu/cookie-consent-manager/compare/1.2.1...1.3.0) (2022-01-05)

### Bug Fixes

* Fix spacing too big after core library upgrade ([7f7fd5d](https://github.com/lmc-eu/cookie-consent-manager/commit/7f7fd5d))

### Dependencies

* Update all dev dependencies ([612ddd9](https://github.com/lmc-eu/cookie-consent-manager/commit/612ddd9))
* Update dependency vanilla-cookieconsent to 2.7.2 ([10920c4](https://github.com/lmc-eu/cookie-consent-manager/commit/10920c4))

### Documentation

* Add `cookie_necessary_only_expiration` to configuration example ([68230d6](https://github.com/lmc-eu/cookie-consent-manager/commit/68230d6))

### Features

* Set shorter cookie expiration when only necessary category accepted [#CCM-53](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-53) ([929d8f3](https://github.com/lmc-eu/cookie-consent-manager/commit/929d8f3))

### Chores

* **commitlint:** Remove ignore sections cause it is not used ([b421b19](https://github.com/lmc-eu/cookie-consent-manager/commit/b421b19))
* Define codeowners using company e-mail rather than nickname ([9f5c973](https://github.com/lmc-eu/cookie-consent-manager/commit/9f5c973))
* **changelog:** Add missing dependency on @lmc-eu/conventional-changelog-lmc-github ([90cadbb](https://github.com/lmc-eu/cookie-consent-manager/commit/90cadbb))
* **changelog:** Switch from bitbucket preset to Github preset ([6bf904a](https://github.com/lmc-eu/cookie-consent-manager/commit/6bf904a))
* Rename commitlint config to be dot notated ([c9aadcb](https://github.com/lmc-eu/cookie-consent-manager/commit/c9aadcb))


<a name="1.2.1"></a>
## [1.2.1](https://github.com/lmc-eu/cookie-consent-manager/compare/1.2.0...1.2.1) (2021-12-21)

Expand Down
329 changes: 164 additions & 165 deletions dist/LmcCookieConsentManager.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/LmcCookieConsentManager.css

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

2 changes: 1 addition & 1 deletion dist/LmcCookieConsentManager.css.map

Large diffs are not rendered by default.

329 changes: 164 additions & 165 deletions dist/LmcCookieConsentManager.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/LmcCookieConsentManager.min.css

Large diffs are not rendered by default.

329 changes: 164 additions & 165 deletions dist/LmcCookieConsentManager.mjs

Large diffs are not rendered by default.

329 changes: 164 additions & 165 deletions dist/init.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
flex-shrink: 0;
align-items: baseline;
max-width: none;
margin-top: 0;
}

@media screen and (max-width: settings.$breakpoint-desktop-down) {
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": "@lmc-eu/cookie-consent-manager",
"version": "1.2.1",
"version": "1.3.0",
"description": "LMC Cookie Consent Manager",
"keywords": [
"lmc-eu",
Expand Down

0 comments on commit 7603508

Please sign in to comment.