Skip to content

Commit

Permalink
"Publish Packages | 01.22.25"
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgnhnt96 committed Jan 22, 2025
1 parent e7d848e commit 3590395
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
6 changes: 5 additions & 1 deletion LATEST_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@

# revali_server

## 1.5.0
## 1.5.1

### Fixes

- Change observer list from constant

### Features

Expand Down
14 changes: 14 additions & 0 deletions constructs/revali_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 1.5.1 | 01.22.25

### Fixes

- Change observer list from constant

### Features

- Add support for Cookies access
- `MutableCookies`
- `ReadOnlyCookies`
- `MutableSetCookies`
- `ReadOnlySetCookies`

## 1.5.0 | 01.20.25

### Features
Expand Down
2 changes: 1 addition & 1 deletion constructs/revali_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: revali_server
version: 1.5.0
version: 1.5.1
description: A Revali Server Construct to generate server code using `revali_router`
repository: https://github.com/mrgnhnt96/revali/tree/main/constructs/revali_server
issue_tracker: https://github.com/mrgnhnt96/revali/issues
Expand Down

0 comments on commit 3590395

Please sign in to comment.