Skip to content

Commit a64347b

Browse files
committed
bump version and update changelog (14.2.4)
1 parent e3474da commit a64347b

File tree

2 files changed

+25
-37
lines changed

2 files changed

+25
-37
lines changed

CHANGELOG.md

+24-36
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,37 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10-
## [14.2.4-dev.8] - 2019-08-14
11-
12-
- [#1925](https://github.com/teambit/bit/issues/1925) update bit-javascript to fix Angular non-relative paths from decorators
13-
14-
## [14.2.4-dev.7] - 2019-08-13
15-
16-
- remove Angular dependencies from bit-javascript, instead, use TS compiler to parse Angular Decorators
17-
- improve interactive behavior when ssh connection failed
18-
- improve interactive texts
19-
- change init interactive to be false by default
20-
21-
## [14.2.4-dev.6] - 2019-08-12
22-
23-
- fix init --bare with name
24-
25-
## [14.2.4-dev.5] - 2019-08-11
26-
27-
- safer access to bit global config
28-
29-
30-
## [14.2.4-dev.3] - 2019-08-11
31-
32-
- added `no_warnings` config to eliminate some warnings from being written to the stdout
33-
34-
## [14.2.4-dev.2] - 2019-08-11
35-
36-
- [#1885](https://github.com/teambit/bit/issues/1885) introduce new flags `--dependents` and `--dependencies` for `bit show` to display them all recursively
37-
- [#1903](https://github.com/teambit/bit/issues/1903) fix importing dependents to not override dependencies
38-
- [#1889](https://github.com/teambit/bit/issues/1889) auto add `@types/package-name` to the dependencies of TS components
10+
## [[14.2.4] - 2019-08-13](https://github.com/teambit/bit/releases/tag/v14.2.4)
11+
12+
### New
13+
3914
- [#1867](https://github.com/teambit/bit/issues/1867) apply workspace overrides config on imported components
40-
- [#1892](https://github.com/teambit/bit/issues/1892) rename `--bare` flag of `bit list` to `--raw`
4115
- [#1863](https://github.com/teambit/bit/issues/1863) allow excluding components from `overrides` rules
4216
- [#1865](https://github.com/teambit/bit/issues/1865) allow adding `package.json` props via `overrides`
4317
- [#1837](https://github.com/teambit/bit/issues/1837) enable executing commands on remote components outside of bit-workspace
18+
- [#913](https://github.com/teambit/bit/issues/913) add new flags to bit init `-c|--compiler`, `-t|--tester`, `-d|--default-directory`, `-p|--package-manager`
19+
- [#1889](https://github.com/teambit/bit/issues/1889) auto add `@types/package-name` to the dependencies of TS components
20+
- added `no_warnings` config to eliminate some warnings from being written to the stdout
21+
22+
### Changes
23+
24+
- remove Angular dependencies from bit-javascript, instead, use TS compiler to parse Angular Decorators
25+
- [#1892](https://github.com/teambit/bit/issues/1892) deprecating `bit list --bare` and replace with `bit list --raw`
4426
- [#1774](https://github.com/teambit/bit/issues/1774) improve access errors and warn when sudo is used
4527
- change shortcut flag to `bit init` standalone from `t` to `T`
46-
- [#913](https://github.com/teambit/bit/issues/913) add new flags to bit init `-c|--compiler`, `-t|--tester`, `-d|--default-directory`, `-p|--package-manager`
47-
- [#1908](https://github.com/teambit/bit/issues/1908) new bit init interactive
48-
49-
## [14.2.4-dev.1] - 2019-07-30
50-
51-
- do not delete trackDir when a component is imported
28+
29+
### Bug fixes
30+
31+
- safer access to bit global config
32+
- [#1903](https://github.com/teambit/bit/issues/1903) fix importing dependents to not override dependencies
5233
- fix capsule to respect the `override` property of vinyl files
34+
- [#1925](https://github.com/teambit/bit/issues/1925) update bit-javascript to fix Angular non-relative paths from decorators
35+
36+
### Experimental
37+
38+
- [#1885](https://github.com/teambit/bit/issues/1885) introduce new flags `--dependents` and `--dependencies` for `bit show` to display them all recursively
39+
- [#1908](https://github.com/teambit/bit/issues/1908) new bit init interactive
40+
Collapse
5341

5442
## [[14.2.3] - 2019-07-28](https://github.com/teambit/bit/releases/tag/v14.2.3)
5543

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-bin",
3-
"version": "14.2.4-dev.8",
3+
"version": "14.2.4",
44
"license": "Apache-2.0",
55
"main": "./dist/api.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)