Skip to content

Commit 51e9e27

Browse files
committed
v1.1.18
1 parent d49767a commit 51e9e27

File tree

4 files changed

+8
-49
lines changed

4 files changed

+8
-49
lines changed

.github/workflows/vscodepublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: yarn
2525
- run: npm list --production --parseable --depth=99999 --loglevel=error
2626
- run: yarn autoclean --init
27-
- run: echo "*.d.ts\n*.map" >> .yarnclean
27+
- run: echo "*.d.ts\n*.map\n@types" >> .yarnclean
2828
- run: yarn autoclean --force
2929
- run: yarn lint
3030
- name: Run tests

.yarnclean

Lines changed: 0 additions & 47 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## <small>1.1.18 (2020-02-20)</small>
2+
3+
4+
5+
16
## <small>1.1.17 (2020-02-20)</small>
27

38
* v1.1.16 ([c80418c](https://github.com/CodersAKL/react-toolkit/commit/c80418c))
9+
* v1.1.17 ([d49767a](https://github.com/CodersAKL/react-toolkit/commit/d49767a))
410

511

612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-toolkit",
33
"displayName": "react-toolkit",
44
"description": "Useful tools for react developers",
5-
"version": "1.1.17",
5+
"version": "1.1.18",
66
"icon": "assets/logo.png",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)