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/).
7
7
8
8
## [ unreleased]
9
9
10
- ## [ 2.0.12-dev.2 ] - 2019-07-17
10
+ ## [ 2.1.0 ] - 2019-07-18
11
11
12
12
- propagate from component root dir backwards to find tsconfig.json for Angular projects
13
-
14
- ## [ 2.0.12-dev.1] - 2019-07-15
15
-
16
13
- [ #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
-
20
14
- fix dependency resolution of ` . ` and ` .. ` to not be identified as custom-resolved used.
21
-
22
- ## [ 2.0.12-angular.2] - 2019-06-10
23
-
24
15
- add rxjs package
25
-
26
- ## [ 2.0.12-angular.1] - 2019-06-10
27
-
28
16
- support angular components (experimental)
29
17
30
18
## [ 2.0.11] - 2019-06-05
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bit-javascript" ,
3
- "version" : " 2.0.12-dev.2 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"scripts" : {
5
5
"flow" : " flow; test $? -eq 0 -o $? -eq 2" ,
6
6
"lint" : " eslint src && flow check || true" ,
You can’t perform that action at this time.
0 commit comments