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

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Williams committed Jul 26, 2021
1 parent d8bbfe3 commit ec175ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 1.6.6 (26-07-2021)

- Fixed regression on keyframes intellisense. [#317](https://github.com/styled-components/vscode-styled-components/issues/317)

## 1.6.5 (25-07-2021)

- Migrated to ESBuild (from Webpack)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-styled-components",
"displayName": "vscode-styled-components",
"description": "Syntax highlighting for styled-components",
"version": "1.6.5",
"version": "1.6.6",
"publisher": "jpoissonnier",
"icon": "logo.png",
"license": "MIT",
Expand Down Expand Up @@ -87,7 +87,7 @@
},
"dependencies": {
"d3-color": "^2.0.0",
"typescript-styled-plugin": "^0.18.0",
"typescript-styled-plugin": "0.16.0",
"vscode-css-languageservice": "^5.1.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1028,10 +1028,10 @@ to-regex-range@^5.0.1:
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
integrity sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk=

typescript-styled-plugin@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/typescript-styled-plugin/-/typescript-styled-plugin-0.18.0.tgz#4e20e99bd7938f693ee37ad20682cc2401d06898"
integrity sha512-GopdOs3twyZkuLMU2ActiZQAtCgyibmwmQczULoe47qJ2URIaHSWxtUIDwuv6QhKPLBIrV6jSo/qp+184hlwLg==
typescript-styled-plugin@0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/typescript-styled-plugin/-/typescript-styled-plugin-0.16.0.tgz#b1bde49e259c9dc312afbc3e683e9e7e413f24d0"
integrity sha512-I3UfkGzdy1js95EDtYMatBzDINOCWAW4E0+sE4+MG8gy3gaUyQOSi5NhvVNkF3zqWXY+z43g6MnmYy8QzqFhVQ==
dependencies:
typescript-template-language-service-decorator "^2.2.0"
vscode-css-languageservice "^5.1.1"
Expand Down

0 comments on commit ec175ff

Please sign in to comment.