@kheopskit/react 0.0.4 → 0.0.11

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 +61 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # @kheopskit/react
2
2
 
3
+ ## 0.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`9d4f86e`](https://github.com/kheopskit/kheopskit/commit/9d4f86e7632843fad089ce930b209aee9b9e2b41)]:
8
+ - @kheopskit/core@0.0.11
9
+
10
+ ## 0.0.10
11
+
12
+ ### Patch Changes
13
+
14
+ - [`c7dea32`](https://github.com/kheopskit/kheopskit/commit/c7dea32e2921716cef82b53e1960c3cdb4c8e5ae) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
15
+
16
+ - Updated dependencies [[`c7dea32`](https://github.com/kheopskit/kheopskit/commit/c7dea32e2921716cef82b53e1960c3cdb4c8e5ae)]:
17
+ - @kheopskit/core@0.0.10
18
+
19
+ ## 0.0.9
20
+
21
+ ### Patch Changes
22
+
23
+ - [`961f6a3`](https://github.com/kheopskit/kheopskit/commit/961f6a371c73d4065e9157c95ca4d996012098e7) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
24
+
25
+ - Updated dependencies [[`961f6a3`](https://github.com/kheopskit/kheopskit/commit/961f6a371c73d4065e9157c95ca4d996012098e7)]:
26
+ - @kheopskit/core@0.0.9
27
+
28
+ ## 0.0.8
29
+
30
+ ### Patch Changes
31
+
32
+ - [`b76185f`](https://github.com/kheopskit/kheopskit/commit/b76185f99a78c5a82a8b9aead65b0708f17b0bd5) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
33
+
34
+ - Updated dependencies [[`b76185f`](https://github.com/kheopskit/kheopskit/commit/b76185f99a78c5a82a8b9aead65b0708f17b0bd5)]:
35
+ - @kheopskit/core@0.0.8
36
+
37
+ ## 0.0.7
38
+
39
+ ### Patch Changes
40
+
41
+ - [`07f8406`](https://github.com/kheopskit/kheopskit/commit/07f8406d3f176e6a8b3b06fe16396bf2b6b1db88) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
42
+
43
+ - Updated dependencies [[`07f8406`](https://github.com/kheopskit/kheopskit/commit/07f8406d3f176e6a8b3b06fe16396bf2b6b1db88)]:
44
+ - @kheopskit/core@0.0.7
45
+
46
+ ## 0.0.6
47
+
48
+ ### Patch Changes
49
+
50
+ - [`5319326`](https://github.com/kheopskit/kheopskit/commit/53193262e80fec9e242986f818d7f7b53f92357a) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
51
+
52
+ - Updated dependencies [[`5319326`](https://github.com/kheopskit/kheopskit/commit/53193262e80fec9e242986f818d7f7b53f92357a)]:
53
+ - @kheopskit/core@0.0.6
54
+
55
+ ## 0.0.5
56
+
57
+ ### Patch Changes
58
+
59
+ - [`d865842`](https://github.com/kheopskit/kheopskit/commit/d86584236e51730e82baaa9068604fa7e703e9c2) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
60
+
61
+ - Updated dependencies [[`d865842`](https://github.com/kheopskit/kheopskit/commit/d86584236e51730e82baaa9068604fa7e703e9c2)]:
62
+ - @kheopskit/core@0.0.5
63
+
3
64
  ## 0.0.4
4
65
 
5
66
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@kheopskit/react",
3
- "version": "0.0.4",
3
+ "version": "0.0.11",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
+ "private": false,
8
9
  "main": "dist/index.cjs",
9
10
  "module": "dist/index.mjs",
10
11
  "types": "dist/index.d.ts",
@@ -28,7 +29,7 @@
28
29
  "rxjs": ">=7.0.0"
29
30
  },
30
31
  "dependencies": {
31
- "@kheopskit/core": "0.0.4"
32
+ "@kheopskit/core": "0.0.11"
32
33
  },
33
34
  "devDependencies": {
34
35
  "@types/react": "^19.1.5",