@paperless/conventions 0.1.0-alpha.124 → 0.1.0-alpha.126

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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.126 (2022-09-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Molecules/Content Slider:** Margin bottom on indicators ([6bf7bb7](https://github.com/Employes/Paperless/commit/6bf7bb76c311b0094415a8ba1b2cf156c2e6e485))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.125 (2022-09-09)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Atoms/Layout:** Remove safe-area padding top from main content ([857b6c3](https://github.com/Employes/Paperless/commit/857b6c34e88a9c81dc90c5f9ad4bb8999eeca27a))
23
+
24
+
25
+
26
+
27
+
6
28
  # 0.1.0-alpha.124 (2022-09-09)
7
29
 
8
30
 
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.124",
4
+ "version": "0.1.0-alpha.126",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
7
7
  "publishConfig": {
@@ -14,14 +14,14 @@
14
14
  "yarn:publish": "yarn publish"
15
15
  },
16
16
  "devDependencies": {
17
- "@angular-eslint/eslint-plugin": "14.0.4",
18
- "@angular-eslint/eslint-plugin-template": "14.0.4",
19
- "@angular-eslint/template-parser": "14.0.4",
17
+ "@angular-eslint/eslint-plugin": "14.1.2",
18
+ "@angular-eslint/eslint-plugin-template": "14.1.2",
19
+ "@angular-eslint/template-parser": "14.1.2",
20
20
  "@stencil/eslint-plugin": "0.4.0",
21
- "@typescript-eslint/eslint-plugin": "5.36.2",
22
- "@typescript-eslint/parser": "5.36.2",
23
- "eslint": "8.23.0",
24
- "eslint-plugin-react": "7.31.7",
21
+ "@typescript-eslint/eslint-plugin": "5.38.0",
22
+ "@typescript-eslint/parser": "5.38.0",
23
+ "eslint": "8.23.1",
24
+ "eslint-plugin-react": "7.31.8",
25
25
  "prettier": "2.7.1",
26
26
  "typescript": "4.6.3"
27
27
  },