Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent 8b06339 commit cb988ac
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/@wroud/di-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

All notable changes to this project will be documented in this file.

<!-- version:0.3.1 -->
## 0.3.1 (2024-11-20)

[Compare changes](https://github.com/Wroud/foundation/compare/di-react-v0.3.0...di-react-v0.3.1)

<!-- changelog -->
### 🩹 Fixes

- allow combined service implementation resolvers usage (types) ([a85caa4](https://github.com/Wroud/foundation/commit/a85caa4))

<!-- version:0.3.0 -->
## 0.3.0 (2024-11-18)

Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/di-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/di-react",
"description": "A simple and lightweight dependency injection library for React",
"version": "0.3.0",
"version": "0.3.1",
"packageManager": "[email protected]",
"type": "module",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/@wroud/preconditions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- header -->
# Changelog

All notable changes to this project will be documented in this file.

<!-- version:0.1.0 -->
## 0.1.0 (2024-11-20)

<!-- changelog -->
### ✨ Features

- base implementation ([2efb8ba](https://github.com/Wroud/foundation/commit/2efb8ba))

2 changes: 1 addition & 1 deletion packages/@wroud/preconditions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/preconditions",
"description": "A flexible and extensible library for managing preconditions in JavaScript and TypeScript applications. Simplify validation and preparation of entities like nodes, connections, and features with dynamic precondition handling.",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"sideEffects": [],
"exports": {
Expand Down

0 comments on commit cb988ac

Please sign in to comment.