@paperless/conventions 0.1.0-alpha.0 → 0.1.0-alpha.4

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 +1 -1
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
+ # 0.1.0-alpha.4 (2022-07-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Atoms/Button:** Add hover/active/disabled states ([35109f7](https://github.com/Employes/Paperless/commit/35109f77d6f87c25e29fa5c704c21ae1240537ad))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.3 (2022-07-07)
18
+
19
+
20
+ ### Features
21
+
22
+ * **Atoms:** Button Component ([#2](https://github.com/Employes/Paperless/issues/2)) ([e32a7f9](https://github.com/Employes/Paperless/commit/e32a7f9b86a2f96ebc9bb151e568de128022e6dc))
23
+
24
+
25
+
26
+
27
+
28
+ # 0.1.0-alpha.2 (2022-07-07)
29
+
30
+ **Note:** Version bump only for package @paperless/conventions
31
+
32
+
33
+
34
+
35
+
36
+ # 0.1.0-alpha.1 (2022-07-06)
37
+
38
+ **Note:** Version bump only for package @paperless/conventions
39
+
40
+
41
+
42
+
43
+
6
44
  # 0.1.0-alpha.0 (2022-07-06)
7
45
 
8
46
 
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.0",
4
+ "version": "0.1.0-alpha.4",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
7
7
  "publishConfig": {