@paperless/react 2.0.1-beta.37 → 2.0.1-beta.39

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.39](https://github.com/ionic-team/ionic/compare/v2.0.1-beta.38...v2.0.1-beta.39) (2025-04-16)
7
+
8
+ **Note:** Version bump only for package @paperless/react
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.1-beta.38](https://github.com/ionic-team/ionic/compare/v1.69.0...v2.0.1-beta.38) (2025-04-16)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **molecules:** Revert removal of input-group temporarily ([cdab425](https://github.com/ionic-team/ionic/commit/cdab4258288bbfc922afb2e0e81926b4090a8de6))
20
+
21
+
22
+ ### Features
23
+
24
+ * **atmos:** Add navigation-title component ([8cfcbda](https://github.com/ionic-team/ionic/commit/8cfcbdae8bfaf4b97f1710720f0ec64a7daa3c84))
25
+ * **atoms/icon:** New icons and marked old as deprecated ([7e308c3](https://github.com/ionic-team/ionic/commit/7e308c3009af9a4db7643bb67aedae0f3c708e8d))
26
+ * **atoms:** Add badge component ([489ba16](https://github.com/ionic-team/ionic/commit/489ba16cd7356a91bae064ba568c6ce5fb3c99c9))
27
+ * **atoms:** Add checkbox component ([c11413d](https://github.com/ionic-team/ionic/commit/c11413d9ea74741747e2b78cd8ea59f7b0200336))
28
+ * **atoms:** Add radio component ([66ec464](https://github.com/ionic-team/ionic/commit/66ec464e6ff86d3c9e1cac7bebdb62789f62580c))
29
+ * **atoms:** Add toggle component ([040b7e3](https://github.com/ionic-team/ionic/commit/040b7e39de5ed15cc07157b3950033e47efcea69))
30
+ * **molecules:** Add navigation section component ([8507688](https://github.com/ionic-team/ionic/commit/85076882709885a802485fd297d1a113e008be03))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [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)
7
37
 
8
38
  **Note:** Version bump only for package @paperless/react
@@ -357,6 +387,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
357
387
 
358
388
 
359
389
 
390
+ # [1.69.0](https://github.com/ionic-team/ionic/compare/v1.68.1...v1.69.0) (2025-04-11)
391
+
392
+ **Note:** Version bump only for package @paperless/react
393
+
394
+
395
+
396
+
397
+
360
398
  ## [1.68.1](https://github.com/ionic-team/ionic/compare/v1.68.0...v1.68.1) (2025-04-04)
361
399
 
362
400
  **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.37",
4
+ "version": "2.0.1-beta.39",
5
5
  "description": "React specific wrapper for component-library",
6
6
  "repository": {
7
7
  "type": "git",