Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit 4c43b61

Browse files
committed
bump version and update changelog
1 parent 000f692 commit 4c43b61

File tree

2 files changed

+3
-35
lines changed

2 files changed

+3
-35
lines changed

CHANGELOG.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased
99

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
1911

12+
- remove pack command
2013
- support yarn workspaces in package.json
21-
22-
## [0.10.8-dev.10] - 2018-01-09
23-
2414
- remove auto generated post install scripts
25-
26-
## [0.10.8-dev.9] - 2018-01-09
27-
2815
- 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-
3416
- fix bug with resolve dependencies from package.json
35-
36-
## [0.10.8-dev.7] - 2018-01-09
37-
3817
- dont try to resolve dependencies from package.json if dosent exist
39-
40-
## [0.10.8-dev.6] - 2018-01-08
41-
4218
- 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-
4719
- add a new method to PackageJson class: addComponentsIntoExistingPackageJson
4820

49-
## [0.10.8-dev.1] - 2017-12-04
50-
51-
- Add domain prefix to post install script
52-
5321
## [0.10.7] - 2017-11-29
5422

5523
- Stylable support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-javascript",
3-
"version": "0.10.8-dev.13",
3+
"version": "0.10.8",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)