Skip to content

Commit

Permalink
Merge pull request #18 from kawa1214/release/v0.9.4
Browse files Browse the repository at this point in the history
release: v0.9.4
  • Loading branch information
kawa1214 committed Nov 12, 2022
2 parents 94751a4 + 649ab33 commit 93930a4
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 36 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.4

- bump analyzer v5.2.0

## 0.9.3

- BugFix
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.9.3"
version: "0.9.4"
lints:
dependency: "direct dev"
description:
Expand Down
58 changes: 29 additions & 29 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.10.0"
version: "2.9.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.0"
cli_util:
dependency: "direct main"
description:
Expand All @@ -56,14 +56,14 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.17.0"
version: "1.16.0"
convert:
dependency: transitive
description:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.1"
version: "3.0.1"
coverage:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -91,42 +91,42 @@ packages:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.4"
version: "6.1.2"
frontend_server_client:
dependency: transitive
description:
name: frontend_server_client
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
version: "2.1.3"
glob:
dependency: "direct main"
description:
name: glob
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.0.2"
http:
dependency: transitive
description:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.5"
version: "0.13.4"
http_multi_server:
dependency: transitive
description:
name: http_multi_server
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.1"
version: "3.2.0"
http_parser:
dependency: transitive
description:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.2"
version: "4.0.1"
io:
dependency: transitive
description:
Expand All @@ -140,7 +140,7 @@ packages:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.5"
version: "0.6.4"
linter:
dependency: "direct dev"
description:
Expand All @@ -161,14 +161,14 @@ packages:
name: logging
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.0.2"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.13"
version: "0.12.11"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -196,7 +196,7 @@ packages:
name: package_config
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.0.2"
path:
dependency: "direct main"
description:
Expand All @@ -210,91 +210,91 @@ packages:
name: pool
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.1"
version: "1.5.0"
pub_semver:
dependency: transitive
description:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
version: "2.1.1"
shelf:
dependency: transitive
description:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.0"
version: "1.3.0"
shelf_packages_handler:
dependency: transitive
description:
name: shelf_packages_handler
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.0"
shelf_static:
dependency: transitive
description:
name: shelf_static
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.1.0"
shelf_web_socket:
dependency: transitive
description:
name: shelf_web_socket
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "1.0.1"
source_map_stack_trace:
dependency: transitive
description:
name: source_map_stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.0"
source_maps:
dependency: transitive
description:
name: source_maps
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.11"
version: "0.10.10"
source_span:
dependency: transitive
description:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.1"
version: "1.9.0"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.0"
version: "1.10.0"
stream_channel:
dependency: transitive
description:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.0"
string_scanner:
dependency: transitive
description:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.1.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
version: "1.2.0"
test:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -343,7 +343,7 @@ packages:
name: watcher
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.1"
web_socket_channel:
dependency: transitive
description:
Expand All @@ -357,7 +357,7 @@ packages:
name: webkit_inspection_protocol
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.1.0"
yaml:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: import_lint
description: The Import Lint package defines import lint rules and report on
lints found in Dart code.
version: 0.9.3
version: 0.9.4
homepage: https://kawa.dev
repository: https://github.com/kawa1214/import-lint

Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ packages:
path: "/Users/ryo/Documents/packages/import_lint_test/import-lint"
relative: false
source: path
version: "0.9.3"
version: "0.9.4"
meta:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: import_lint_loader
description: bootstrap package of import_lint
version: 0.9.3
version: 0.9.4
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"

dependencies:
import_lint:
path: /Users/ryo/Documents/packages/import_lint_test/import-lint
# import_lint: ^0.9.3
#import_lint:
# path: /Users/ryo/Documents/packages/import_lint_test/import-lint
import_lint: ^0.9.4

0 comments on commit 93930a4

Please sign in to comment.