Skip to content

Commit

Permalink
chore(release): v18.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jansav committed Nov 14, 2023
1 parent 08b888b commit 19312b7
Show file tree
Hide file tree
Showing 39 changed files with 207 additions and 131 deletions.
4 changes: 4 additions & 0 deletions 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.0.2](https://github.com/lensapp/ogre-tools/compare/v18.0.1...v18.0.2) (2023-11-14)

**Note:** Version bump only for package ogre-tools

### [18.0.1](https://github.com/ogre-works/ogre-tools/compare/v18.0.0...v18.0.1) (2023-10-26)

### 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.0.1",
"version": "18.0.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.0.2](https://github.com/lensapp/ogre-tools/compare/v18.0.1...v18.0.2) (2023-11-14)

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

### [18.0.1](https://github.com/ogre-works/ogre-tools/compare/v18.0.0...v18.0.1) (2023-10-26)

### 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.0.1",
"version": "18.0.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.0.1",
"@lensapp/infrastructure-prettier": "^18.0.1",
"@lensapp/infrastructure-webpack-for-js": "^18.0.1",
"@lensapp/infrastructure-jest": "^18.0.2",
"@lensapp/infrastructure-prettier": "^18.0.2",
"@lensapp/infrastructure-webpack-for-js": "^18.0.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.0.2](https://github.com/lensapp/ogre-tools/compare/v18.0.1...v18.0.2) (2023-11-14)

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

### [18.0.1](https://github.com/ogre-works/ogre-tools/compare/v18.0.0...v18.0.1) (2023-10-26)

**Note:** Version bump only for package @ogre-tools/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.0.1",
"version": "18.0.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.0.1",
"@lensapp/infrastructure-prettier": "^18.0.1",
"@lensapp/infrastructure-webpack-for-js": "^18.0.1"
"@lensapp/infrastructure-jest": "^18.0.2",
"@lensapp/infrastructure-prettier": "^18.0.2",
"@lensapp/infrastructure-webpack-for-js": "^18.0.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.0.2](https://github.com/lensapp/ogre-tools/compare/v18.0.1...v18.0.2) (2023-11-14)

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

### [18.0.1](https://github.com/ogre-works/ogre-tools/compare/v18.0.0...v18.0.1) (2023-10-26)

**Note:** Version bump only for package @ogre-tools/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.0.1",
"version": "18.0.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.0.2](https://github.com/lensapp/ogre-tools/compare/v18.0.1...v18.0.2) (2023-11-14)

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

### [18.0.1](https://github.com/ogre-works/ogre-tools/compare/v18.0.0...v18.0.1) (2023-10-26)

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

0 comments on commit 19312b7

Please sign in to comment.