Skip to content

Commit

Permalink
Prepare to publish oath 0.2.2. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey authored Dec 21, 2024
1 parent eaaf995 commit 15de63b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/oath/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- #endregion -->

## 0.2.2

- Uses `package:lints` `^5.1.0`.

## 0.2.1+1

- Move the package into a monorepo.
Expand Down
4 changes: 2 additions & 2 deletions packages/oath/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: oath
description: Swear a Paladin's Oath to code righteousness by enforcing lints.
short_description: Strict linting for Dart packages.

version: 0.2.1+1
version: 0.2.2

homepage: https://github.com/matanlurey/pub.lurey.dev/tree/main/packages/oath
issue_tracker: https://github.com/matanlurey/pub.lurey.dev/labels/pkg-oath
Expand All @@ -21,5 +21,5 @@ environment:
sdk: ^3.5.0

dependencies:
lints: ^4.0.0
lints: ^5.1.0
test: ^1.25.2

0 comments on commit 15de63b

Please sign in to comment.