Skip to content

Commit

Permalink
Merge pull request #15 from spuxx1701/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
spuxx1701 committed Aug 31, 2024
2 parents 45df336 + 51ff010 commit 30e35e7
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/js-utils": "0.0.0",
"packages/browser-utils": "1.1.0",
"packages/nest-utils": "0.0.0"
"packages/js-utils": "1.0.0",
"packages/browser-utils": "1.2.0",
"packages/nest-utils": "1.0.0"
}
7 changes: 7 additions & 0 deletions packages/browser-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.1.0...browser-utils-v1.2.0) (2024-08-31)


### Features

* **readme:** Improve documentation ([b46811e](https://github.com/spuxx1701/jslibs/commit/b46811ecd987515cb69a7b34b26c8847c58aa004))

## [1.1.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.0.0...browser-utils-v1.1.0) (2024-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/browser-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spuxx/browser-utils",
"version": "1.1.0",
"version": "1.2.0",
"description": "A package containing various browser-related utilities for web applications.",
"license": "MIT",
"author": {
Expand Down
16 changes: 16 additions & 0 deletions packages/js-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.0.0 (2024-08-31)


### Features

* Add `OmitFunctionMembers` helper type ([13fd2fc](https://github.com/spuxx1701/jslibs/commit/13fd2fc074a2d1e9192e4731e6c79949f75fa510))
* Include and export a couple of useful types ([ce53634](https://github.com/spuxx1701/jslibs/commit/ce53634aad46c2b7f1e5e8b87e2ae743061e629b))
* **npm:** Improved documentation in package.json files ([d46e518](https://github.com/spuxx1701/jslibs/commit/d46e5184e168f0a639cbbac041b296456033a71b))
* **readme:** Improve documentation ([b46811e](https://github.com/spuxx1701/jslibs/commit/b46811ecd987515cb69a7b34b26c8847c58aa004))


### Documentation

* **changelog:** Documented initial release in changelog ([36d7711](https://github.com/spuxx1701/jslibs/commit/36d77116e739afb18abad49fa77a596da28fa0fb))
* Prepared changelogs for release-please changelog generation ([a042005](https://github.com/spuxx1701/jslibs/commit/a04200509385b77aa880de2a3d35f5558662934f))

## [0.2.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v0.1.0...js-utils-v0.2.0) (2024-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/js-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spuxx/js-utils",
"version": "0.2.0",
"version": "1.0.0",
"description": "A package containing various utilities for JavaScript applications.",
"license": "MIT",
"author": {
Expand Down
25 changes: 25 additions & 0 deletions packages/nest-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# Changelog

## 1.0.0 (2024-08-31)


### Features

* Add EnvModule to help with loading and handling environment variables ([641559f](https://github.com/spuxx1701/jslibs/commit/641559f6576a0273609724498f55eacc3a64a09c))
* CustomLogger can now update its log level during runtime ([7c6e92b](https://github.com/spuxx1701/jslibs/commit/7c6e92bd0f0ac00cd743c4811850ce5dab8565c0))
* Expose TestContainer and Supertest helper classes to help with testing Nest applications ([797c471](https://github.com/spuxx1701/jslibs/commit/797c471941de1c09ff8e369f39f412a01ce16bf8))
* Implement `TransformBooleanString` transformer decorator ([b2a567d](https://github.com/spuxx1701/jslibs/commit/b2a567d37def2e8dd39a9c7c8fcb29f8ca2b9f3b))
* Implement CustomLogger class ([883fa99](https://github.com/spuxx1701/jslibs/commit/883fa99108c711fc2076e5ff0f868c0573f862e6))
* Implement HttpLoggingInterceptor ([e7df43f](https://github.com/spuxx1701/jslibs/commit/e7df43f718700fbc793f36d06e18d54e1a21a4c6))
* Introduce `AuthModule` for handling authorization and authentication through OIDC ([0d3cdd7](https://github.com/spuxx1701/jslibs/commit/0d3cdd77b7b235480a95876f248a227e509db74b))


### Bug Fixes

* EnvModule now properly loads environment variables when being accessed ([2a8f661](https://github.com/spuxx1701/jslibs/commit/2a8f661e9573f7db05869e2ed2a30085b4116919))


### Documentation

* Added comment to test ([297ffd1](https://github.com/spuxx1701/jslibs/commit/297ffd1e725fd6f42bbc32743483aa871847dbcf))

## Changelog
2 changes: 1 addition & 1 deletion packages/nest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spuxx/nest-utils",
"version": "0.0.0",
"version": "1.0.0",
"description": "A package containing various utilities for NestJS applications.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 30e35e7

Please sign in to comment.