Skip to content

Commit

Permalink
chore(release): v18.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Nov 14, 2024
1 parent 9d082c7 commit 4ae17bc
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.6.1](https://github.com/lensapp/ogre-tools/compare/v18.6.0...v18.6.1) (2024-11-14)

### Bug Fixes

- Add missing typing for equality comparers of asyncComputed ([9d082c7](https://github.com/lensapp/ogre-tools/commit/9d082c794d3f60273e62130e49c8b244027dec0a))

## [18.6.0](https://github.com/lensapp/ogre-tools/compare/v18.5.3...v18.6.0) (2024-11-12)

### 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.6.0",
"version": "18.6.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.

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.6.1](https://github.com/lensapp/ogre-tools/compare/v18.6.0...v18.6.1) (2024-11-14)

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

## [18.6.0](https://github.com/lensapp/ogre-tools/compare/v18.5.3...v18.6.0) (2024-11-12)

**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.6.0",
"version": "18.6.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.6.0",
"@lensapp/infrastructure-prettier": "^18.6.0",
"@lensapp/infrastructure-webpack-for-js": "^18.6.0",
"@lensapp/infrastructure-jest": "^18.6.1",
"@lensapp/infrastructure-prettier": "^18.6.1",
"@lensapp/infrastructure-webpack-for-js": "^18.6.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.6.1](https://github.com/lensapp/ogre-tools/compare/v18.6.0...v18.6.1) (2024-11-14)

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

## [18.6.0](https://github.com/lensapp/ogre-tools/compare/v18.5.3...v18.6.0) (2024-11-12)

**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.6.0",
"version": "18.6.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.6.0",
"@lensapp/infrastructure-prettier": "^18.6.0",
"@lensapp/infrastructure-webpack-for-js": "^18.6.0"
"@lensapp/infrastructure-jest": "^18.6.1",
"@lensapp/infrastructure-prettier": "^18.6.1",
"@lensapp/infrastructure-webpack-for-js": "^18.6.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.6.1](https://github.com/lensapp/ogre-tools/compare/v18.6.0...v18.6.1) (2024-11-14)

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

## [18.6.0](https://github.com/lensapp/ogre-tools/compare/v18.5.3...v18.6.0) (2024-11-12)

**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.6.0",
"version": "18.6.1",
"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.6.1](https://github.com/lensapp/ogre-tools/compare/v18.6.0...v18.6.1) (2024-11-14)

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

## [18.6.0](https://github.com/lensapp/ogre-tools/compare/v18.5.3...v18.6.0) (2024-11-12)

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

0 comments on commit 4ae17bc

Please sign in to comment.