@paperless/conventions 0.1.0-alpha.156 → 0.1.0-alpha.159

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 +5 -19
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,34 +3,20 @@
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.156 (2022-10-20)
6
+ # [0.1.0-alpha.159](https://github.com/Employes/Paperless/compare/v0.1.0-alpha.158...v0.1.0-alpha.159) (2022-10-21)
7
7
 
8
8
 
9
- ### Features
10
-
11
- * **Organisms/Table:** Add routerlink option for testing ([4c3a1b2](https://github.com/Employes/Paperless/commit/4c3a1b2a7c3b22e618ae6ec43e6be846e8183c82))
12
-
13
-
14
-
15
-
16
-
17
- # 0.1.0-alpha.155 (2022-10-20)
18
-
19
-
20
- ### Features
21
-
22
- * **Molecules/Table Row:** Disable shadow dom ([129da27](https://github.com/Employes/Paperless/commit/129da27beccb7b6d4e14e69e87b27c9ff8d0f86e))
23
-
9
+ ### Bug Fixes
24
10
 
11
+ * Package versions ([b59472c](https://github.com/Employes/Paperless/commit/b59472c6234e60b959b8b6fe76bbe2c25120ad62))
25
12
 
26
13
 
27
14
 
28
- # 0.1.0-alpha.154 (2022-10-20)
29
15
 
30
16
 
31
- ### Features
17
+ # [0.1.0-alpha.157](https://github.com/Employes/Paperless/compare/v0.1.0-alpha.153...v0.1.0-alpha.157) (2022-10-21)
32
18
 
33
- * **Organisms/Table:** Implement link rows & on click catches ([5fb3949](https://github.com/Employes/Paperless/commit/5fb394963da63e359836d2011199cf8c846394af))
19
+ **Note:** Version bump only for package @paperless/conventions
34
20
 
35
21
 
36
22
 
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.156",
4
+ "version": "0.1.0-alpha.159",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
7
7
  "publishConfig": {