@paperless/react 2.0.1-beta.36 → 2.0.1-beta.38

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 +38 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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
+ ## [2.0.1-beta.38](https://github.com/ionic-team/ionic/compare/v1.69.0...v2.0.1-beta.38) (2025-04-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **molecules:** Revert removal of input-group temporarily ([cdab425](https://github.com/ionic-team/ionic/commit/cdab4258288bbfc922afb2e0e81926b4090a8de6))
12
+
13
+
14
+ ### Features
15
+
16
+ * **atmos:** Add navigation-title component ([8cfcbda](https://github.com/ionic-team/ionic/commit/8cfcbdae8bfaf4b97f1710720f0ec64a7daa3c84))
17
+ * **atoms/icon:** New icons and marked old as deprecated ([7e308c3](https://github.com/ionic-team/ionic/commit/7e308c3009af9a4db7643bb67aedae0f3c708e8d))
18
+ * **atoms:** Add badge component ([489ba16](https://github.com/ionic-team/ionic/commit/489ba16cd7356a91bae064ba568c6ce5fb3c99c9))
19
+ * **atoms:** Add checkbox component ([c11413d](https://github.com/ionic-team/ionic/commit/c11413d9ea74741747e2b78cd8ea59f7b0200336))
20
+ * **atoms:** Add radio component ([66ec464](https://github.com/ionic-team/ionic/commit/66ec464e6ff86d3c9e1cac7bebdb62789f62580c))
21
+ * **atoms:** Add toggle component ([040b7e3](https://github.com/ionic-team/ionic/commit/040b7e39de5ed15cc07157b3950033e47efcea69))
22
+ * **molecules:** Add navigation section component ([8507688](https://github.com/ionic-team/ionic/commit/85076882709885a802485fd297d1a113e008be03))
23
+
24
+
25
+
26
+
27
+
28
+ ## [2.0.1-beta.37](https://github.com/ionic-team/ionic/compare/v2.0.1-beta.36...v2.0.1-beta.37) (2025-04-07)
29
+
30
+ **Note:** Version bump only for package @paperless/react
31
+
32
+
33
+
34
+
35
+
6
36
  ## [2.0.1-beta.36](https://github.com/ionic-team/ionic/compare/v1.68.1...v2.0.1-beta.36) (2025-04-04)
7
37
 
8
38
 
@@ -349,6 +379,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
349
379
 
350
380
 
351
381
 
382
+ # [1.69.0](https://github.com/ionic-team/ionic/compare/v1.68.1...v1.69.0) (2025-04-11)
383
+
384
+ **Note:** Version bump only for package @paperless/react
385
+
386
+
387
+
388
+
389
+
352
390
  ## [1.68.1](https://github.com/ionic-team/ionic/compare/v1.68.0...v1.68.1) (2025-04-04)
353
391
 
354
392
  **Note:** Version bump only for package @paperless/react
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paperless/react",
3
3
  "sideEffects": false,
4
- "version": "2.0.1-beta.36",
4
+ "version": "2.0.1-beta.38",
5
5
  "description": "React specific wrapper for component-library",
6
6
  "repository": {
7
7
  "type": "git",