@paperless/conventions 0.1.0-alpha.112 → 0.1.0-alpha.115

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 +4 -4
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.115 (2022-09-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * **deps:** update all non-major dependencies ([#50](https://github.com/Employes/Paperless/issues/50)) ([dbabf7f](https://github.com/Employes/Paperless/commit/dbabf7fde40a4e481a4907ac1cf5daadf0751242))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.114 (2022-09-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * **Molecules/Content Slider:** Add auto center capability ([4d67fb0](https://github.com/Employes/Paperless/commit/4d67fb07f4ea0a71fdfff32878d4eaf6aac3e820))
23
+
24
+
25
+
26
+
27
+
28
+ # 0.1.0-alpha.113 (2022-09-08)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Molecules/Content Slider:** Second attempt on pointer-event issue ([e8f831f](https://github.com/Employes/Paperless/commit/e8f831f920247d1df78dc9c49851fea875f76a0f))
34
+
35
+
36
+
37
+
38
+
6
39
  # 0.1.0-alpha.112 (2022-09-08)
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.112",
4
+ "version": "0.1.0-alpha.115",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
7
7
  "publishConfig": {
@@ -14,9 +14,9 @@
14
14
  "yarn:publish": "yarn publish"
15
15
  },
16
16
  "devDependencies": {
17
- "@angular-eslint/eslint-plugin": "14.0.3",
18
- "@angular-eslint/eslint-plugin-template": "14.0.3",
19
- "@angular-eslint/template-parser": "14.0.3",
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",
20
20
  "@stencil/eslint-plugin": "0.4.0",
21
21
  "@typescript-eslint/eslint-plugin": "5.36.2",
22
22
  "@typescript-eslint/parser": "5.36.2",