Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
francescovallone committed Dec 8, 2024
1 parent dbae1b3 commit e06f108
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/serinus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.1

- chore: update dependencies to the latest version

## 1.0.0

This first stable release is packed with game-changing features designed to elevate your development experience:
Expand Down
8 changes: 3 additions & 5 deletions packages/serinus/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[![Serinus Logo][logo_white]][repo_link]

[![codecov](https://codecov.io/gh/francescovallone/serinus/branch/main/graph/badge.svg?token=A2337C1XGG)](https://codecov.io/gh/francescovallone/serinus)
[![Pub Likes](https://img.shields.io/pub/likes/serinus?style=flat&logo=dart&label=Package%20likes&color=%23FF9800)](https://pub.dev/packages/serinus/score)
[![Pub Points](https://img.shields.io/pub/points/serinus?label=Package%20points&logo=dart)](https://pub.dev/packages/serinus/score)
[![Pub Version](https://img.shields.io/pub/v/serinus?color=green&label=Latest%20Version&logo=dart)](https://pub.dev/packages/serinus)
[![popularity](https://img.shields.io/pub/popularity/serinus?logo=dart&label=Package%20Popularity)](https://pub.dev/packages/serinus/score)
[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/francescovallone/serinus/serinus_tests.yml?logo=dart&label=Tests)
[![Discord](https://img.shields.io/discord/1099781506978807919?logo=discord&logoColor=white)](https://discord.gg/FPwH2fEUVF)
[![CodeFactor](https://www.codefactor.io/repository/github/francescovallone/serinus/badge)](https://www.codefactor.io/repository/github/francescovallone/serinus)

Serinus is a framework written in Dart for building efficient and scalable server-side applications.

Expand Down Expand Up @@ -61,4 +59,4 @@ If you want to contribute to Serinus, please read the [CONTRIBUTING](CONTRIBUTIN

[repo_link]: https://github.com/francescovallone/serinus
[documentation_link]: https://docs.serinus.app
[logo_white]: https://raw.githubusercontent.com/francescovallone/serinus/main/packages/serinus/assets/serinus-logo-long.png
[logo_white]: https://raw.githubusercontent.com/francescovallone/serinus/main/packages/serinus/assets/serinus-logo-long.png
2 changes: 0 additions & 2 deletions packages/serinus/lib/src/services/tracers_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ class TracersService {
case (TraceEvents.onTransform, true):
_properties[event.request!.id]?.stopwatch.reset();
break;
default:
break;
}
});
}
Expand Down
3 changes: 1 addition & 2 deletions packages/serinus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ description: Serinus is a framework written in Dart
documentation: https://serinus.app
homepage: https://serinus.app
repository: https://github.com/francescovallone/serinus
version: 1.0.0
version: 1.0.1
funding:
- https://www.patreon.com/francescovallone
- https://github.com/sponsors/francescovallone
topics:
- server
Expand Down

0 comments on commit e06f108

Please sign in to comment.