This repository was archived by the owner on Dec 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ unreleased]
99
10- ## [ 2.0.12-dev.2 ] - 2019-07-17
10+ ## [ 2.1.0 ] - 2019-07-18
1111
1212- propagate from component root dir backwards to find tsconfig.json for Angular projects
13-
14- ## [ 2.0.12-dev.1] - 2019-07-15
15-
1613- [ #1779 ] ( https://github.com/teambit/bit/issues/1779 ) resolve first according to the custom-resolve settings and fallback to the standard resolver
17-
18- ## [ 2.0.12-angular.3] - 2019-06-14
19-
2014- fix dependency resolution of ` . ` and ` .. ` to not be identified as custom-resolved used.
21-
22- ## [ 2.0.12-angular.2] - 2019-06-10
23-
2415- add rxjs package
25-
26- ## [ 2.0.12-angular.1] - 2019-06-10
27-
2816- support angular components (experimental)
2917
3018## [ 2.0.11] - 2019-06-05
Original file line number Diff line number Diff line change 11{
22 "name" : " bit-javascript" ,
3- "version" : " 2.0.12-dev.2 " ,
3+ "version" : " 2.1.0 " ,
44 "scripts" : {
55 "flow" : " flow; test $? -eq 0 -o $? -eq 2" ,
66 "lint" : " eslint src && flow check || true" ,
You can’t perform that action at this time.
0 commit comments