@paperless/conventions 0.1.0-alpha.22 → 0.1.0-alpha.25

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 +33 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 0.1.0-alpha.25 (2022-07-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Molecules/Pagination:** Set page to max if value is not available ([838210c](https://github.com/Employes/Paperless/commit/838210c82ccab9070cc3e6fe1d23d82cdc089ab2))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.24 (2022-07-12)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Atoms/Loader:** Remove d-block attribute... ([8fc1222](https://github.com/Employes/Paperless/commit/8fc1222fbb2b3e212183f628bc3697a45b5f0178))
23
+
24
+
25
+
26
+
27
+
28
+ # 0.1.0-alpha.23 (2022-07-12)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Atoms/Loader:** fix loader z-index & full width version ([2d2a48a](https://github.com/Employes/Paperless/commit/2d2a48abb614e94a1c0f599b94dfcdc73aef67af))
34
+
35
+
36
+
37
+
38
+
6
39
  # 0.1.0-alpha.22 (2022-07-12)
7
40
 
8
41
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paperless/conventions",
3
3
  "description": "Paperless eslint, typescript & prettier recommended configuration",
4
- "version": "0.1.0-alpha.22",
4
+ "version": "0.1.0-alpha.25",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
7
7
  "publishConfig": {