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 +3
-35
lines changed Expand file tree Collapse file tree 2 files changed +3
-35
lines changed Original file line number Diff line number Diff line change @@ -7,49 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ unreleased
9
9
10
- ## [ 0.10.8-dev.13] - 2018-01-14
11
-
12
- - improve yarn workspaces support in package.json
13
-
14
- ## [ 0.10.8-dev.12] - 2018-01-14
15
-
16
- - improve yarn workspaces support in package.json
17
-
18
- ## [ 0.10.8-dev.11] - 2018-01-11
10
+ ## [ 0.10.8] - 2018-01-18
19
11
12
+ - remove pack command
20
13
- support yarn workspaces in package.json
21
-
22
- ## [ 0.10.8-dev.10] - 2018-01-09
23
-
24
14
- remove auto generated post install scripts
25
-
26
- ## [ 0.10.8-dev.9] - 2018-01-09
27
-
28
15
- fix bug with package.json without dependencies
29
-
30
- ## [ 0.10.8-dev.8] - 2018-01-09
31
-
32
- ## [ 0.10.8-dev.7] - 2018-01-09
33
-
34
16
- fix bug with resolve dependencies from package.json
35
-
36
- ## [ 0.10.8-dev.7] - 2018-01-09
37
-
38
17
- dont try to resolve dependencies from package.json if dosent exist
39
-
40
- ## [ 0.10.8-dev.6] - 2018-01-08
41
-
42
18
- dont show missing packages if they appear in package.json
43
- - remove pack command
44
-
45
- ## [ 0.10.8-dev.5] - 2018-01-05
46
-
47
19
- add a new method to PackageJson class: addComponentsIntoExistingPackageJson
48
20
49
- ## [ 0.10.8-dev.1] - 2017-12-04
50
-
51
- - Add domain prefix to post install script
52
-
53
21
## [ 0.10.7] - 2017-11-29
54
22
55
23
- Stylable support
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bit-javascript" ,
3
- "version" : " 0.10.8-dev.13 " ,
3
+ "version" : " 0.10.8" ,
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