@paperless/conventions 0.1.0-alpha.134 → 0.1.0-alpha.136

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 +1 -1
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.136 (2022-10-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Core:** Re add p-table-definition back ([ea7cf50](https://github.com/Employes/Paperless/commit/ea7cf50dd8db6d24d0ead13f1a5baa9ad5af2f62))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.135 (2022-10-19)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Organisms/Table:** Add some loggin ([a0ae7f2](https://github.com/Employes/Paperless/commit/a0ae7f20177833a605c906d5e4bbb58d0097475b))
23
+
24
+
25
+
26
+
27
+
6
28
  # 0.1.0-alpha.134 (2022-10-19)
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.134",
4
+ "version": "0.1.0-alpha.136",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
7
7
  "publishConfig": {