Skip to content

Commit e754344

Browse files
committed
v1.1.12
1 parent 6fc3345 commit e754344

5 files changed

Lines changed: 57 additions & 2 deletions

File tree

.github/workflows/vscodepublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
node-version: "10.x"
2424
- run: yarn
2525
- run: yarn autoclean --init
26+
- run: echo "*.d.ts\n@types\n*.map" >> .yarnclean
2627
- run: yarn autoclean --force
2728
- run: npm list --production --parseable --depth=99999 --loglevel=error
2829
- run: yarn lint

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ node_modules
2323
!node_modules/detect-indent
2424
!node_modules/reserved-words
2525
!node_modules/@wessberg/stringutil
26-
!node_modules/tslib
26+
!node_modules/tslib
27+
!node_modules/escape-string-regexp

.yarnclean

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# test directories
2+
__tests__
3+
test
4+
tests
5+
powered-test
6+
7+
# asset directories
8+
docs
9+
doc
10+
website
11+
images
12+
assets
13+
14+
# examples
15+
example
16+
examples
17+
18+
# code coverage directories
19+
coverage
20+
.nyc_output
21+
22+
# build scripts
23+
Makefile
24+
Gulpfile.js
25+
Gruntfile.js
26+
27+
# configs
28+
appveyor.yml
29+
circle.yml
30+
codeship-services.yml
31+
codeship-steps.yml
32+
wercker.yml
33+
.tern-project
34+
.gitattributes
35+
.editorconfig
36+
.*ignore
37+
.eslintrc
38+
.jshintrc
39+
.flowconfig
40+
.documentup.json
41+
.yarn-metadata.json
42+
.travis.yml
43+
44+
# misc
45+
*.md
46+
*.d.ts
47+
@types

CHANGELOG.md

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

8+
* v1.1.11 ([6fc3345](https://github.com/CodersAKL/react-toolkit/commit/6fc3345))
39

410

511

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.11",
5+
"version": "1.1.12",
66
"icon": "assets/logo.png",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)