@paperless/react 0.1.0-alpha.94 → 0.1.0-alpha.98

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