File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Publish
44
55on :
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88 push :
99 tags : [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
1010
Original file line number Diff line number Diff line change 1- # 0.2.5
1+ ## 0.2.5
22
33- Update to the ` 1.34.0 ` version of the analysis server spec.
44
5- # 0.2.4
5+ ## 0.2.4
66
77- Update to the ` 1.33.4 ` version of the analysis server spec.
88
9- # 0.2.3
9+ ## 0.2.3
1010
1111- Add a sanity check for the availability of the Dart SDK.
1212
13- # 0.2.2
13+ ## 0.2.2
1414
1515- Upgraded to the latest version (` 1.32.8 ` ) of the analysis server spec.
1616
17- # 0.2.1
17+ ## 0.2.1
1818
1919- Fixed a null safety issue related to some results from the ` edit.getRefactorings ` call.
2020- Updated the set of lints this package uses (now require >= Dart 2.15.0).
2121
22- # 0.2.0
22+ ## 0.2.0
2323
2424- Upgraded to Dart 2.12.0 and null safety (thanks @xvrh !).
Original file line number Diff line number Diff line change 11name : analysis_server_lib
22description : A library to access Dart's analysis server API.
3-
43version : 0.2.5
5- homepage : https://github.com/devoncarew/analysis_server_lib
4+ repository : https://github.com/devoncarew/analysis_server_lib
65
76environment :
87 sdk : ' >=2.15.0 <4.0.0'
You can’t perform that action at this time.
0 commit comments