Skip to content

Commit 002967d

Browse files
committedMar 14, 2024
v0.6.1
1 parent ab1f4ea commit 002967d

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+7-19
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!--
2-
Thanks for contributing!
3-
4-
Provide a description of your changes below and a general summary in the title
5-
6-
Please look at the following checklist to ensure that your PR can be accepted quickly:
7-
-->
8-
9-
## Status
10-
11-
**READY/IN DEVELOPMENT/HOLD**
12-
131
## Description
142

153
<!--- Describe your changes in detail -->
@@ -18,10 +6,10 @@
186

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

21-
- [ ] ✨ New feature (non-breaking change which adds functionality)
22-
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
23-
- [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
24-
- [ ] 🧹 Code refactor
25-
- [ ] ✅ Build configuration change
26-
- [ ] 📝 Documentation
27-
- [ ] 🗑️ Chore
9+
- [ ] ✨ New feature (non-breaking change which adds functionality)
10+
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
11+
- [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
12+
- [ ] 🧹 Code refactor
13+
- [ ] ✅ Build configuration change
14+
- [ ] 📝 Documentation
15+
- [ ] 🗑️ Chore

‎packages/lite_ref/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1
2+
3+
- [Feat] Add `ScopedRef.exists(context)` method to check if a ScopedRef is initialized in the current LiteRefScope.
4+
15
## 0.6.0
26

37
- Update flutter dependency constraint

‎packages/lite_ref/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lite_ref
22
description: A lightweight dependency injection package with support for overriding for testing.
3-
version: 0.6.0
3+
version: 0.6.1
44
repository: https://github.com/jinyus/lite_ref
55

66
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.