File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 2.0.0]
7
+
6
8
- ** breaking change** upgrade to TypeScript 4+ and make use of Factory API (#379 )
9
+ - bugfix in minification of ` calc() ` (fix #233 in #436 )
7
10
8
11
## [ 1.6.0]
9
12
@@ -70,7 +73,8 @@ All notable changes to this project will be documented in this file.
70
73
- updated ` typescript ` dependency to support TS 3.0+ (#17 , fixed #15 )
71
74
- remove ` ts-is-kind ` dependency (#17 , fixed #16 )
72
75
73
- [ Unreleased ] : https://github.com/igorbek/typescript-plugin-styled-components/compare/1.6.0...HEAD
76
+ [ Unreleased ] : https://github.com/igorbek/typescript-plugin-styled-components/compare/2.0.0...HEAD
77
+ [ 2.0.0 ] : https://github.com/igorbek/typescript-plugin-styled-components/compare/1.6.0...2.0.0
74
78
[ 1.6.0 ] : https://github.com/igorbek/typescript-plugin-styled-components/compare/1.5.0...1.6.0
75
79
[ 1.5.0 ] : https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.4...1.5.0
76
80
[ 1.4.4 ] : https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.3...1.4.4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-plugin-styled-components" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " TypeScript transformer for improving the debugging experience of styled-components" ,
5
5
"main" : " dist/index.js" ,
6
6
"homepage" : " https://github.com/Igorbek/typescript-plugin-styled-components" ,
You can’t perform that action at this time.
0 commit comments