Skip to content

Commit

Permalink
chore: release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Aug 24, 2020
1 parent ab7fc11 commit 9bb87e8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.6.0](https://github.com/yarastqt/themekit/compare/v1.5.0...v1.6.0) (2020-08-24)

### Bug Fixes

- close watcher after kill process ([f85d398](https://github.com/yarastqt/themekit/commit/f85d398a72975da268f633dfadcf584fd6b1a784))
- replace placeholders with global flag ([71c3759](https://github.com/yarastqt/themekit/commit/71c37592a476d701f4eda573a402183efbb1d2df))
- save sources order after glob ([24b4a0a](https://github.com/yarastqt/themekit/commit/24b4a0accfd93a6d2f8385863919704ca1e01c1e))

### Features

- add autoload config with js, json and yml ext ([e4305c5](https://github.com/yarastqt/themekit/commit/e4305c5add78b74dddf896911528cfd7ca20b682))
- add flags for selected builds ([2425f72](https://github.com/yarastqt/themekit/commit/2425f72dde7909ccd9d025ae7ddee28fd61425d4))
- deprecate css/whitepaper format ([89b1754](https://github.com/yarastqt/themekit/commit/89b17542a084f6ea8044cacfda4d97fcd3cc5f1f))
- export public API for register own plugins ([d331790](https://github.com/yarastqt/themekit/commit/d331790d86327e18047e78d148f954accddf19d0))

### Performance Improvements

- replace throttle to debounce for watcher cb ([db3592c](https://github.com/yarastqt/themekit/commit/db3592c53eaaa1ddfaab17b3aca0304ce05fcb34))

<a name="1.5.0"></a>

# [1.5.0](https://github.com/yarastqt/themekit/compare/v1.4.1...v1.5.0) (2020-08-07)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yandex/themekit",
"version": "1.5.0",
"version": "1.6.0",
"author": "Eugene Tropin <yarastqt@gmail.com>",
"description": "Build system of design-tokens for any platforms.",
"keywords": ["themekit", "design", "css", "tokens", "style", "style-dictionary"],
Expand Down

0 comments on commit 9bb87e8

Please sign in to comment.