studiocms 0.4.2 → 0.4.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # studiocms
2
2
 
3
+ ## 0.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1480](https://github.com/withstudiocms/studiocms/pull/1480) [`aebe8bc`](https://github.com/withstudiocms/studiocms/commit/aebe8bcb3618bb07c6753e3f5c982c1fe6adea64) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Fix user filtering logic in RestApiSecureHandler
8
+
9
+ - Updated dependencies [[`3f7e6cf`](https://github.com/withstudiocms/studiocms/commit/3f7e6cf419781e714f6802117b8ead0e3ddd7f47)]:
10
+ - effectify@0.2.0
11
+ - @withstudiocms/api-spec@0.3.2
12
+ - @withstudiocms/effect@0.4.1
13
+
14
+ ## 0.4.3
15
+
16
+ ### Patch Changes
17
+
18
+ - [#1470](https://github.com/withstudiocms/studiocms/pull/1470) [`66b634c`](https://github.com/withstudiocms/studiocms/commit/66b634c0b0ecbf501c948cc6b7aa1f584ea2561d) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Fixes createResetLink endpoints rank check
19
+
20
+ - [#1472](https://github.com/withstudiocms/studiocms/pull/1472) [`87f0239`](https://github.com/withstudiocms/studiocms/commit/87f02392152c83ec5796c0dc2b6d82a69d6d4641) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Improves permission checks for user ranks during user creation in the REST API endpoint
21
+
22
+ - [#1466](https://github.com/withstudiocms/studiocms/pull/1466) [`d65992d`](https://github.com/withstudiocms/studiocms/commit/d65992d780dfefb63a9bec747357cef57075b3f4) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Fixes peerDependencies and associated metadata
23
+
24
+ - [#1471](https://github.com/withstudiocms/studiocms/pull/1471) [`66b30b7`](https://github.com/withstudiocms/studiocms/commit/66b30b73e32af52ba4d72fbc994a073ae3397749) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Prevents unauthorized modification of user notification preferences
25
+
3
26
  ## 0.4.2
4
27
 
5
28
  ### Patch Changes