Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - context_ref@1.4.3
 - context_watch_base@6.0.2
 - context_plus@4.1.3
 - context_watch@5.1.2
 - context_watch_getx@3.0.2
 - context_watch_bloc@3.0.2
 - context_watch_signals@3.0.2
 - context_watch_mobx@3.0.2
  • Loading branch information
s0nerik committed Sep 18, 2024
1 parent 143b4e7 commit 415cfe2
Show file tree
Hide file tree
Showing 19 changed files with 98 additions and 23 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-09-19

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`context_ref` - `v1.4.3`](#context_ref---v143)
- [`context_watch_base` - `v6.0.2`](#context_watch_base---v602)
- [`context_plus` - `v4.1.3`](#context_plus---v413)
- [`context_watch` - `v5.1.2`](#context_watch---v512)
- [`context_watch_getx` - `v3.0.2`](#context_watch_getx---v302)
- [`context_watch_bloc` - `v3.0.2`](#context_watch_bloc---v302)
- [`context_watch_signals` - `v3.0.2`](#context_watch_signals---v302)
- [`context_watch_mobx` - `v3.0.2`](#context_watch_mobx---v302)

Packages with dependency updates only:

> 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.
- `context_plus` - `v4.1.3`
- `context_watch` - `v5.1.2`
- `context_watch_getx` - `v3.0.2`
- `context_watch_bloc` - `v3.0.2`
- `context_watch_signals` - `v3.0.2`
- `context_watch_mobx` - `v3.0.2`

---

#### `context_ref` - `v1.4.3`

- **FIX**: added an assert to enforce that bind*() is not called outside the build() method of a BuildContext.

#### `context_watch_base` - `v6.0.2`

- **FIX**: added an assert to enforce that watch*() is not called outside the build() method of a BuildContext.


## 2024-09-19

### Changes
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
context_plus: ^4.1.2
context_plus: ^4.1.3
async_listenable: ^1.0.1
rxdart: ^0.27.7
syntax_highlight: ^0.4.0
Expand All @@ -28,24 +28,24 @@ dependencies:

# Signals
signals_flutter: ^5.2.2
context_watch_signals: ^3.0.1
context_watch_signals: ^3.0.2

# MobX
mobx: ^2.2.3
flutter_mobx: ^2.2.0+1
context_watch_mobx: ^3.0.1
context_watch_mobx: ^3.0.2

# Beacon
state_beacon: ^0.14.5
context_watch_beacon: ^1.0.0-dev.2

# Bloc
flutter_bloc: ^8.1.2
context_watch_bloc: ^3.0.1
context_watch_bloc: ^3.0.2

# GetX
get: ^4.6.6
context_watch_getx: ^3.0.1
context_watch_getx: ^3.0.2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/context_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.3

- Update a dependency to the latest release.

## 4.1.2

- Update a dependency to the latest release.
Expand Down
8 changes: 4 additions & 4 deletions packages/context_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: context_plus
description: |
Convenient value propagation and observing for Flutter. Utilize existing
reactive value types more easily and with less boilerplate.
version: 4.1.2
version: 4.1.3
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_plus
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_plus
topics:
Expand All @@ -18,9 +18,9 @@ environment:
dependencies:
flutter:
sdk: flutter
context_ref: ^1.4.2
context_watch: ^5.1.1
context_watch_base: ^6.0.1
context_ref: ^1.4.3
context_watch: ^5.1.2
context_watch_base: ^6.0.2
async_listenable: ^1.0.1

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/context_ref/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.3

- **FIX**: added an assert to enforce that bind*() is not called outside the build() method of a BuildContext.

## 1.4.2

- **FIX**: fixed a rare case where re-activated Element could lose its Ref providers.
Expand Down
4 changes: 2 additions & 2 deletions packages/context_ref/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: context_ref
description: A hassle-free way to provide and retrieve values for a BuildContext
version: 1.4.2
version: 1.4.3
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_ref
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_ref
topics:
Expand All @@ -22,6 +22,6 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
context_watch: ^5.1.1
context_watch: ^5.1.2

flutter:
4 changes: 4 additions & 0 deletions packages/context_watch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.2

- Update a dependency to the latest release.

## 5.1.1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/context_watch/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: context_watch
description: A hassle-free way to watch for observable value changes within the `build` method.
version: 5.1.1
version: 5.1.2
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
topics:
Expand All @@ -18,7 +18,7 @@ dependencies:
sdk: flutter
async_listenable: ^1.0.1
meta: ^1.9.1
context_watch_base: ^6.0.1
context_watch_base: ^6.0.2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/context_watch_base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.2

- **FIX**: added an assert to enforce that watch*() is not called outside the build() method of a BuildContext.

## 6.0.1

- **FIX**: fixed a rare case where re-activated Element could lose track of its watched variables.
Expand Down
2 changes: 1 addition & 1 deletion packages/context_watch_base/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: context_watch_base
description: "A common dependency for all context_watch-related packages"
version: 6.0.1
version: 6.0.2
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch

Expand Down
2 changes: 1 addition & 1 deletion packages/context_watch_beacon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
context_watch_base: ^6.0.1
context_watch_base: ^6.0.2
state_beacon: ^0.14.5

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/context_watch_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.2

- Update a dependency to the latest release.

## 3.0.1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/context_watch_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: context_watch_bloc
description: "context_watch adapter for the bloc package"
version: 3.0.1
version: 3.0.2
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
topics:
Expand All @@ -17,7 +17,7 @@ environment:
dependencies:
flutter:
sdk: flutter
context_watch_base: ^6.0.1
context_watch_base: ^6.0.2
bloc: ^8.1.2

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/context_watch_getx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.2

- Update a dependency to the latest release.

## 3.0.1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/context_watch_getx/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: context_watch_getx
description: "context_watch adapter for 'get' package"
version: 3.0.1
version: 3.0.2
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
topics:
Expand All @@ -17,7 +17,7 @@ environment:
dependencies:
flutter:
sdk: flutter
context_watch_base: ^6.0.1
context_watch_base: ^6.0.2
get: ^4.6.6

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/context_watch_mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.2

- Update a dependency to the latest release.

## 3.0.1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/context_watch_mobx/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: context_watch_mobx
description: "context_watch adapter for mobx package"
version: 3.0.1
version: 3.0.2
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
topics:
Expand All @@ -17,7 +17,7 @@ environment:
dependencies:
flutter:
sdk: flutter
context_watch_base: ^6.0.1
context_watch_base: ^6.0.2
mobx: ^2.2.3

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/context_watch_signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.2

- Update a dependency to the latest release.

## 3.0.1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/context_watch_signals/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: context_watch_signals
description: "context_watch adapter for signals package"
version: 3.0.1
version: 3.0.2
homepage: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch
repository: https://github.com/s0nerik/context_plus/tree/main/packages/context_watch

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
context_watch_base: ^6.0.1
context_watch_base: ^6.0.2
signals_flutter: ^5.2.2

dev_dependencies:
Expand Down

0 comments on commit 415cfe2

Please sign in to comment.