Skip to content

Commit

Permalink
Merge pull request #68 from odroe/release-please--branches--main--com…
Browse files Browse the repository at this point in the history
…ponents--spry

chore(main): release spry 2.2.0
  • Loading branch information
Seven Du authored Mar 26, 2023
2 parents 686d003 + 4f8ada2 commit 7dcd85f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/spry": "2.1.1",
"packages/spry": "2.2.0",
"packages/spry_fsrouter": "1.1.1",
"packages/spry_router": "1.2.1",
"packages/spry_static": "1.1.1"
Expand Down
13 changes: 13 additions & 0 deletions packages/spry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.2.0](https://github.com/odroe/spry/compare/spry-v2.1.1...spry-v2.2.0) (2023-03-26)


### Features

* Built-in WebSocket support ([27761ed](https://github.com/odroe/spry/commit/27761edf07e511980fb152bfbe8d2f3f8627185a))


### Bug Fixes

* **core:** Fix writing closed response data. ([40f6783](https://github.com/odroe/spry/commit/40f678310ca6cefbdea2bc65fae9aea68ae11980))
* public eager and redirect ([383b983](https://github.com/odroe/spry/commit/383b983b81aeab0d7f539b4b3392d214743e3a79))

## [2.1.1](https://github.com/odroe/spry/compare/spry-v2.1.0...spry-v2.1.1) (2023-03-24)


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: 2.1.1
version: 2.2.0
homepage: https://spry.fun
repository: https://github.com/odroe/spry/tree/main/packages/spry

Expand Down

1 comment on commit 7dcd85f

@vercel
Copy link

@vercel vercel bot commented on 7dcd85f Mar 26, 2023

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.