@paperless/react 0.1.0-alpha.122 → 0.1.0-alpha.125

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 +33 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
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.125 (2022-09-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Atoms/Layout:** Remove safe-area padding top from main content ([857b6c3](https://github.com/ionic-team/ionic/commit/857b6c34e88a9c81dc90c5f9ad4bb8999eeca27a))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.124 (2022-09-09)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Atoms/Profile:** Add `flex-shrink-0` to avatar ([c81be22](https://github.com/ionic-team/ionic/commit/c81be221f143699fdc1cd520d095946ea2a37048))
23
+
24
+
25
+
26
+
27
+
28
+ # 0.1.0-alpha.123 (2022-09-09)
29
+
30
+
31
+ ### Features
32
+
33
+ * **Molecules/Profile:** Update avatar correctly instead of regenerate ([1ee3de2](https://github.com/ionic-team/ionic/commit/1ee3de265628bb76cd09b9d83c4a89a01801cefc))
34
+
35
+
36
+
37
+
38
+
6
39
  # 0.1.0-alpha.122 (2022-09-09)
7
40
 
8
41
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paperless/react",
3
3
  "sideEffects": false,
4
- "version": "0.1.0-alpha.122",
4
+ "version": "0.1.0-alpha.125",
5
5
  "description": "React specific wrapper for component-library",
6
6
  "repository": {
7
7
  "type": "git",