@paperless/conventions 0.1.0-alpha.131 → 0.1.0-alpha.133

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.133 (2022-10-19)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Core:** Remove p-table-definition from stencil config ([0ff1853](https://github.com/Employes/Paperless/commit/0ff1853944b57da1188bbcdb18555193854fef29))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.132 (2022-10-18)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Angular:** Export table directive ([e04331f](https://github.com/Employes/Paperless/commit/e04331f86bb96b5b671184ea557bb5f8e5d3c414))
23
+
24
+
25
+
26
+
27
+
6
28
  # 0.1.0-alpha.131 (2022-10-18)
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.131",
4
+ "version": "0.1.0-alpha.133",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
7
7
  "publishConfig": {