Skip to content

Commit

Permalink
chore(release): v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Nov 14, 2022
1 parent 502a54b commit ef356c7
Show file tree
Hide file tree
Showing 42 changed files with 311 additions and 173 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.0.0](https://github.com/ogre-works/ogre-tools/compare/v12.0.1...v13.0.0) (2022-11-14)

### ⚠ BREAKING CHANGES

- `autoRegister()` now requires `targetModule` and `getRequireContexts`
instead of `requireContexts`.
- Prevent overriding already injected injectables

### Features

- Make auto-register work within jest without hacks ([7ef90d1](https://github.com/ogre-works/ogre-tools/commit/7ef90d13852196beaf50e23d612a94b83b5d59c9))
- Make getSafeFrom list existing properties as part of error for none found ([8eef13c](https://github.com/ogre-works/ogre-tools/commit/8eef13c71c06eb99a7dfb5a911f1af3b8a100e33))
- Prevent overriding already injected injectables ([3a611bc](https://github.com/ogre-works/ogre-tools/commit/3a611bc3710bcd838a9b4bd9130a2a0871f20054))

### Bug Fixes

- Export fp-functions present in typing: "getFrom" and "getSafeFrom" ([f9e85a4](https://github.com/ogre-works/ogre-tools/commit/f9e85a43252a5e6a97822437535912322b441827))
- Fix TypeScript compilation ([0bdcd5b](https://github.com/ogre-works/ogre-tools/commit/0bdcd5ba2efbad35642cb3f9403565dfac33cb34))

### Reverts

- Revert "chore: Make CI NPM install in non-CI way to try fix build in CI" ([f5aeefd](https://github.com/ogre-works/ogre-tools/commit/f5aeefd3c138dcc94816921844784f58a97eb201))

### [12.0.1](https://github.com/ogre-works/ogre-tools/compare/v12.0.0...v12.0.1) (2022-10-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "12.0.1",
"version": "13.0.0",
"useWorkspaces": true,
"command": {
"bootstrap": {
Expand Down
Loading

0 comments on commit ef356c7

Please sign in to comment.