@critical-path/react 0.3.2 → 0.3.4

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @critical-path/react
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d5ff04: fix(core): decode base64 strings and data URIs into binary Uint8Array in storage adapters
8
+ - Updated dependencies [2d5ff04]
9
+ - @critical-path/core@0.8.3
10
+ - @critical-path/client@0.4.3
11
+
12
+ ## 0.3.3
13
+
14
+ ### Patch Changes
15
+
16
+ - fix(core): decode base64 strings and data URIs into binary Uint8Array in storage adapters
17
+ - Updated dependencies
18
+ - @critical-path/core@0.8.2
19
+ - @critical-path/client@0.4.2
20
+
3
21
  ## 0.3.2
4
22
 
5
23
  ### 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.4",
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.3",
22
+ "@critical-path/core": "0.8.3"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "^18.0.0 || ^19.0.0"