Skip to content

Commit

Permalink
chore(release): πŸŽ‰ publish v4.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isuvorov committed Feb 25, 2024
1 parent 0086caf commit 44338e6
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.26.0](https://github.com/lskjs/nestlib/compare/v4.25.1...v4.26.0) (2024-02-25)


### Features

* **config:** improve getConfig return variants and types ([d22c21f](https://github.com/lskjs/nestlib/commit/d22c21fde19ee66c1941eed77e31e904505bcdbe))
* **lsk:** create lskjs module wrapper for nestjs ([0086caf](https://github.com/lskjs/nestlib/commit/0086cafaf2c671ca8db5c0ab8df4aa7914dfcfcc))





## [4.25.1](https://github.com/lskjs/nestlib/compare/v4.25.0...v4.25.1) (2024-02-20)


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": "4.25.1",
"version": "4.26.0",
"npmClient": "pnpm",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions libs/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.26.0](https://github.com/lskjs/lskjs/compare/v4.25.1...v4.26.0) (2024-02-25)

**Note:** Version bump only for package @nestlib/auth





## [4.25.1](https://github.com/lskjs/lskjs/compare/v4.25.0...v4.25.1) (2024-02-20)

**Note:** Version bump only for package @nestlib/auth
Expand Down
2 changes: 1 addition & 1 deletion libs/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestlib/auth",
"version": "4.25.1",
"version": "4.26.0",
"description": "LSK.js – nest auth – helpers for auth in Nest.js projects",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"private": false,
Expand Down
11 changes: 11 additions & 0 deletions libs/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.26.0](https://github.com/lskjs/lskjs/compare/v4.25.1...v4.26.0) (2024-02-25)


### Features

* **config:** improve getConfig return variants and types ([d22c21f](https://github.com/lskjs/lskjs/commit/d22c21fde19ee66c1941eed77e31e904505bcdbe))





## [4.25.1](https://github.com/lskjs/lskjs/compare/v4.25.0...v4.25.1) (2024-02-20)


Expand Down
2 changes: 1 addition & 1 deletion libs/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestlib/config",
"version": "4.25.1",
"version": "4.26.0",
"description": "LSK.js – nest config – helpers for config in Nest.js projects",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"private": false,
Expand Down
11 changes: 11 additions & 0 deletions libs/lsk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.26.0](https://github.com/lskjs/lskjs/compare/v4.25.1...v4.26.0) (2024-02-25)


### Features

* **lsk:** create lskjs module wrapper for nestjs ([0086caf](https://github.com/lskjs/lskjs/commit/0086cafaf2c671ca8db5c0ab8df4aa7914dfcfcc))
11 changes: 5 additions & 6 deletions libs/lsk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestlib/lsk",
"version": "4.21.0",
"version": "4.26.0",
"description": "LSK.js – nest lsk – lsk module wrapper for nestjs",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"private": false,
Expand All @@ -11,14 +11,13 @@
"prepack": " ycmd prepack",
"release": " ycmd release"
},
"dependencies": {},
"devDependencies": {
"@nestjs/core": "^10.3.0",
"@nestjs/common": "^10.3.0"
"@nestjs/common": "^10.3.0",
"@nestjs/core": "^10.3.0"
},
"peerDependencies": {
"@nestjs/core": "*",
"@nestjs/common": "*"
"@nestjs/common": "*",
"@nestjs/core": "*"
},
"//": "///////////========================/////////========================/////////========================//////////",
"prettier": "@lsk4/eslint-config/prettier",
Expand Down
8 changes: 8 additions & 0 deletions libs/upload/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.26.0](https://github.com/lskjs/lskjs/compare/v4.25.1...v4.26.0) (2024-02-25)

**Note:** Version bump only for package @nestlib/upload





## [4.25.1](https://github.com/lskjs/lskjs/compare/v4.25.0...v4.25.1) (2024-02-20)

**Note:** Version bump only for package @nestlib/upload
Expand Down
2 changes: 1 addition & 1 deletion libs/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestlib/upload",
"version": "4.25.1",
"version": "4.26.0",
"description": "LSK.js – nest mutex – helpers for mutex in Nest.js projects",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"private": false,
Expand Down

0 comments on commit 44338e6

Please sign in to comment.