Commit f5b4f08 1 parent 395f9b4 commit f5b4f08 Copy full SHA for f5b4f08
File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ unreleased]
9
9
10
- ## [ 14.2.2-dev.2] - 2019-07-24
10
+ ## [ 14.2.2] - 2019-07-24
11
+
12
+ ### New
11
13
12
- - add option to pass context to trigger hook
13
14
- add workspacePath and bitmapFileName to post-add hook invocation
14
15
15
- ## [ 14.2.2-dev.1] - 2019-07-24
16
+ ### Changes
17
+
18
+ - improve ` bit watch ` to watch directories instead of only files to support addition / deletion
19
+ - [ #1634 ] ( https://github.com/teambit/bit/issues/1634 ) improve the output of ` bit watch `
20
+
21
+ ### Bug fixes
16
22
17
23
- fix "Cannot read property 'push' of undefined" error upon ` bit status `
18
24
- build only the component of the modified/added/removed file upon ` bit watch `
19
- - [ #1634 ] ( https://github.com/teambit/bit/issues/1634 ) improve the output of ` bit watch `
20
25
- [ #1668 ] ( https://github.com/teambit/bit/issues/1668 ) bug fix - ` bit watch ` doesn't update files
21
- - improve ` bit watch ` to watch directories instead of only files to support addition / deletion
22
26
23
27
## [[ 14.2.1] - 2019-07-21] ( https://github.com/teambit/bit/releases/tag/v14.2.1 )
24
28
29
+ ### Bug fixes
30
+
25
31
- fix "Cannot read property 'length' of undefined" error upon ` bit status `
26
32
- fix error "unable to link" upon ` bit build ` when dist is outside the components dir
27
33
- [ #1705 ] ( https://github.com/teambit/bit/issues/1705 ) preserve newline type of ` package.json ` and add a newline at the end (same as NPM does)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bit-bin" ,
3
- "version" : " 14.2.2-dev.2 " ,
3
+ "version" : " 14.2.2" ,
4
4
"license" : " Apache-2.0" ,
5
5
"main" : " ./dist/api.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments