Skip to content

Commit

Permalink
chore(release): v18.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Sep 3, 2024
1 parent 5264fd7 commit 6ede718
Show file tree
Hide file tree
Showing 39 changed files with 211 additions and 131 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [18.5.2](https://github.com/lensapp/ogre-tools/compare/v18.5.1...v18.5.2) (2024-09-03)

### Bug Fixes

- Make withInjectables have access to all features of di ([974cb5f](https://github.com/lensapp/ogre-tools/commit/974cb5f193f453b64781927a61823167729a7e9b))

### [18.5.1](https://github.com/lensapp/ogre-tools/compare/v18.5.0...v18.5.1) (2024-04-19)

### 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": "18.5.1",
"version": "18.5.2",
"command": {
"publish": {
"forcePublish": true,
Expand Down
130 changes: 65 additions & 65 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/fp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [18.5.2](https://github.com/lensapp/ogre-tools/compare/v18.5.1...v18.5.2) (2024-09-03)

**Note:** Version bump only for package @lensapp/fp

### [18.5.1](https://github.com/lensapp/ogre-tools/compare/v18.5.0...v18.5.1) (2024-04-19)

**Note:** Version bump only for package @lensapp/fp
Expand Down
8 changes: 4 additions & 4 deletions packages/fp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lensapp/fp",
"private": false,
"version": "18.5.1",
"version": "18.5.2",
"description": "A collection of low abstraction functions in functional programming flavor",
"files": [
"build",
Expand Down Expand Up @@ -38,9 +38,9 @@
"code-style:fix": "ogre-tools-fix-code-style"
},
"devDependencies": {
"@lensapp/infrastructure-jest": "^18.5.1",
"@lensapp/infrastructure-prettier": "^18.5.1",
"@lensapp/infrastructure-webpack-for-js": "^18.5.1",
"@lensapp/infrastructure-jest": "^18.5.2",
"@lensapp/infrastructure-prettier": "^18.5.2",
"@lensapp/infrastructure-webpack-for-js": "^18.5.2",
"tsd": "^0.29.0"
}
}
4 changes: 4 additions & 0 deletions packages/generable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [18.5.2](https://github.com/lensapp/ogre-tools/compare/v18.5.1...v18.5.2) (2024-09-03)

**Note:** Version bump only for package @lensapp/generable

### [18.5.1](https://github.com/lensapp/ogre-tools/compare/v18.5.0...v18.5.1) (2024-04-19)

**Note:** Version bump only for package @lensapp/generable
Expand Down
8 changes: 4 additions & 4 deletions packages/generable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lensapp/generable",
"private": false,
"version": "18.5.1",
"version": "18.5.2",
"description": "A collection of low abstraction functions in functional programming flavor for generators",
"files": [
"build",
Expand Down Expand Up @@ -38,8 +38,8 @@
"code-style:fix": "ogre-tools-fix-code-style"
},
"devDependencies": {
"@lensapp/infrastructure-jest": "^18.5.1",
"@lensapp/infrastructure-prettier": "^18.5.1",
"@lensapp/infrastructure-webpack-for-js": "^18.5.1"
"@lensapp/infrastructure-jest": "^18.5.2",
"@lensapp/infrastructure-prettier": "^18.5.2",
"@lensapp/infrastructure-webpack-for-js": "^18.5.2"
}
}
4 changes: 4 additions & 0 deletions packages/infrastructure/babel-for-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [18.5.2](https://github.com/lensapp/ogre-tools/compare/v18.5.1...v18.5.2) (2024-09-03)

**Note:** Version bump only for package @lensapp/infrastructure-babel-for-js

### [18.5.1](https://github.com/lensapp/ogre-tools/compare/v18.5.0...v18.5.1) (2024-04-19)

**Note:** Version bump only for package @lensapp/infrastructure-babel-for-js
Expand Down
2 changes: 1 addition & 1 deletion packages/infrastructure/babel-for-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lensapp/infrastructure-babel-for-js",
"private": true,
"version": "18.5.1",
"version": "18.5.2",
"description": "Shared babel configuration",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/infrastructure/babel-for-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [18.5.2](https://github.com/lensapp/ogre-tools/compare/v18.5.1...v18.5.2) (2024-09-03)

**Note:** Version bump only for package @lensapp/infrastructure-babel-for-ts

### [18.5.1](https://github.com/lensapp/ogre-tools/compare/v18.5.0...v18.5.1) (2024-04-19)

**Note:** Version bump only for package @lensapp/infrastructure-babel-for-ts
Expand Down
Loading

0 comments on commit 6ede718

Please sign in to comment.