Skip to content

Commit 8a4416c

Browse files
committed
v1.1.23
1 parent e9daf84 commit 8a4416c

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed

.github/workflows/vscodepublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: yarn compile
3636
- run: npx github-release-from-changelog
3737
- name: Publish
38-
run: npx vsce publish -p $PUBLISHER_TOKEN
38+
run: npx vsce publish -p $PUBLISHER_TOKEN --yarn

.vscodeignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,12 @@ node_modules
2727
!node_modules/escape-string-regexp
2828
!node_modules/ansi-regex
2929
!node_modules/has-ansi
30+
!node_modules/chalk
31+
!node_modules/ansi-styles
32+
!node_modules/color-convert
33+
!node_modules/color-name
34+
!node_modules/supports-color
35+
!node_modules/has-flag
36+
!node_modules/lodash
37+
!node_modules/prettier
38+
!node_modules/resolve

CHANGELOG.md

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

8+
* v1.1.21 ([e9daf84](https://github.com/CodersAKL/react-toolkit/commit/e9daf84))
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.21",
5+
"version": "1.1.23",
66
"icon": "assets/logo.png",
77
"license": "MIT",
88
"repository": {

react-toolkit-1.1.21.vsix

17.8 MB
Binary file not shown.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"noUnusedParameters": true,
1313
"noUnusedLocals": true,
1414
"skipLibCheck": true,
15-
"types": ["node"]
15+
"types": ["node", "mocha"]
1616
},
1717
"exclude": ["node_modules", ".vscode-test"]
1818
}

0 commit comments

Comments
 (0)