Skip to content

Commit

Permalink
chore(release): v19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Jan 24, 2024
1 parent 430410d commit ac4f20a
Show file tree
Hide file tree
Showing 39 changed files with 241 additions and 145 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [19.0.0](https://github.com/lensapp/ogre-tools/compare/v18.3.1...v19.0.0) (2024-01-24)

### ⚠ BREAKING CHANGES

- Migrate to using asyncComputed in package mobx-utils

Co-authored-by: Janne Savolainen <[email protected]>

### Bug Fixes

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

### Miscellaneous Chores

- Get rid of duplicated asyncComputed ([b6fd8b3](https://github.com/lensapp/ogre-tools/commit/b6fd8b3a4feac728ee3c2484191111660b1a8b34))

### [18.3.1](https://github.com/lensapp/ogre-tools/compare/v18.3.0...v18.3.1) (2024-01-23)

### 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.3.1",
"version": "19.0.0",
"command": {
"publish": {
"forcePublish": true,
Expand Down
158 changes: 79 additions & 79 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.

## [19.0.0](https://github.com/lensapp/ogre-tools/compare/v18.3.1...v19.0.0) (2024-01-24)

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

### [18.3.1](https://github.com/lensapp/ogre-tools/compare/v18.3.0...v18.3.1) (2024-01-23)

### Bug Fixes
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.1",
"version": "19.0.0",
"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.1",
"@lensapp/infrastructure-prettier": "^18.3.1",
"@lensapp/infrastructure-webpack-for-js": "^18.3.1",
"@lensapp/infrastructure-jest": "^19.0.0",
"@lensapp/infrastructure-prettier": "^19.0.0",
"@lensapp/infrastructure-webpack-for-js": "^19.0.0",
"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.

## [19.0.0](https://github.com/lensapp/ogre-tools/compare/v18.3.1...v19.0.0) (2024-01-24)

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

### [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
Expand Down
Loading

0 comments on commit ac4f20a

Please sign in to comment.