@copilotkit/react-core 1.52.2-next.3 → 1.52.2-next.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 +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # ui
2
2
 
3
+ ## 1.52.2-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ac31331: - Prevents error propagating out of CPK when an agent runtime is defined but not reachable
8
+ - Adds an onError callback to CopilotChat and CopilotKitProvider
9
+ - @copilotkit/runtime-client-gql@1.52.2-next.4
10
+ - @copilotkit/shared@1.52.2-next.4
11
+ - @copilotkitnext/core@1.52.2-next.4
12
+ - @copilotkitnext/react@1.52.2-next.4
13
+
3
14
  ## 1.52.2-next.3
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "version": "1.52.2-next.3",
13
+ "version": "1.52.2-next.4",
14
14
  "sideEffects": [
15
15
  "**/*.css"
16
16
  ],
@@ -59,10 +59,10 @@
59
59
  "@scarf/scarf": "^1.3.0",
60
60
  "react-markdown": "^8.0.7",
61
61
  "untruncate-json": "^0.0.1",
62
- "@copilotkit/runtime-client-gql": "1.52.2-next.3",
63
- "@copilotkit/shared": "1.52.2-next.3",
64
- "@copilotkitnext/core": "1.52.2-next.3",
65
- "@copilotkitnext/react": "1.52.2-next.3"
62
+ "@copilotkit/runtime-client-gql": "1.52.2-next.4",
63
+ "@copilotkit/shared": "1.52.2-next.4",
64
+ "@copilotkitnext/core": "1.52.2-next.4",
65
+ "@copilotkitnext/react": "1.52.2-next.4"
66
66
  },
67
67
  "keywords": [
68
68
  "copilotkit",