Skip to content

Commit

Permalink
fix: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
santitigaga committed Nov 12, 2024
1 parent a99c09c commit 27e14fd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 67 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build-docs.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/release-docs.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 1.2.0
- Add fix command
- Add prefer single quotes rule
- Add prefer first or null rule
- Add no blank line before single return rule
- Fix rule avoid dynamic to extensions definition
## 1.1.5
- Removed deprecated fields in analysis options and collection method
- Fix changelog URL for update available warning
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '1.1.5';
const packageVersion = '1.2.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dart_code_linter
version: 1.1.5
version: 1.2.0
description: Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics.
repository: https://github.com/bancolombia/dart-code-linter

Expand Down
4 changes: 2 additions & 2 deletions tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: dart_code_linter_plugin_loader
description: This pubspec determines the version of the analyzer plugin to load.
version: 1.1.5
version: 1.2.0

environment:
sdk: ">=2.14.0 <3.0.0"

dependencies:
dart_code_linter: 1.1.5
dart_code_linter: 1.2.0

dev_dependencies:
lints: ^1.0.1

0 comments on commit 27e14fd

Please sign in to comment.