Skip to content

Commit 8b5efe7

Browse files
chore(release): 🚀 v1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-09-04) ### Bug Fixes * 🐛 a white space after '}' is now preserved to ensure animation template literal works properly ([9dad98d](9dad98d))
1 parent 9dad98d commit 8b5efe7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/Lchemist/ts-styled-components-plugin/compare/v1.0.1...v1.0.2) (2021-09-04)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 a white space after '}' is now preserved to ensure animation template literal works properly ([9dad98d](https://github.com/Lchemist/ts-styled-components-plugin/commit/9dad98d00d20dcbd9c7f7b147ca0018bedadf5b8))
7+
18
## [1.0.1](https://github.com/Lchemist/ts-styled-components-plugin/compare/v1.0.0...v1.0.1) (2021-02-13)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-styled-components-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "TypeScript transformer plugin that adds minification support to styled-components",
55
"keywords": [
66
"typescript-plugin",

0 commit comments

Comments
 (0)