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

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 +62 -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.37](https://github.com/ionic-team/ionic/compare/v2.0.1-beta.36...v2.0.1-beta.37) (2025-04-07)
7
+
8
+ **Note:** Version bump only for package @paperless/react
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.1-beta.36](https://github.com/ionic-team/ionic/compare/v1.68.1...v2.0.1-beta.36) (2025-04-04)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **molecules:** Revert removal of input-group temporarily ([b8a524c](https://github.com/ionic-team/ionic/commit/b8a524c655ad1ef838dfba4ac8bb5f153fd96c2c))
20
+
21
+
22
+ ### Features
23
+
24
+ * **atmos:** Add navigation-title component ([2f7043e](https://github.com/ionic-team/ionic/commit/2f7043e5ffd109c9e72d15da0e2257ff452bd2c3))
25
+ * **atoms/icon:** New icons and marked old as deprecated ([902d738](https://github.com/ionic-team/ionic/commit/902d73823789983a4bb79cf30e1e5ba3dd213086))
26
+ * **atoms:** Add badge component ([4319920](https://github.com/ionic-team/ionic/commit/4319920d0df2b1a298a42e566e86c8978b0fbbf4))
27
+ * **atoms:** Add checkbox component ([f30acb6](https://github.com/ionic-team/ionic/commit/f30acb6937837a84b837a16d64dd35c967b2f9da))
28
+ * **atoms:** Add radio component ([c72d8f6](https://github.com/ionic-team/ionic/commit/c72d8f6e25b867346373db5b9044829c5ef487d2))
29
+ * **atoms:** Add toggle component ([0b8490e](https://github.com/ionic-team/ionic/commit/0b8490ea6f7b507b3ff34551ae16822a5ee64e1c))
30
+ * **molecules:** Add navigation section component ([1c44c9a](https://github.com/ionic-team/ionic/commit/1c44c9a29ce769cfb60d37118dc18ee28844bf2d))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [2.0.1-beta.35](https://github.com/ionic-team/ionic/compare/v2.0.1-beta.34...v2.0.1-beta.35) (2025-04-01)
7
37
 
8
38
  **Note:** Version bump only for package @paperless/react
@@ -327,6 +357,38 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
327
357
 
328
358
 
329
359
 
360
+ ## [1.68.1](https://github.com/ionic-team/ionic/compare/v1.68.0...v1.68.1) (2025-04-04)
361
+
362
+ **Note:** Version bump only for package @paperless/react
363
+
364
+
365
+
366
+
367
+
368
+ # [1.68.0](https://github.com/ionic-team/ionic/compare/v1.67.11...v1.68.0) (2025-04-03)
369
+
370
+ **Note:** Version bump only for package @paperless/react
371
+
372
+
373
+
374
+
375
+
376
+ ## [1.67.11](https://github.com/ionic-team/ionic/compare/v1.67.10...v1.67.11) (2025-04-03)
377
+
378
+ **Note:** Version bump only for package @paperless/react
379
+
380
+
381
+
382
+
383
+
384
+ ## [1.67.10](https://github.com/ionic-team/ionic/compare/v1.67.9...v1.67.10) (2025-04-03)
385
+
386
+ **Note:** Version bump only for package @paperless/react
387
+
388
+
389
+
390
+
391
+
330
392
  ## [1.67.9](https://github.com/ionic-team/ionic/compare/v1.67.8...v1.67.9) (2025-03-31)
331
393
 
332
394
  **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.35",
4
+ "version": "2.0.1-beta.37",
5
5
  "description": "React specific wrapper for component-library",
6
6
  "repository": {
7
7
  "type": "git",