@kheopskit/react 0.0.1 → 0.0.3

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 +22 -4
  2. package/package.json +5 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # @kheopskit/react
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7a0ea89`](https://github.com/kheopskit/kheopskit/commit/7a0ea890982570ae89934fead69d319fff46dd98) Thanks [@0xKheops](https://github.com/0xKheops)! - test changeset
8
+
9
+ - Updated dependencies [[`7a0ea89`](https://github.com/kheopskit/kheopskit/commit/7a0ea890982570ae89934fead69d319fff46dd98)]:
10
+ - @kheopskit/core@0.0.3
11
+
12
+ ## 0.0.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [`806b8d3`](https://github.com/kheopskit/kheopskit/commit/806b8d394ba7c2576c76d9de72a15d7927bcff9e) - update peer deps
17
+
18
+ - Updated dependencies [[`806b8d3`](https://github.com/kheopskit/kheopskit/commit/806b8d394ba7c2576c76d9de72a15d7927bcff9e)]:
19
+ - @kheopskit/core@0.0.2
20
+
3
21
  ## 0.0.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd) Thanks [@0xKheops](https://github.com/0xKheops)! - refactor property names
25
+ - [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd) - refactor property names
8
26
 
9
- - [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd) Thanks [@0xKheops](https://github.com/0xKheops)! - initial alpha release
27
+ - [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd) - initial alpha release
10
28
 
11
29
  - Updated dependencies [[`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd), [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd)]:
12
30
  - @kheopskit/core@0.0.1
@@ -15,7 +33,7 @@
15
33
 
16
34
  ### Patch Changes
17
35
 
18
- - [`4f378f9`](https://github.com/0xKheops/kheopskit-alpha/commit/4f378f9b61e555b7b66ef3bfaf107ab8e6ac62b1) Thanks [@0xKheops](https://github.com/0xKheops)! - refactor property names
36
+ - [`4f378f9`](https://github.com/0xKheops/kheopskit-alpha/commit/4f378f9b61e555b7b66ef3bfaf107ab8e6ac62b1) - refactor property names
19
37
 
20
38
  - Updated dependencies [[`4f378f9`](https://github.com/0xKheops/kheopskit-alpha/commit/4f378f9b61e555b7b66ef3bfaf107ab8e6ac62b1)]:
21
39
  - @kheopskit/core@0.0.1-alpha.1
@@ -24,7 +42,7 @@
24
42
 
25
43
  ### Patch Changes
26
44
 
27
- - [`3216d3b`](https://github.com/0xKheops/kheopskit-alpha/commit/3216d3b4ca1f2fadbebe9a4275e7b864ac89d222) Thanks [@0xKheops](https://github.com/0xKheops)! - initial alpha release
45
+ - [`3216d3b`](https://github.com/0xKheops/kheopskit-alpha/commit/3216d3b4ca1f2fadbebe9a4275e7b864ac89d222) - initial alpha release
28
46
 
29
47
  - Updated dependencies [[`3216d3b`](https://github.com/0xKheops/kheopskit-alpha/commit/3216d3b4ca1f2fadbebe9a4275e7b864ac89d222)]:
30
48
  - @kheopskit/core@0.0.1-alpha.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kheopskit/react",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,18 +23,16 @@
23
23
  },
24
24
  "license": "ISC",
25
25
  "peerDependencies": {
26
- "polkadot-api": ">=1.10.0",
27
- "react": "^19.0.0",
28
- "react-dom": "^19.0.0",
29
- "rxjs": ">=7.8.0"
26
+ "react": ">=18.0.0",
27
+ "react-dom": ">=18.0.0",
28
+ "rxjs": ">=7.0.0"
30
29
  },
31
30
  "dependencies": {
32
- "@kheopskit/core": "0.0.1"
31
+ "@kheopskit/core": "0.0.3"
33
32
  },
34
33
  "devDependencies": {
35
34
  "@types/react": "^19.1.5",
36
35
  "@types/react-dom": "^19.1.5",
37
- "polkadot-api": "^1.12.0",
38
36
  "react": "^19.1.0",
39
37
  "react-dom": "^19.1.0",
40
38
  "rxjs": "^7.8.2"