Skip to content

Commit 95bb459

Browse files
committed
fix react snippets
1 parent e82f0bf commit 95bb459

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Fixed for any bug fixes.
99
Security to invite users to upgrade in case of vulnerabilities.
1010
-->
1111

12+
## [1.5.4] - 2022/07/08
13+
14+
### Fixed
15+
16+
- react snippets are not working on JSX
17+
1218
## [1.5.3] - 2022/07/06
1319

1420
### Fixed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "const-props-snippets",
33
"description": "VS Code Const & Props snippets for JS and TS",
4-
"version": "1.5.3",
4+
"version": "1.5.4",
55
"displayName": "Const & Props Snippets",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",
@@ -54,6 +54,10 @@
5454
"language": "javascript",
5555
"path": "./snippets/var-js.json"
5656
},
57+
{
58+
"language": "javascript",
59+
"path": "./snippets/react.json"
60+
},
5761
{
5862
"language": "javascriptreact",
5963
"path": "./snippets/destructuring.json"
@@ -106,6 +110,10 @@
106110
"language": "typescript",
107111
"path": "./snippets/elements.json"
108112
},
113+
{
114+
"language": "typescript",
115+
"path": "./snippets/react.json"
116+
},
109117
{
110118
"language": "typescriptreact",
111119
"path": "./snippets/var-ts.json"

0 commit comments

Comments
 (0)