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 +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ 2.1.3-dev.4 ] - 2019-10-23
8
+ ## [ 2.1.3] - 2019-10-23
9
9
10
- - typescript strict mode
11
-
12
- ## [ 2.1.3-dev.3] - 2019-10-22
10
+ ### Bug fixes
13
11
14
12
- [ #2079 ] ( https://github.com/teambit/bit/issues/2079 ) fix error when Yarn workspaces uses nohoist
15
-
16
- ## [ 2.1.3-dev.2] - 2019-10-17
17
-
18
- - fix npm audit issues
19
13
- [ #2072 ] ( https://github.com/teambit/bit/issues/2072 ) upgrade module-definition package to support React fragments
20
14
15
+ ### Internal
21
16
22
- ## [ 2.1.3-dev.1] - 2019-10-06
23
-
24
- - upgrade typescript and typescript parser packages
17
+ - move from flow to typescript
25
18
26
19
## [ 2.1.2] - 2019-10-06
27
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bit-javascript" ,
3
- "version" : " 2.1.3-dev.4 " ,
3
+ "version" : " 2.1.3" ,
4
4
"scripts" : {
5
5
"lint" : " tsc && eslint \" src/**/*.ts\" " ,
6
6
"lint-circle" : " eslint \" src/**/*.ts\" --format junit -o junit/eslint-results.xml" ,
You can’t perform that action at this time.
0 commit comments