Skip to content

Commit 3df1d46

Browse files
committed
Merge branch 'release/26.6.0'
2 parents ffa0cd0 + c59746c commit 3df1d46

534 files changed

Lines changed: 15888 additions & 10533 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
44

5+
26.6.0 (2026-03-26)
6+
===================
7+
8+
* Misc. improvements and bug fixes
9+
510
26.5.1 (2026-03-18)
611
===================
712

docs/ngxs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Typical NGXS-related files are organized as follows:
4646
src/app/shared/stores/
4747
└── addons/
4848
├── addons.actions.ts # All action definitions
49-
├── addons.models.ts # Interfaces & data models
49+
├── addons.model.ts # Interfaces & data model
5050
├── addons.state.ts # State implementation
5151
├── addons.selectors.ts # Reusable selectors
5252
```

0 commit comments

Comments
 (0)