@plasius/auth 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -8,6 +8,20 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ - **Added**
12
+ - (placeholder)
13
+
14
+ - **Changed**
15
+ - (placeholder)
16
+
17
+ - **Fixed**
18
+ - (placeholder)
19
+
20
+ - **Security**
21
+ - (placeholder)
22
+
23
+ ## [1.0.2] - 2026-02-22
24
+
11
25
  - **Added**
12
26
  - (placeholder)
13
27
 
@@ -71,7 +85,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
71
85
 
72
86
  ---
73
87
 
74
- [Unreleased]: https://github.com/Plasius-LTD/auth/compare/v1.0.1...HEAD
88
+ [Unreleased]: https://github.com/Plasius-LTD/auth/compare/v1.0.2...HEAD
75
89
  [1.0.0]: https://github.com/Plasius-LTD/auth/releases/tag/v1.0.0
76
90
 
77
91
  ## [1.0.0] - 2026-02-11
@@ -88,3 +102,4 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
88
102
  - **Security**
89
103
  - (placeholder)
90
104
  [1.0.1]: https://github.com/Plasius-LTD/auth/releases/tag/v1.0.1
105
+ [1.0.2]: https://github.com/Plasius-LTD/auth/releases/tag/v1.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/auth",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Authentication helpers and React context for Plasius applications.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "homepage": "https://github.com/Plasius-LTD/auth#readme",
52
52
  "dependencies": {
53
- "@plasius/entity-manager": "^1.0.4"
53
+ "@plasius/entity-manager": "^1.0.5"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "^19.1.0"