Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump package versions #104

Merged
merged 5 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In your pubspec.yaml

```yaml
dependencies:
pharaoh: ^0.0.5+6 # requires Dart => ^3.0.0
pharaoh: ^0.0.6 # requires Dart => ^3.0.0
```

## Basic Usage:
Expand Down
10 changes: 5 additions & 5 deletions packages/pharaoh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 0.0.5

* Added new router implementation
* Added cookie-parser & session management
* Added content negotiation -> `res.format`
* Separated query parameters from route parameters
- Added new router implementation
- Added cookie-parser & session management
- Added content negotiation -> `res.format`
- Separated query parameters from route parameters

# 0.0.4

Expand Down Expand Up @@ -36,4 +36,4 @@ I'm actively looking for contributors. Do checkout the project and leave a star

# 0.0.1

- Initial version
- Initial version
2 changes: 1 addition & 1 deletion packages/pharaoh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In your pubspec.yaml

```yaml
dependencies:
pharaoh: ^0.0.5 # requires Dart => ^3.0.0
pharaoh: ^0.0.6 # requires Dart => ^3.0.0
```

## Basic Usage:
Expand Down
4 changes: 2 additions & 2 deletions packages/pharaoh/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: pharaoh
description: Fast, unopinionated, minimalist web framework for Dart. Heavily inspired by ExpressJS
version: 0.0.5+8
version: 0.0.6
repository: https://github.com/Pharaoh-Framework/pharaoh

environment:
sdk: ^3.0.0

dependencies:
meta:
spanner: ^1.0.1+2
meta: ^1.11.0
mime: ^1.0.4
collection: ^1.18.0
http_parser: ^4.0.2
Expand Down
4 changes: 2 additions & 2 deletions packages/pharaoh_basic_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pharaoh_basic_auth
description: Simple plug & play HTTP basic authentication middleware for Pharaoh.
version: 1.0.0+2
repository: https://github.com/codekeyz/pharaoh/tree/main/packages/pharaoh_basic_auth
repository: https://github.com/codekeyz/pharaoh/packages/pharaoh_basic_auth

environment:
sdk: ^3.0.0
Expand All @@ -10,4 +10,4 @@ dependencies:
pharaoh: ^0.0.5+6

dev_dependencies:
spookie: ^1.0.1
spookie:
8 changes: 4 additions & 4 deletions packages/pharaoh_jwt_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: pharaoh_jwt_auth
description: Pharaoh middleware that validates a JsonWebToken (JWT) and set the req.auth with the attributes
version: 1.0.0+1
repository: https://github.com/Pharaoh-Framework/pharaoh/tree/main/packages/pharaoh_jwt_auth
version: 1.0.0+2
repository: https://github.com/codekeyz/pharaoh/packages/pharaoh_jwt_auth

environment:
sdk: ^3.0.0

dependencies:
pharaoh: ^0.0.5+6
dart_jsonwebtoken: ^2.12.1
dart_jsonwebtoken:

dev_dependencies:
spookie: ^1.0.2
spookie:
2 changes: 1 addition & 1 deletion packages/spanner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
collection: ^1.18.0
equatable: ^2.0.5
meta: ^1.11.0
meta:

dev_dependencies:
lints: ^2.1.0
Expand Down