Skip to content

Commit 364f38e

Browse files
committedSep 18, 2024·
chore(release): publish packages
- context_ref@1.4.2 - context_plus@4.1.1
1 parent 6618b6a commit 364f38e

File tree

6 files changed

+40
-4
lines changed

6 files changed

+40
-4
lines changed
 

‎CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-09-19
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`context_ref` - `v1.4.2`](#context_ref---v142)
19+
- [`context_plus` - `v4.1.1`](#context_plus---v411)
20+
21+
Packages with dependency updates only:
22+
23+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24+
25+
- `context_plus` - `v4.1.1`
26+
27+
---
28+
29+
#### `context_ref` - `v1.4.2`
30+
31+
- **FIX**: fixed a rare case where re-activated Element could lose its Ref providers.
32+
33+
634
## 2024-09-07
735

836
### Changes

‎example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
context_plus: ^4.1.0
12+
context_plus: ^4.1.1
1313
async_listenable: ^1.0.1
1414
rxdart: ^0.27.7
1515
syntax_highlight: ^0.4.0

‎packages/context_plus/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.1
2+
3+
- Update a dependency to the latest release.
4+
15
## 4.1.0
26

37
- **FEAT**: Multi-value watching via (ref1, ref2, ...).watch*(context).

‎packages/context_plus/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: context_plus
22
description: |
33
Convenient value propagation and observing for Flutter. Utilize existing
44
reactive value types more easily and with less boilerplate.
5-
version: 4.1.0
5+
version: 4.1.1
66
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_plus
77
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_plus
88
topics:
@@ -18,7 +18,7 @@ environment:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
context_ref: ^1.4.1
21+
context_ref: ^1.4.2
2222
context_watch: ^5.1.0
2323
context_watch_base: ^6.0.0
2424
async_listenable: ^1.0.1

‎packages/context_ref/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.2
2+
3+
- **FIX**: fixed a rare case where re-activated Element could lose its Ref providers.
4+
15
## 1.4.1
26

37
- **DOCS**: README.md update.

‎packages/context_ref/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: context_ref
22
description: A hassle-free way to provide and retrieve values for a BuildContext
3-
version: 1.4.1
3+
version: 1.4.2
44
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_ref
55
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_ref
66
topics:

0 commit comments

Comments
 (0)