@paperless/react 0.1.0-alpha.86 → 0.1.0-alpha.89

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.89 (2022-09-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Organisms/Modal:** Implement mobile modal ([f98dc4f](https://github.com/ionic-team/ionic/commit/f98dc4f46152a0f753c141e1f7efcd92e89126c2))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.88 (2022-09-06)
18
+
19
+
20
+ ### Features
21
+
22
+ * **Organisms/Navbar:** Make navbar backdrop close the navbar ([d8dc4fa](https://github.com/ionic-team/ionic/commit/d8dc4fa49481c3779e24fd36382026e2c3977439))
23
+
24
+
25
+
26
+
27
+
28
+ # 0.1.0-alpha.87 (2022-09-06)
29
+
30
+
31
+ ### Features
32
+
33
+ * **Organisms/Navbar:** Safe inset height too ([ebbc47b](https://github.com/ionic-team/ionic/commit/ebbc47b60b6145cb0867368c3dd96839eec6378e))
34
+
35
+
36
+
37
+
38
+
6
39
  # 0.1.0-alpha.86 (2022-09-06)
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.86",
4
+ "version": "0.1.0-alpha.89",
5
5
  "description": "React specific wrapper for component-library",
6
6
  "repository": {
7
7
  "type": "git",