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

Commit 1fbdab2

Browse files
committed
v1.7.3
1 parent a6aeab9 commit 1fbdab2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Release Notes
22

3-
## 1.7.3
3+
## 1.7.3 (09-03-2022)
44

5+
- Fix broken auto completion [#362](https://github.com/styled-components/vscode-styled-components/pull/362)
6+
- Update dependencies
7+
- Update test fixtures due to [high contrast](https://github.com/microsoft/vscode/pull/143398) change.
58
- Support multiple percentages in keyframes. [#345](https://github.com/styled-components/vscode-styled-components/pull/345)
69
- Support nextjs <style> tag attributes in highlighting. Thanks @Pika-Pool [#340](https://github.com/styled-components/vscode-styled-components/issues/340)
710

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.7.2",
5+
"version": "1.7.3",
66
"publisher": "styled-components",
77
"icon": "logo.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)