Skip to content

Commit d9cf6a6

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/chrismichaelps/effuse/compare/@effuse/router@1.0.1...@effuse/router@1.0.2) (2026-01-08) ### Bug Fixes * **core:** export EffuseLayerRegistry to support module augmentation ([1050c3a](1050c3a)) * retry release with updated npm token ([d70a5db](d70a5db)) ### Documentation * add package installation instructions for pnpm/npm/yarn ([c2f0553](c2f0553)) ### CI/CD * exclude app from build and release steps ([077f745](077f745))
1 parent c4aada8 commit d9cf6a6

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

packages/router/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @effuse/router [1.0.2](https://github.com/chrismichaelps/effuse/compare/@effuse/router@1.0.1...@effuse/router@1.0.2) (2026-01-08)
2+
3+
4+
### Dependencies
5+
6+
* **@effuse/core:** upgraded to 1.0.3
7+
18
## @effuse/router [1.0.1](https://github.com/chrismichaelps/effuse/compare/@effuse/router@1.0.0...@effuse/router@1.0.1) (2026-01-08)
29

310
### Bug Fixes

packages/router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effuse/router",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A simple, type-safe router for Single Page Applications (SPA). It manages URL state and navigation seamlessly for Effuse applications.",
55
"author": "Chris M. Pérez",
66
"license": "MIT",
@@ -54,15 +54,15 @@
5454
"node": ">=22.14.0"
5555
},
5656
"peerDependencies": {
57-
"@effuse/core": "1.0.2"
57+
"@effuse/core": "1.0.3"
5858
},
5959
"dependencies": {
6060
"effect": "^3.19.14"
6161
},
6262
"devDependencies": {
6363
"@effect/eslint-plugin": "^0.3.2",
6464
"@types/node": "^25.0.3",
65-
"@effuse/core": "1.0.2",
65+
"@effuse/core": "1.0.3",
6666
"eslint": "^9.39.2",
6767
"tsup": "^8.5.1",
6868
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)