Skip to content

Commit

Permalink
chore(release): v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Sep 2, 2022
1 parent b6481b5 commit c7926ff
Show file tree
Hide file tree
Showing 24 changed files with 110 additions and 26 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.0](https://github.com/ogre-works/ogre-tools/compare/v10.0.0...v10.1.0) (2022-09-02)


### Features

* Make error message for attempt to inject a side-effect contain context ([b474146](https://github.com/ogre-works/ogre-tools/commit/b4741460e0a487980ed531f0c175debe5ff07f4d))


### Bug Fixes

* Make decorator injectables behave consistently with cycles ([b6481b5](https://github.com/ogre-works/ogre-tools/commit/b6481b5466d10dd4b9f6b95bab9c9aa9a80b719b))



## [10.0.0](https://github.com/ogre-works/ogre-tools/compare/v9.0.3...v10.0.0) (2022-09-01)


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": "10.0.0",
"version": "10.1.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/fp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.0](https://github.com/ogre-works/ogre-tools/compare/v10.0.0...v10.1.0) (2022-09-02)

**Note:** Version bump only for package @ogre-tools/fp





## [10.0.0](https://github.com/ogre-works/ogre-tools/compare/v9.0.3...v10.0.0) (2022-09-01)

**Note:** Version bump only for package @ogre-tools/fp
Expand Down
2 changes: 1 addition & 1 deletion packages/fp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/fp",
"private": false,
"version": "10.0.0",
"version": "10.1.0",
"description": "A collection of low abstraction functions in functional programming flavor",
"types": "./index.d.ts",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.0](https://github.com/ogre-works/ogre-tools/compare/v10.0.0...v10.1.0) (2022-09-02)

**Note:** Version bump only for package @ogre-tools/injectable-extension-for-auto-registration





## [10.0.0](https://github.com/ogre-works/ogre-tools/compare/v9.0.3...v10.0.0) (2022-09-01)

**Note:** Version bump only for package @ogre-tools/injectable-extension-for-auto-registration
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/injectable-extension-for-auto-registration",
"private": false,
"version": "10.0.0",
"version": "10.1.0",
"description": "Auto-registration of injectables for Injectable in Ogre Tools",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"author": "Ogre Works",
"license": "MIT",
"dependencies": {
"@ogre-tools/fp": "^10.0.0",
"@ogre-tools/injectable": "^10.0.0",
"@ogre-tools/fp": "^10.1.0",
"@ogre-tools/injectable": "^10.1.0",
"lodash": "^4.17.21"
},
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.0](https://github.com/ogre-works/ogre-tools/compare/v10.0.0...v10.1.0) (2022-09-02)

**Note:** Version bump only for package @ogre-tools/injectable-extensions-for-dependency-graphing





## [10.0.0](https://github.com/ogre-works/ogre-tools/compare/v9.0.3...v10.0.0) (2022-09-01)

**Note:** Version bump only for package @ogre-tools/injectable-extensions-for-dependency-graphing
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/injectable-extensions-for-dependency-graphing",
"private": false,
"version": "10.0.0",
"version": "10.1.0",
"description": "Dependency graphing for Injectable in Ogre Tools",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"author": "Ogre Works",
"license": "MIT",
"dependencies": {
"@ogre-tools/fp": "^10.0.0",
"@ogre-tools/injectable": "^10.0.0",
"@ogre-tools/fp": "^10.1.0",
"@ogre-tools/injectable": "^10.1.0",
"lodash": "^4.17.21"
},
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.0](https://github.com/ogre-works/ogre-tools/compare/v10.0.0...v10.1.0) (2022-09-02)

**Note:** Version bump only for package @ogre-tools/injectable-extensions-for-error-handling





## [10.0.0](https://github.com/ogre-works/ogre-tools/compare/v9.0.3...v10.0.0) (2022-09-01)

**Note:** Version bump only for package @ogre-tools/injectable-extensions-for-error-handling
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/injectable-extensions-for-error-handling",
"private": false,
"version": "10.0.0",
"version": "10.1.0",
"description": "Error monitoring for Injectable in Ogre Tools",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"author": "Ogre Works",
"license": "MIT",
"dependencies": {
"@ogre-tools/fp": "^10.0.0",
"@ogre-tools/injectable": "^10.0.0",
"@ogre-tools/fp": "^10.1.0",
"@ogre-tools/injectable": "^10.1.0",
"lodash": "^4.17.21"
},
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/injectable-extension-for-mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.0](https://github.com/ogre-works/ogre-tools/compare/v10.0.0...v10.1.0) (2022-09-02)

**Note:** Version bump only for package @ogre-tools/injectable-extension-for-mobx





## [10.0.0](https://github.com/ogre-works/ogre-tools/compare/v9.0.3...v10.0.0) (2022-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/injectable-extension-for-mobx/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/injectable-extension-for-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/injectable-extension-for-mobx",
"private": false,
"version": "10.0.0",
"version": "10.1.0",
"description": "MobX support for Injectable in Ogre Tools",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"author": "Ogre Works",
"license": "MIT",
"dependencies": {
"@ogre-tools/fp": "^10.0.0",
"@ogre-tools/injectable": "^10.0.0",
"@ogre-tools/fp": "^10.1.0",
"@ogre-tools/injectable": "^10.1.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/injectable-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.0](https://github.com/ogre-works/ogre-tools/compare/v10.0.0...v10.1.0) (2022-09-02)

**Note:** Version bump only for package @ogre-tools/injectable-react





## [10.0.0](https://github.com/ogre-works/ogre-tools/compare/v9.0.3...v10.0.0) (2022-09-01)

**Note:** Version bump only for package @ogre-tools/injectable-react
Expand Down
2 changes: 1 addition & 1 deletion packages/injectable-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/injectable-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/injectable-react",
"private": false,
"version": "10.0.0",
"version": "10.1.0",
"description": "A brutal component for injecting components that use injectable",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"author": "Ogre Works",
"license": "MIT",
"dependencies": {
"@ogre-tools/fp": "^10.0.0",
"@ogre-tools/injectable": "^10.0.0",
"@ogre-tools/fp": "^10.1.0",
"@ogre-tools/injectable": "^10.1.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/injectable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.0](https://github.com/ogre-works/ogre-tools/compare/v10.0.0...v10.1.0) (2022-09-02)


### Features

* Make error message for attempt to inject a side-effect contain context ([b474146](https://github.com/ogre-works/ogre-tools/commit/b4741460e0a487980ed531f0c175debe5ff07f4d))


### Bug Fixes

* Make decorator injectables behave consistently with cycles ([b6481b5](https://github.com/ogre-works/ogre-tools/commit/b6481b5466d10dd4b9f6b95bab9c9aa9a80b719b))



## [10.0.0](https://github.com/ogre-works/ogre-tools/compare/v9.0.3...v10.0.0) (2022-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/injectable/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/injectable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/injectable",
"private": false,
"version": "10.0.0",
"version": "10.1.0",
"description": "A brutal dependency injection container",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"author": "Ogre Works",
"license": "MIT",
"dependencies": {
"@ogre-tools/fp": "^10.0.0",
"@ogre-tools/fp": "^10.1.0",
"lodash": "^4.17.21"
},
"gitHead": "a5e3d70aa0d5d45dbf2f3d37f586fac93bfffc86",
Expand Down
8 changes: 8 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.0](https://github.com/ogre-works/ogre-tools/compare/v10.0.0...v10.1.0) (2022-09-02)

**Note:** Version bump only for package @ogre-tools/test-utils





## [10.0.0](https://github.com/ogre-works/ogre-tools/compare/v9.0.3...v10.0.0) (2022-09-01)

**Note:** Version bump only for package @ogre-tools/test-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/test-utils",
"private": false,
"version": "10.0.0",
"version": "10.1.0",
"description": "A collection of test-utils for Ogre-tools.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c7926ff

Please sign in to comment.