@paperless/react 0.1.0-alpha.115 → 0.1.0-alpha.119

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 +44 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
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.119 (2022-09-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Atoms/Avatar:** Use different method of applying src ([a614325](https://github.com/ionic-team/ionic/commit/a61432505d6fe1522f6d90ee0a5119e878812790))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.118 (2022-09-09)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * make sure we use all variants of fill-available ([551eecd](https://github.com/ionic-team/ionic/commit/551eecdee9935cd51ad94578862905231fa0be40))
23
+
24
+
25
+
26
+
27
+
28
+ # 0.1.0-alpha.117 (2022-09-09)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **tests:** Remove console.log ([57e650c](https://github.com/ionic-team/ionic/commit/57e650c02e3465ed643b9f214018448a5ebb48a9))
34
+
35
+
36
+
37
+
38
+
39
+ # 0.1.0-alpha.116 (2022-09-09)
40
+
41
+
42
+ ### Features
43
+
44
+ * **Molecules/Content Slider:** Improve indicator click & rewrite location logic ([a2c03bc](https://github.com/ionic-team/ionic/commit/a2c03bc772e8e8126c2df38fa6fe43f38de1c290))
45
+
46
+
47
+
48
+
49
+
6
50
  # 0.1.0-alpha.115 (2022-09-09)
7
51
 
8
52
 
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.115",
4
+ "version": "0.1.0-alpha.119",
5
5
  "description": "React specific wrapper for component-library",
6
6
  "repository": {
7
7
  "type": "git",