Skip to content

Commit 5bc700a

Browse files
authored
Merge pull request #80 from spuxx1701/release-please--branches--main
chore: release main
2 parents fad1ba8 + f88aa17 commit 5bc700a

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/js-utils": "1.2.0",
3-
"packages/browser-utils": "1.2.0",
4-
"packages/nest-utils": "3.0.0",
3+
"packages/browser-utils": "1.3.0",
4+
"packages/nest-utils": "3.1.0",
55
"packages/nest-testing": "1.0.0"
66
}

packages/browser-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.2.0...browser-utils-v1.3.0) (2024-12-16)
4+
5+
6+
### Features
7+
8+
* Implemented new service mixin `LocalStorageMixin` ([66f6b1d](https://github.com/spuxx1701/jslibs/commit/66f6b1d4097f3b0d5a326aa7a4a815c5707b2923))
9+
310
## [1.2.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.1.0...browser-utils-v1.2.0) (2024-08-31)
411

512

packages/browser-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/browser-utils",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

packages/nest-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v3.0.0...nest-utils-v3.1.0) (2024-12-16)
4+
5+
6+
### Features
7+
8+
* Implemented new service mixin `LocalStorageMixin` ([66f6b1d](https://github.com/spuxx1701/jslibs/commit/66f6b1d4097f3b0d5a326aa7a4a815c5707b2923))
9+
310
## [3.0.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.4.1...nest-utils-v3.0.0) (2024-11-16)
411

512

packages/nest-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/nest-utils",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A package containing various utilities for NestJS applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)