Skip to content

Commit

Permalink
chore(version): v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jan 23, 2024
1 parent 74c5871 commit d84afc7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your `pubspec.yaml` file:

```yaml
dependencies:
spry: ^3.2.2
spry: ^3.2.3
```
Or, can install with `pub` command:
Expand Down
19 changes: 19 additions & 0 deletions packages/spry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Spry v3.2.3

To install Spry v3.2.3 run the following command:

```bash
dart pub add spry:3.2.3
```

Or update your `pubspec.yaml` file:

```yaml
dependencies:
spry: ^3.2.3
```
## What's Changed
- fix `request.json()` being incorrectly set to not lock (`false`).

# Spry v3.2.2

To install Spry v3.2.2 run the following command:
Expand Down
2 changes: 1 addition & 1 deletion packages/spry/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: spry
description: Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.
version: 3.2.2
version: 3.2.3
homepage: https://spry.fun
repository: https://github.com/medz/spry

Expand Down

1 comment on commit d84afc7

@vercel
Copy link

@vercel vercel bot commented on d84afc7 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.