Skip to content

Commit

Permalink
chore(release): v18.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Jan 23, 2024
1 parent ae89f00 commit b3ab23f
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.3.1](https://github.com/lensapp/ogre-tools/compare/v18.3.0...v18.3.1) (2024-01-23)

### Bug Fixes

- Fix typing of conditional promises in pipeline ([ae89f00](https://github.com/lensapp/ogre-tools/commit/ae89f0048d1eca78943c518a848a9366c30e13b5))

## [18.3.0](https://github.com/lensapp/ogre-tools/compare/v18.2.2...v18.3.0) (2024-01-08)

### Features
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.3.0",
"version": "18.3.1",
"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.

6 changes: 6 additions & 0 deletions packages/fp/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.3.1](https://github.com/lensapp/ogre-tools/compare/v18.3.0...v18.3.1) (2024-01-23)

### Bug Fixes

- Fix typing of conditional promises in pipeline ([ae89f00](https://github.com/lensapp/ogre-tools/commit/ae89f0048d1eca78943c518a848a9366c30e13b5))

## [18.3.0](https://github.com/lensapp/ogre-tools/compare/v18.2.2...v18.3.0) (2024-01-08)

**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.3.0",
"version": "18.3.1",
"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.3.0",
"@lensapp/infrastructure-prettier": "^18.3.0",
"@lensapp/infrastructure-webpack-for-js": "^18.3.0",
"@lensapp/infrastructure-jest": "^18.3.1",
"@lensapp/infrastructure-prettier": "^18.3.1",
"@lensapp/infrastructure-webpack-for-js": "^18.3.1",
"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.3.1](https://github.com/lensapp/ogre-tools/compare/v18.3.0...v18.3.1) (2024-01-23)

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

## [18.3.0](https://github.com/lensapp/ogre-tools/compare/v18.2.2...v18.3.0) (2024-01-08)

**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.3.0",
"version": "18.3.1",
"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.3.0",
"@lensapp/infrastructure-prettier": "^18.3.0",
"@lensapp/infrastructure-webpack-for-js": "^18.3.0"
"@lensapp/infrastructure-jest": "^18.3.1",
"@lensapp/infrastructure-prettier": "^18.3.1",
"@lensapp/infrastructure-webpack-for-js": "^18.3.1"
}
}
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.3.1](https://github.com/lensapp/ogre-tools/compare/v18.3.0...v18.3.1) (2024-01-23)

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

## [18.3.0](https://github.com/lensapp/ogre-tools/compare/v18.2.2...v18.3.0) (2024-01-08)

**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.3.0",
"version": "18.3.1",
"description": "Shared babel configuration",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit b3ab23f

Please sign in to comment.