@paperless/conventions 2.20.1 → 2.22.0-alpha.2

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 +38 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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
+ # [2.22.0-alpha.2](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.1...v2.22.0-alpha.2) (2026-01-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Set alpha tag for npm publish ([1e2738d](https://github.com/Employes/Paperless/commit/1e2738d044d6153c5b1521548fed41288471d217))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.22.0-alpha.1](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.0...v2.22.0-alpha.1) (2026-01-13)
18
+
19
+ **Note:** Version bump only for package @paperless/conventions
20
+
21
+
22
+
23
+
24
+
25
+ # [2.22.0-alpha.0](https://github.com/Employes/Paperless/compare/v2.21.0...v2.22.0-alpha.0) (2026-01-13)
26
+
27
+
28
+ ### Features
29
+
30
+ * update angular to version 16 ([7e2cec4](https://github.com/Employes/Paperless/commit/7e2cec4d46b0c2b749af815e5044a9dd01d0280a))
31
+
32
+
33
+
34
+
35
+
36
+ # [2.21.0](https://github.com/Employes/Paperless/compare/v2.20.1...v2.21.0) (2026-01-12)
37
+
38
+ **Note:** Version bump only for package @paperless/conventions
39
+
40
+
41
+
42
+
43
+
6
44
  ## [2.20.1](https://github.com/Employes/Paperless/compare/v2.20.0...v2.20.1) (2026-01-12)
7
45
 
8
46
  **Note:** Version bump only for package @paperless/conventions
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": "2.20.1",
4
+ "version": "2.22.0-alpha.2",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org"
@@ -15,6 +15,7 @@
15
15
  "build:prod": "yarn build",
16
16
  "prenpm:publish": "cp ../../README.md .",
17
17
  "npm:publish": "npm publish",
18
+ "npm:publish:prerelease": "yarn npm:publish --tag alpha",
18
19
  "prettier:check": "yarn prettier \"./**/*.{ts,tsx,html,scss,json}\"",
19
20
  "prettier:write": "yarn prettier:check -w"
20
21
  },
@@ -36,7 +37,7 @@
36
37
  "eslint-plugin-only-error": "1.0.2",
37
38
  "eslint-plugin-unicorn": "55.0.0",
38
39
  "prettier": "2.8.8",
39
- "typescript": "4.6.3"
40
+ "typescript": "4.9.3"
40
41
  },
41
42
  "peerDependencies": {
42
43
  "@angular-eslint/builder": "~19.0.0",
@@ -55,6 +56,6 @@
55
56
  "eslint-plugin-unicorn": "55.0.0",
56
57
  "prettier": "2.8.8",
57
58
  "prettier-plugin-tailwindcss": "0.4.1",
58
- "typescript": "4.6.3"
59
+ "typescript": "4.9.3"
59
60
  }
60
61
  }