@copilotkit/react-core 0.0.0-max-changeset-20260109191053 → 0.0.0-max-changeset-20260109200053

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 +5 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-max-changeset-20260109191053
3
+ ## 0.0.0-max-changeset-20260109200053
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6da0e74: Update versioning strategy
8
8
  - Updated dependencies [6da0e74]
9
- - @copilotkit/runtime-client-gql@0.0.0-max-changeset-20260109191053
10
- - @copilotkit/shared@0.0.0-max-changeset-20260109191053
11
- - @copilotkitnext/react@0.0.0-max-changeset-20260109191053
12
- - @copilotkitnext/core@0.0.0-max-changeset-20260109191053
9
+ - @copilotkit/runtime-client-gql@0.0.0-max-changeset-20260109200053
10
+ - @copilotkit/shared@0.0.0-max-changeset-20260109200053
11
+ - @copilotkitnext/react@0.0.0-max-changeset-20260109200053
12
+ - @copilotkitnext/core@0.0.0-max-changeset-20260109200053
13
13
 
14
14
  ## 1.50.2-next.0
15
15
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.0.0-max-changeset-20260109191053",
12
+ "version": "0.0.0-max-changeset-20260109200053",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -35,10 +35,10 @@
35
35
  "react": "^18 || ^19 || ^19.0.0-rc",
36
36
  "react-dom": "^18 || ^19 || ^19.0.0-rc",
37
37
  "zod": ">=3.0.0",
38
- "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109191053",
39
- "@copilotkit/shared": "0.0.0-max-changeset-20260109191053",
40
- "@copilotkitnext/core": "0.0.0-max-changeset-20260109191053",
41
- "@copilotkitnext/react": "0.0.0-max-changeset-20260109191053"
38
+ "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109200053",
39
+ "@copilotkit/shared": "0.0.0-max-changeset-20260109200053",
40
+ "@copilotkitnext/core": "0.0.0-max-changeset-20260109200053",
41
+ "@copilotkitnext/react": "0.0.0-max-changeset-20260109200053"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@testing-library/react": "^16.3.0",
@@ -56,10 +56,10 @@
56
56
  "tsup": "^6.7.0",
57
57
  "typescript": "^5.2.3",
58
58
  "zod": ">=3.0.0",
59
- "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109191053",
60
- "@copilotkit/shared": "0.0.0-max-changeset-20260109191053",
61
- "@copilotkitnext/core": "0.0.0-max-changeset-20260109191053",
62
- "@copilotkitnext/react": "0.0.0-max-changeset-20260109191053",
59
+ "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109200053",
60
+ "@copilotkit/shared": "0.0.0-max-changeset-20260109200053",
61
+ "@copilotkitnext/core": "0.0.0-max-changeset-20260109200053",
62
+ "@copilotkitnext/react": "0.0.0-max-changeset-20260109200053",
63
63
  "eslint-config-custom": "1.4.6",
64
64
  "tsconfig": "1.4.6"
65
65
  },