Skip to content

Commit

Permalink
"Publish Packages | 01.18.25"
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgnhnt96 committed Jan 18, 2025
1 parent 0d825e8 commit 59c4f6a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 20 deletions.
16 changes: 7 additions & 9 deletions LATEST_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@

# revali_core

## 1.1.0
## 1.2.0

### Features
### Enhancements

- Abstract `DI` class to support creating own instances of `DI`
- Create `DIHandler` to override dependency registry during server startup
- Add `initializeDI` method to support creating own instances of `DI`
- Require `Object` type for `DI` registrations

<!-- REVALI ROUTER -->

Expand Down Expand Up @@ -99,9 +97,9 @@

# revali_server

## 1.3.0
## 1.4.0

### Features
### Enhancements

- Create Lifecycle Components using classes to support use of binding logic
- Support `initializeDI` method to create own instances of `DI`
- Support new requirement for `DI` registrations to be of type `Object`
- Wrap `DI` with handler _after_ configuration is complete
7 changes: 7 additions & 0 deletions constructs/revali_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 1.4.0 | 01.18.25

### Enhancements

- Support new requirement for `DI` registrations to be of type `Object`
- Wrap `DI` with handler _after_ configuration is complete

## 1.3.0 | 12.11.24

### Features
Expand Down
16 changes: 8 additions & 8 deletions constructs/revali_server/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "45cfa8471b89fb6643fe9bf51bd7931a76b8f5ec2d65de4fb176dba8d4f22c77"
sha256: "16e298750b6d0af7ce8a3ba7c18c69c3785d11b15ec83f6dcd0ad2a0009b3cab"
url: "https://pub.dev"
source: hosted
version: "73.0.0"
version: "76.0.0"
_macros:
dependency: transitive
description: dart
source: sdk
version: "0.3.2"
version: "0.3.3"
analyzer:
dependency: "direct main"
description:
name: analyzer
sha256: "4959fec185fe70cce007c57e9ab6983101dbe593d2bf8bbfb4453aaec0cf470a"
sha256: "1f14db053a8c23e260789e9b0980fa27f2680dd640932cae5e1137cce0e46e1e"
url: "https://pub.dev"
source: hosted
version: "6.8.0"
version: "6.11.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -194,10 +194,10 @@ packages:
dependency: transitive
description:
name: macros
sha256: "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536"
sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656"
url: "https://pub.dev"
source: hosted
version: "0.1.2-main.4"
version: "0.1.3-main.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -266,7 +266,7 @@ packages:
path: "../../packages/revali_core"
relative: true
source: path
version: "1.1.0"
version: "1.2.0"
revali_router:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions constructs/revali_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: revali_server
version: 1.3.0
version: 1.4.0
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 All @@ -24,7 +24,7 @@ dependencies:
path: ^1.9.0
revali_annotations: ^1.2.0
revali_construct: ^1.1.1
revali_core: ^1.1.0
revali_core: ^1.2.0
revali_router: ^1.3.0
revali_router_annotations: ^1.1.0
revali_router_core: ^1.3.0
6 changes: 6 additions & 0 deletions packages/revali_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.2.0 | 01.18.25

### Enhancements

- Require `Object` type for `DI` registrations

## 1.1.0 | 12.11.24

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/revali_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: revali_core
version: 1.1.0
version: 1.2.0
description: Classes to share between Revali and Revali Annotations
repository: https://github.com/mrgnhnt96/revali/tree/main/packages/revali_core
issue_tracker: https://github.com/mrgnhnt96/revali/issues
Expand Down

0 comments on commit 59c4f6a

Please sign in to comment.