@paperless/react 0.1.0-alpha.59 → 0.1.0-alpha.63

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.63 (2022-08-30)
7
+
8
+ **Note:** Version bump only for package @paperless/react
9
+
10
+
11
+
12
+
13
+
14
+ # 0.1.0-alpha.62 (2022-08-30)
15
+
16
+ **Note:** Version bump only for package @paperless/react
17
+
18
+
19
+
20
+
21
+
22
+ # 0.1.0-alpha.61 (2022-08-30)
23
+
24
+
25
+ ### Features
26
+
27
+ * Update grid to be of 12 columns ([2c2603b](https://github.com/ionic-team/ionic/commit/2c2603bb2d2c10abd4b9dd67cb83ae1d9b0c1a6f))
28
+
29
+
30
+
31
+
32
+
33
+ # 0.1.0-alpha.60 (2022-08-18)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * **deps:** update all non-major dependencies to v14.1.3 ([#40](https://github.com/ionic-team/ionic/issues/40)) ([6ba3ab7](https://github.com/ionic-team/ionic/commit/6ba3ab74fa2f8a2dd346cf67aa4749aba6997f3f))
39
+
40
+
41
+
42
+
43
+
6
44
  # 0.1.0-alpha.59 (2022-08-10)
7
45
 
8
46
 
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.59",
4
+ "version": "0.1.0-alpha.63",
5
5
  "description": "React specific wrapper for component-library",
6
6
  "repository": {
7
7
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "devDependencies": {
31
31
  "@types/jest": "23.3.14",
32
- "@types/node": "16.11.47",
32
+ "@types/node": "16.11.56",
33
33
  "jest": "23.6.0",
34
34
  "jest-dom": "4.0.0",
35
35
  "np": "7.6.2",