File tree 11 files changed +73
-15
lines changed
11 files changed +73
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/js-utils" : " 1.4 .0" ,
3
- "packages/browser-utils" : " 1.4 .0" ,
4
- "packages/nest-utils" : " 3.2 .0" ,
5
- "packages/nest-testing" : " 1.1 .0" ,
6
- "packages/solid" : " 0 .0.0"
2
+ "packages/js-utils" : " 1.5 .0" ,
3
+ "packages/browser-utils" : " 1.5 .0" ,
4
+ "packages/nest-utils" : " 4.0 .0" ,
5
+ "packages/nest-testing" : " 2.0 .0" ,
6
+ "packages/solid" : " 1 .0.0"
7
7
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.5.0] ( https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.4.0...browser-utils-v1.5.0 ) (2025-03-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** docs:** Improve documentation ([ 28c4c0a] ( https://github.com/spuxx-dev/jslibs/commit/28c4c0a4dd6f9108d4d83a16f96a22e9604a2ea2 ) )
9
+
3
10
## [ 1.4.0] ( https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.3.0...browser-utils-v1.4.0 ) (2025-02-09)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spuxx/browser-utils" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " A package containing various browser-related utilities for web applications." ,
5
5
"license" : " MIT" ,
6
6
"author" : {
55
55
"@vitest/coverage-v8" : " 3.0.5" ,
56
56
"vite" : " 6.1.0" ,
57
57
"vite-plugin-dts" : " 4.5.0" ,
58
- "vite-tsconfig-paths" : " 5.1.4 " ,
58
+ "vite-tsconfig-paths" : " 5.1.2 " ,
59
59
"vitest" : " 3.0.7"
60
60
}
61
61
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.5.0] ( https://github.com/spuxx-dev/jslibs/compare/js-utils-v1.4.0...js-utils-v1.5.0 ) (2025-03-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** docs:** Improve documentation ([ 4e72f66] ( https://github.com/spuxx-dev/jslibs/commit/4e72f66b7ee49a49860f3a3b8930eb2aa1ff012b ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Fixed an issue with the OptionalProperties type not being typed properly ([ 1a7e07e] ( https://github.com/spuxx-dev/jslibs/commit/1a7e07eeae1e7166b7fbfc153430c6402621f270 ) )
14
+
3
15
## [ 1.4.0] ( https://github.com/spuxx-dev/jslibs/compare/js-utils-v1.3.0...js-utils-v1.4.0 ) (2025-02-09)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spuxx/js-utils" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " A package containing various utilities for JavaScript applications." ,
5
5
"license" : " MIT" ,
6
6
"author" : {
58
58
"msw" : " 2.6.0" ,
59
59
"vite" : " 6.1.0" ,
60
60
"vite-plugin-dts" : " 4.2.1" ,
61
- "vite-tsconfig-paths" : " 5.1.4 " ,
61
+ "vite-tsconfig-paths" : " 5.1.2 " ,
62
62
"vitest" : " 3.0.7"
63
63
}
64
64
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.0] ( https://github.com/spuxx-dev/jslibs/compare/nest-testing-v1.1.0...nest-testing-v2.0.0 ) (2025-03-04)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Update nestjs to 11.0.0
9
+
10
+ ### Features
11
+
12
+ * Update nestjs to 11.0.0 ([ fd159bd] ( https://github.com/spuxx-dev/jslibs/commit/fd159bda5a390f1ee11f45e0b642fd15a63c13f1 ) )
13
+ * Update nestjs to 11.0.0 ([ 304c919] ( https://github.com/spuxx-dev/jslibs/commit/304c91919d865ba302b4316904d8ca9a10b0ba7b ) )
14
+
3
15
## [ 1.1.0] ( https://github.com/spuxx-dev/jslibs/compare/nest-testing-v1.0.0...nest-testing-v1.1.0 ) (2025-02-09)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spuxx/nest-testing" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " A package containing testing-related utilities for NestJS applications." ,
5
5
"license" : " MIT" ,
6
6
"author" : {
58
58
"unplugin-swc" : " 1.5.1" ,
59
59
"vite" : " 6.1.0" ,
60
60
"vite-plugin-dts" : " 4.5.0" ,
61
- "vite-tsconfig-paths" : " 5.1.4 " ,
61
+ "vite-tsconfig-paths" : " 5.1.2 " ,
62
62
"vitest" : " 3.0.7"
63
63
}
64
64
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.0.0] ( https://github.com/spuxx-dev/jslibs/compare/nest-utils-v3.2.0...nest-utils-v4.0.0 ) (2025-03-04)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Update nestjs to 11.0.0
9
+
10
+ ### Features
11
+
12
+ * Update nestjs to 11.0.0 ([ fd159bd] ( https://github.com/spuxx-dev/jslibs/commit/fd159bda5a390f1ee11f45e0b642fd15a63c13f1 ) )
13
+ * Update nestjs to 11.0.0 ([ 304c919] ( https://github.com/spuxx-dev/jslibs/commit/304c91919d865ba302b4316904d8ca9a10b0ba7b ) )
14
+
3
15
## [ 3.2.0] ( https://github.com/spuxx-dev/jslibs/compare/nest-utils-v3.1.0...nest-utils-v3.2.0 ) (2025-02-09)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spuxx/nest-utils" ,
3
- "version" : " 3.2 .0" ,
3
+ "version" : " 4.0 .0" ,
4
4
"description" : " A package containing various utilities for NestJS applications." ,
5
5
"license" : " MIT" ,
6
6
"author" : {
77
77
"unplugin-swc" : " 1.5.1" ,
78
78
"vite" : " 6.1.0" ,
79
79
"vite-plugin-dts" : " 4.5.0" ,
80
- "vite-tsconfig-paths" : " 5.1.4 " ,
80
+ "vite-tsconfig-paths" : " 5.1.2 " ,
81
81
"vitest" : " 3.0.7"
82
82
}
83
83
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## 1.0.0 (2025-03-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** modal:** Refactored modal dialog and improved styling ([ aa5bdd9] ( https://github.com/spuxx-dev/jslibs/commit/aa5bdd93aac610c6cd906d4d6fdb9410474b0087 ) )
9
+ * ** solid:** Added new ` @spuxx/solid ` package ([ 11f671c] ( https://github.com/spuxx-dev/jslibs/commit/11f671c422d668fe4323b76c7ec22ae844e4ea05 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** modal:** Fixed modal animations not always playing when closing modal ([ 00dbb2f] ( https://github.com/spuxx-dev/jslibs/commit/00dbb2fdd0fb5f01c6e482ddf2c91eaf147599e8 ) )
15
+
16
+ ## Changelog
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spuxx/solid" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"description" : " A package containing various utilities for my Solid applications." ,
5
5
"license" : " MIT" ,
6
6
"author" : {
58
58
"vite" : " 6.1.0" ,
59
59
"vite-plugin-dts" : " 4.5.0" ,
60
60
"vite-plugin-solid" : " 2.11.6" ,
61
- "vite-tsconfig-paths" : " 5.1.4 " ,
61
+ "vite-tsconfig-paths" : " 5.1.2 " ,
62
62
"vitest" : " 3.0.7"
63
63
},
64
64
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments