Skip to content

Commit ac5c42c

Browse files
authored
rev the package version to capture readme updates (#79)
1 parent 7e79e76 commit ac5c42c

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.analysis_options

-2
This file was deleted.

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.2.7
4+
- Update the readme to reflect the deprecation status
5+
36
## 0.2.6
47
- Updates to the `Enable hot reload` setting
58

analysis_options.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
analyzer:
2+
strong-mode: true
3+
linter:
4+
rules:
5+
- directives_ordering

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"engines": {
1414
"atom": ">=1.0.0 <2.0.0"
1515
},
16-
"dependencies": [],
16+
"dependencies": {},
1717
"required-packages": [
1818
"dartlang"
1919
]

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: atom_flutter
2-
version: 0.2.6
2+
version: 0.2.7
33
description: A Flutter development environment for Atom.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/atom-flutter

0 commit comments

Comments
 (0)