@critical-path/react 0.3.2 → 0.3.5

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 +26 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @critical-path/react
2
2
 
3
+ ## 0.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e983557]
8
+ - @critical-path/core@0.9.0
9
+ - @critical-path/client@0.4.4
10
+
11
+ ## 0.3.4
12
+
13
+ ### Patch Changes
14
+
15
+ - 2d5ff04: fix(core): decode base64 strings and data URIs into binary Uint8Array in storage adapters
16
+ - Updated dependencies [2d5ff04]
17
+ - @critical-path/core@0.8.3
18
+ - @critical-path/client@0.4.3
19
+
20
+ ## 0.3.3
21
+
22
+ ### Patch Changes
23
+
24
+ - fix(core): decode base64 strings and data URIs into binary Uint8Array in storage adapters
25
+ - Updated dependencies
26
+ - @critical-path/core@0.8.2
27
+ - @critical-path/client@0.4.2
28
+
3
29
  ## 0.3.2
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@critical-path/react",
3
- "version": "0.3.2",
3
+ "version": "0.3.5",
4
4
  "description": "React Context Provider and Hooks for Critical Path headless project management framework",
5
5
  "author": "Jack James",
6
6
  "license": "MIT",
@@ -18,8 +18,8 @@
18
18
  }
19
19
  },
20
20
  "dependencies": {
21
- "@critical-path/client": "0.4.1",
22
- "@critical-path/core": "0.8.1"
21
+ "@critical-path/client": "0.4.4",
22
+ "@critical-path/core": "0.9.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "^18.0.0 || ^19.0.0"