Skip to content

Commit

Permalink
Chore(release): Publish version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jun 29, 2022
1 parent e2d5f6b commit fd5b823
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 50 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="2.2.1"></a>
## [2.2.1](https://github.com/lmc-eu/cookie-consent-manager/compare/2.2.0...2.2.1) (2022-06-29)

### Bug Fixes

- Add missing SecondaryButtonMode export ([e2d5f6b](https://github.com/lmc-eu/cookie-consent-manager/commit/e2d5f6b))

### Dependencies

- Update all dev dependencies ([b96f653](https://github.com/lmc-eu/cookie-csent-manager/commit/b96f653), [9176c98](https://github.com/lmc-eu/cookie-consent-manager/commit/9176c98), [a79c078](https://github.com/lmc-eu/cookie-consent-manager/commit/a79c078), [0c9337b](https://github.com/lmc-eu/cookie-consent-manager/commit/0c9337b), [88f6706](https://github.com/lmc-eu/cookie-consent-manager/commit/88f6706), [2e93c24](https://github.com/lmc-eu/cookie-consent-manager/commit/2e93c24), [d55c0b8](https://github.com/lmc-eu/cookie-consent-manager/commit/d55c0b8), [addb38e](https://github.com/lmc-eu/cookie-consent-manager/commit/addb38e))
- Update dependency @lmc-eu/spirit-design-tokens to ^0.17.0 ([f78a255](https://github.com/lmc-eu/cookie-consent-manager/commit/f78a255), [2d7d6e9](https://github.com/lmc-eu/cookie-consent-manager/commit/2d7d6e9), [23b1bfa](https://github.com/lmc-eu/cookie-consent-manager/commit/23b1bfa))

### Tests

- Add SecondaryButtonMode to typescript example ([5c517f2](https://github.com/lmc-eu/cookie-consent-manager/commit/5c517f2))


<a name="2.2.0"></a>
# [2.2.0](https://github.com/lmc-eu/cookie-consent-manager/compare/2.1.2...2.2.0) (2022-04-28)

Expand Down
2 changes: 2 additions & 0 deletions dist/LmcCookieConsentManager.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
Expand Down Expand Up @@ -55,6 +56,7 @@ var LmcCookieConsentManager_exports = {};
__export(LmcCookieConsentManager_exports, {
CookieConsentCategory: () => CookieConsentCategory,
DisplayMode: () => DisplayMode,
SecondaryButtonMode: () => SecondaryButtonMode,
VanillaCookieConsent: () => VanillaCookieConsent,
default: () => LmcCookieConsentManager_default
});
Expand Down
43 changes: 0 additions & 43 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.

4 changes: 2 additions & 2 deletions dist/LmcCookieConsentManager.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'vanilla-cookieconsent';
import { CookieConsentManager } from './types';
import { CookieConsentCategory, DisplayMode } from './constants';
import { CookieConsentCategory, DisplayMode, SecondaryButtonMode } from './constants';
import { VanillaCookieConsent } from './types/vanilla-cookieconsent';
/**
* @param {string} serviceName - Identifier of the source service (website/application). Must be provided.
Expand All @@ -27,4 +27,4 @@ import { VanillaCookieConsent } from './types/vanilla-cookieconsent';
*/
declare const LmcCookieConsentManager: CookieConsentManager;
export default LmcCookieConsentManager;
export { CookieConsentCategory, DisplayMode, VanillaCookieConsent };
export { CookieConsentCategory, DisplayMode, SecondaryButtonMode, VanillaCookieConsent };
1 change: 1 addition & 0 deletions dist/LmcCookieConsentManager.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
(() => {
var __defProp = Object.defineProperty;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
Expand Down
2 changes: 2 additions & 0 deletions dist/LmcCookieConsentManager.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
Expand Down Expand Up @@ -1635,6 +1636,7 @@ var LmcCookieConsentManager_default = LmcCookieConsentManager;
export {
CookieConsentCategory,
DisplayMode,
SecondaryButtonMode,
VanillaCookieConsent,
LmcCookieConsentManager_default as default
};
1 change: 1 addition & 0 deletions dist/constants/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './CookieConsentCategory';
export * from './DisplayMode';
export * from './SecondaryButtonMode';
1 change: 1 addition & 0 deletions dist/init.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
(() => {
var __defProp = Object.defineProperty;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
Expand Down
4 changes: 2 additions & 2 deletions dist/scss/theme/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
--lmcccm-p-modal-border-radius: var(--lmcccm-modal-border-radius, #{units.convert2em(tokens.$radius-200)});
--lmcccm-p-modal-bg: var(--lmcccm-modal-bg, var(--lmcccm-p-bg));
--lmcccm-p-modal-text: var(--lmcccm-modal-text, var(--lmcccm-p-text));
--lmcccm-p-modal-section-border: var(--lmcccm-modal-section-border, #{tokens.$border-main-default});
--lmcccm-p-modal-section-border: var(--lmcccm-modal-section-border, #{tokens.$border-primary-default});

// Cookies
--lmcccm-p-cookie-category-border-radius: var(
Expand All @@ -85,5 +85,5 @@
);
--lmcccm-p-cookie-category-bg: var(--lmcccm-cookie-category-bg, #{tokens.$background-cover});
--lmcccm-p-cookie-category-hover-bg: var(--lmcccm-cookie-category-hover-bg, #{tokens.$background-cover});
--lmcccm-p-cookie-table-border: var(--lmcccm-cookie-table-border, #{tokens.$border-main-default});
--lmcccm-p-cookie-table-border: var(--lmcccm-cookie-table-border, #{tokens.$border-primary-default});
}
2 changes: 1 addition & 1 deletion dist/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export declare const pluralize: (count: number, singular: string, plural: string
/**
* Assemble description intro based on default value and optional override value.
*/
export declare const assembleDescriptionIntro: (defaultValue: string, overrideValue?: string | undefined) => string;
export declare const assembleDescriptionIntro: (defaultValue: string, overrideValue?: string) => string;
/**
* Assemble secondary button based on secondary button mode
*/
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": "2.2.0",
"version": "2.2.1",
"description": "Cookie Consent Manager mainly for LMC products",
"keywords": [
"lmc-eu",
Expand Down

0 comments on commit fd5b823

Please sign in to comment.