Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit ec175ff

Browse files
author
Jason Williams
committed
fix regression
1 parent d8bbfe3 commit ec175ff

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -87,7 +87,7 @@
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": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)