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

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