Skip to content

Commit bdf5da2

Browse files
committed
Chore(release): Publish version 1.1.0
1 parent 1778c57 commit bdf5da2

28 files changed

+1003
-437
lines changed

CHANGELOG.md

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

2+
<a name="1.1.0"></a>
3+
# [1.1.0](https://github.com/lmc-eu/cookie-consent-manager/compare/1.0.2...1.1.0) (2021-12-16)
4+
5+
6+
### Code Refactoring
7+
8+
* **typescript:** Introduce support for Typescript language [#CCM-40](https://jira.int.lmc.cz/browse/CCM-40) ([3b34deb](https://github.com/lmc-eu/cookie-consent-manager/commit/3b34deb))
9+
* **typescript:** Migrate all source files to Typescript ([c74e5a8](https://github.com/lmc-eu/cookie-consent-manager/commit/c74e5a8))
10+
* **typescript:** Separate types for cookie consent manager ([cf0e933](https://github.com/lmc-eu/cookie-consent-manager/commit/cf0e933))
11+
* **languages:** Introduce types for language configuration ([4b20feb](https://github.com/lmc-eu/cookie-consent-manager/commit/4b20feb))
12+
* Use category instead of level in type names ([d348f59](https://github.com/lmc-eu/cookie-consent-manager/commit/d348f59))
13+
14+
### Dependencies
15+
16+
* Pin dependencies ([5bd9f67](https://github.com/lmc-eu/cookie-consent-manager/commit/5bd9f67))
17+
* Update dependency @lmc-eu/spirit-design-tokens to ^0.5.0 ([1778c57](https://github.com/lmc-eu/cookie-consent-manager/commit/1778c57))
18+
* Upgrade @lmc-eu/esling-config-base to 1.1.0 ([9e3a217](https://github.com/lmc-eu/cookie-consent-manager/commit/9e3a217))
19+
20+
### Features
21+
22+
* Add more theming options for links and buttons (`link-text-decoration`, `link-hover-text-decoration`, `btn-text-transform`) ([8ee958b](https://github.com/lmc-eu/cookie-consent-manager/commit/8ee958b))
23+
* Attempt to overlap UI of other third-party plugins ([693fe02](https://github.com/lmc-eu/cookie-consent-manager/commit/693fe02))
24+
25+
### Chores
26+
27+
* Add script for code coverage by tests ([86220c8](https://github.com/lmc-eu/cookie-consent-manager/commit/86220c8))
28+
* **typescript:** Remove unused babel because we use tyescript [#CCM-40](https://jira.int.lmc.cz/browse/CCM-40) ([45b9e6c](https://github.com/lmc-eu/cookie-consent-manager/commit/45b9e6c))
29+
* **typescript:** Run type check on ci pipeline [#CCM-40](https://jira.int.lmc.cz/browse/CCM-40) ([652d367](https://github.com/lmc-eu/cookie-consent-manager/commit/652d367))
30+
31+
### Styles
32+
33+
* Use additional insights of eslint's base config as recommended ([2bd3398](https://github.com/lmc-eu/cookie-consent-manager/commit/2bd3398))
34+
35+
### Tests
36+
37+
38+
* Fix module naming collision by ignoring `./dist` directory ([a933611](https://github.com/lmc-eu/cookie-consent-manager/commit/a933611))
39+
240
<a name="1.0.2"></a>
341
## [1.0.2](https://github.com/lmc-eu/cookie-consent-manager/compare/1.0.1...1.0.2) (2021-12-14)
442

0 commit comments

Comments
 (0)