Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyus committed Mar 14, 2024
1 parent ab1f4ea commit 002967d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
26 changes: 7 additions & 19 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
<!--
Thanks for contributing!
Provide a description of your changes below and a general summary in the title
Please look at the following checklist to ensure that your PR can be accepted quickly:
-->

## Status

**READY/IN DEVELOPMENT/HOLD**

## Description

<!--- Describe your changes in detail -->
Expand All @@ -18,10 +6,10 @@

<!--- Put an `x` in all the boxes that apply: -->

- [ ] ✨ New feature (non-breaking change which adds functionality)
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
- [ ] 🧹 Code refactor
- [ ] ✅ Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore
- [ ] ✨ New feature (non-breaking change which adds functionality)
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
- [ ] 🧹 Code refactor
- [ ] ✅ Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore
4 changes: 4 additions & 0 deletions packages/lite_ref/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.1

- [Feat] Add `ScopedRef.exists(context)` method to check if a ScopedRef is initialized in the current LiteRefScope.

## 0.6.0

- Update flutter dependency constraint
Expand Down
2 changes: 1 addition & 1 deletion packages/lite_ref/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lite_ref
description: A lightweight dependency injection package with support for overriding for testing.
version: 0.6.0
version: 0.6.1
repository: https://github.com/jinyus/lite_ref

environment:
Expand Down

0 comments on commit 002967d

Please sign in to comment.