@paperless/react 0.1.0-alpha.95 → 0.1.0-alpha.99

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.99 (2022-09-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Molecules/Content Slider:** Improve height calc on resize ([5fc5ef2](https://github.com/ionic-team/ionic/commit/5fc5ef26db002908381e37c85dd99ba1ea929aab))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.98 (2022-09-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * **Atoms/Layout:** Hide horizontal overflow ([50cf4af](https://github.com/ionic-team/ionic/commit/50cf4afd682c683e4ac14d361102d86567921f91))
23
+
24
+
25
+
26
+
27
+
28
+ # 0.1.0-alpha.97 (2022-09-08)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Molecules/Content Slider:** Add a bit more padding/-margin ([430755a](https://github.com/ionic-team/ionic/commit/430755af096c7ce39816ae89cfd94861ff76edc0))
34
+
35
+
36
+
37
+
38
+
39
+ # 0.1.0-alpha.96 (2022-09-08)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **Molecules/Content Slider:** Remove pointer-events-none ([7b9d35f](https://github.com/ionic-team/ionic/commit/7b9d35f22047be459c1bba6c00b7b99771dd4443))
45
+
46
+
47
+
48
+
49
+
6
50
  # 0.1.0-alpha.95 (2022-09-08)
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.95",
4
+ "version": "0.1.0-alpha.99",
5
5
  "description": "React specific wrapper for component-library",
6
6
  "repository": {
7
7
  "type": "git",