Skip to content

Commit 24d36b8

Browse files
chore: release main (#41)
Co-authored-by: automated-pr-bot[bot] <102436816+automated-pr-bot[bot]@users.noreply.github.com>
1 parent d627606 commit 24d36b8

File tree

9 files changed

+58
-8
lines changed

9 files changed

+58
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/cookie": "1.0.0",
3-
"packages/core": "1.0.0",
4-
"packages/fs": "1.0.0",
5-
"packages/jwt": "1.0.1"
2+
"packages/cookie": "1.0.1",
3+
"packages/core": "1.0.1",
4+
"packages/fs": "1.0.1",
5+
"packages/jwt": "1.0.2"
66
}

packages/cookie/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/DASPRiD/taxum/compare/cookie-v1.0.0...cookie-v1.0.1) (2025-10-11)
4+
5+
6+
### Bug Fixes
7+
8+
* update repository URL casing ([d627606](https://github.com/DASPRiD/taxum/commit/d62760614b6b8d959c78c8ce1efba3f601dbe66d))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @taxum/core bumped to 1.0.1
16+
317
## [1.0.0](https://github.com/DASPRiD/taxum/compare/cookie-v0.3.6...cookie-v1.0.0) (2025-09-13)
418

519

packages/cookie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taxum/cookie",
33
"description": "Cookie jar for Taxum",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

packages/core/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/DASPRiD/taxum/compare/core-v1.0.0...core-v1.0.1) (2025-10-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** bump dependencies ([1143735](https://github.com/DASPRiD/taxum/commit/114373520abd8b1087e01b4b261049f34d35e2ef))
9+
* update repository URL casing ([d627606](https://github.com/DASPRiD/taxum/commit/d62760614b6b8d959c78c8ce1efba3f601dbe66d))
10+
311
## [1.0.0](https://github.com/DASPRiD/taxum/compare/core-v0.16.2...core-v1.0.0) (2025-09-13)
412

513

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taxum/core",
33
"description": "Core of the Taxum HTTP framework",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

packages/fs/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/DASPRiD/taxum/compare/fs-v1.0.0...fs-v1.0.1) (2025-10-11)
4+
5+
6+
### Bug Fixes
7+
8+
* update repository URL casing ([d627606](https://github.com/DASPRiD/taxum/commit/d62760614b6b8d959c78c8ce1efba3f601dbe66d))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @taxum/core bumped to 1.0.1
16+
317
## [1.0.0](https://github.com/DASPRiD/taxum/compare/fs-v0.6.6...fs-v1.0.0) (2025-09-13)
418

519

packages/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taxum/fs",
33
"description": "File system integration for Taxum",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

packages/jwt/CHANGELOG.md

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

3+
## [1.0.2](https://github.com/DASPRiD/taxum/compare/jwt-v1.0.1...jwt-v1.0.2) (2025-10-11)
4+
5+
6+
### Bug Fixes
7+
8+
* update repository URL casing ([d627606](https://github.com/DASPRiD/taxum/commit/d62760614b6b8d959c78c8ce1efba3f601dbe66d))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @taxum/core bumped to 1.0.1
16+
317
## [1.0.1](https://github.com/DASPRiD/taxum/compare/jwt-v1.0.0...jwt-v1.0.1) (2025-10-04)
418

519

packages/jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taxum/jwt",
33
"description": "JWT integration for Taxum",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)