@paperless/conventions 0.1.0-alpha.71 → 0.1.0-alpha.74
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 +33 -0
- package/package.json +3 -3
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.74 (2022-08-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Atoms/Button:** Make host full width if `width="full"` ([58a9a61](https://github.com/Employes/Paperless/commit/58a9a61c95a871b359228faac531ca763bacc102))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 0.1.0-alpha.73 (2022-08-31)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **Atoms/Layout:** Make tablet content for login variant better ([3094b5f](https://github.com/Employes/Paperless/commit/3094b5f05513ab03b3958e0d2b6a144e2eb316c5))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# 0.1.0-alpha.72 (2022-08-31)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **deps:** update all non-major dependencies ([#47](https://github.com/Employes/Paperless/issues/47)) ([88bcc66](https://github.com/Employes/Paperless/commit/88bcc663ff2d713eb834b2589a4576cd92de7ab8))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
# 0.1.0-alpha.71 (2022-08-30)
|
|
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.
|
|
4
|
+
"version": "0.1.0-alpha.74",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"publishConfig": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@angular-eslint/eslint-plugin-template": "14.0.3",
|
|
19
19
|
"@angular-eslint/template-parser": "14.0.3",
|
|
20
20
|
"@stencil/eslint-plugin": "0.4.0",
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "5.36.
|
|
22
|
-
"@typescript-eslint/parser": "5.36.
|
|
21
|
+
"@typescript-eslint/eslint-plugin": "5.36.1",
|
|
22
|
+
"@typescript-eslint/parser": "5.36.1",
|
|
23
23
|
"eslint": "8.23.0",
|
|
24
24
|
"eslint-plugin-react": "7.31.1",
|
|
25
25
|
"prettier": "2.7.1",
|