File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 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.
33
44## [ Unreleased]
55
6+ ## [ 2.0.0]
7+
68- ** breaking change** upgrade to TypeScript 4+ and make use of Factory API (#379 )
9+ - bugfix in minification of ` calc() ` (fix #233 in #436 )
710
811## [ 1.6.0]
912
@@ -70,7 +73,8 @@ All notable changes to this project will be documented in this file.
7073- updated ` typescript ` dependency to support TS 3.0+ (#17 , fixed #15 )
7174- remove ` ts-is-kind ` dependency (#17 , fixed #16 )
7275
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
7478[ 1.6.0 ] : https://github.com/igorbek/typescript-plugin-styled-components/compare/1.5.0...1.6.0
7579[ 1.5.0 ] : https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.4...1.5.0
7680[ 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 11{
22 "name" : " typescript-plugin-styled-components" ,
3- "version" : " 1.6 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " TypeScript transformer for improving the debugging experience of styled-components" ,
55 "main" : " dist/index.js" ,
66 "homepage" : " https://github.com/Igorbek/typescript-plugin-styled-components" ,
You can’t perform that action at this time.
0 commit comments