This repository was archived by the owner on Jun 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 1.6.6 (26-07-2021)
4+
5+ - Fixed regression on keyframes intellisense. [ #317 ] ( https://github.com/styled-components/vscode-styled-components/issues/317 )
6+
37## 1.6.5 (25-07-2021)
48
59- Migrated to ESBuild (from Webpack)
Original file line number Diff line number Diff line change 22 "name" : " vscode-styled-components" ,
33 "displayName" : " vscode-styled-components" ,
44 "description" : " Syntax highlighting for styled-components" ,
5- "version" : " 1.6.5 " ,
5+ "version" : " 1.6.6 " ,
66 "publisher" : " jpoissonnier" ,
77 "icon" : " logo.png" ,
88 "license" : " MIT" ,
8787 },
8888 "dependencies" : {
8989 "d3-color" : " ^2.0.0" ,
90- "typescript-styled-plugin" : " ^0.18 .0" ,
90+ "typescript-styled-plugin" : " 0.16 .0" ,
9191 "vscode-css-languageservice" : " ^5.1.1"
9292 },
9393 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -1028,10 +1028,10 @@ to-regex-range@^5.0.1:
10281028 resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
10291029 integrity sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk=
10301030
1031- typescript-styled-plugin@^0.18 .0 :
1032- version "0.18 .0"
1033- resolved "https://registry.yarnpkg.com/typescript-styled-plugin/-/typescript-styled-plugin-0.18 .0.tgz#4e20e99bd7938f693ee37ad20682cc2401d06898 "
1034- integrity sha512-GopdOs3twyZkuLMU2ActiZQAtCgyibmwmQczULoe47qJ2URIaHSWxtUIDwuv6QhKPLBIrV6jSo/qp+184hlwLg ==
1031+ typescript-styled-plugin@0.16 .0 :
1032+ version "0.16 .0"
1033+ resolved "https://registry.yarnpkg.com/typescript-styled-plugin/-/typescript-styled-plugin-0.16 .0.tgz#b1bde49e259c9dc312afbc3e683e9e7e413f24d0 "
1034+ integrity sha512-I3UfkGzdy1js95EDtYMatBzDINOCWAW4E0+sE4+MG8gy3gaUyQOSi5NhvVNkF3zqWXY+z43g6MnmYy8QzqFhVQ ==
10351035 dependencies :
10361036 typescript-template-language-service-decorator "^2.2.0"
10371037 vscode-css-languageservice "^5.1.1"
You can’t perform that action at this time.
0 commit comments