Skip to content

Commit

Permalink
chore(release): v10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Sep 26, 2022
1 parent d174431 commit c5e6f71
Show file tree
Hide file tree
Showing 27 changed files with 125 additions and 31 deletions.
10 changes: 10 additions & 0 deletions 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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Introduce "runnable" in injectable-utils ([80eb213](https://github.com/ogre-works/ogre-tools/commit/80eb213b7ff195f0190bcbe55b190edf739df3dd))
* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))



## [10.2.0](https://github.com/ogre-works/ogre-tools/compare/v10.1.0...v10.2.0) (2022-09-23)


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

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))



## [10.2.0](https://github.com/ogre-works/ogre-tools/compare/v10.1.0...v10.2.0) (2022-09-23)

**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.2.0",
"version": "10.3.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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))



## [10.2.0](https://github.com/ogre-works/ogre-tools/compare/v10.1.0...v10.2.0) (2022-09-23)


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.2.0",
"version": "10.3.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.2.0",
"@ogre-tools/injectable": "^10.2.0",
"@ogre-tools/fp": "^10.3.0",
"@ogre-tools/injectable": "^10.3.0",
"lodash": "^4.17.21"
},
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))



## [10.2.0](https://github.com/ogre-works/ogre-tools/compare/v10.1.0...v10.2.0) (2022-09-23)

**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.2.0",
"version": "10.3.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.2.0",
"@ogre-tools/injectable": "^10.2.0",
"@ogre-tools/fp": "^10.3.0",
"@ogre-tools/injectable": "^10.3.0",
"lodash": "^4.17.21"
},
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))



## [10.2.0](https://github.com/ogre-works/ogre-tools/compare/v10.1.0...v10.2.0) (2022-09-23)

**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.2.0",
"version": "10.3.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.2.0",
"@ogre-tools/injectable": "^10.2.0",
"@ogre-tools/fp": "^10.3.0",
"@ogre-tools/injectable": "^10.3.0",
"lodash": "^4.17.21"
},
"bugs": {
Expand Down
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))



## [10.2.0](https://github.com/ogre-works/ogre-tools/compare/v10.1.0...v10.2.0) (2022-09-23)

**Note:** Version bump only for package @ogre-tools/injectable-extension-for-mobx
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.2.0",
"version": "10.3.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.2.0",
"@ogre-tools/injectable": "^10.2.0",
"@ogre-tools/fp": "^10.3.0",
"@ogre-tools/injectable": "^10.3.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/injectable-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))



## [10.2.0](https://github.com/ogre-works/ogre-tools/compare/v10.1.0...v10.2.0) (2022-09-23)

**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.2.0",
"version": "10.3.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.2.0",
"@ogre-tools/injectable": "^10.2.0",
"@ogre-tools/fp": "^10.3.0",
"@ogre-tools/injectable": "^10.3.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/injectable-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Introduce "runnable" in injectable-utils ([80eb213](https://github.com/ogre-works/ogre-tools/commit/80eb213b7ff195f0190bcbe55b190edf739df3dd))
* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))
2 changes: 1 addition & 1 deletion packages/injectable-utils/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/injectable-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogre-tools/injectable-utils",
"private": false,
"version": "10.2.0",
"version": "10.3.0",
"description": "Utilities to support general usage of injectable",
"repository": {
"type": "git",
Expand All @@ -16,13 +16,13 @@
"author": "Ogre Works",
"license": "MIT",
"dependencies": {
"@ogre-tools/fp": "^10.2.0",
"@async-fn/jest": "^1.6.4",
"@ogre-tools/injectable": "^10.2.0",
"@ogre-tools/fp": "^10.3.0",
"@ogre-tools/injectable": "^10.3.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@ogre-tools/test-utils": "^10.2.0"
"@ogre-tools/test-utils": "^10.3.0"
},
"gitHead": "a5e3d70aa0d5d45dbf2f3d37f586fac93bfffc86",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/injectable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))



## [10.2.0](https://github.com/ogre-works/ogre-tools/compare/v10.1.0...v10.2.0) (2022-09-23)


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.2.0",
"version": "10.3.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.2.0",
"@ogre-tools/fp": "^10.3.0",
"lodash": "^4.17.21"
},
"gitHead": "a5e3d70aa0d5d45dbf2f3d37f586fac93bfffc86",
Expand Down
9 changes: 9 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.0](https://github.com/ogre-works/ogre-tools/compare/v10.2.0...v10.3.0) (2022-09-26)


### Features

* Make build of a ts-package include type information ([d174431](https://github.com/ogre-works/ogre-tools/commit/d1744317a55a4975f68452534321d98a8ff5e543))



## [10.2.0](https://github.com/ogre-works/ogre-tools/compare/v10.1.0...v10.2.0) (2022-09-23)

**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.2.0",
"version": "10.3.0",
"description": "A collection of test-utils for Ogre-tools.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c5e6f71

Please sign in to comment.