@copilotkit/react-ui 0.0.0-max-changeset-20260109043537 → 0.0.0-max-changeset-20260109174803

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-max-changeset-20260109043537
3
+ ## 0.0.0-max-changeset-20260109174803
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9e8c5a7: Update versioning strategy
8
8
  - Updated dependencies [9e8c5a7]
9
- - @copilotkit/runtime-client-gql@0.0.0-max-changeset-20260109043537
10
- - @copilotkit/react-core@0.0.0-max-changeset-20260109043537
11
- - @copilotkit/shared@0.0.0-max-changeset-20260109043537
9
+ - @copilotkit/runtime-client-gql@0.0.0-max-changeset-20260109174803
10
+ - @copilotkit/react-core@0.0.0-max-changeset-20260109174803
11
+ - @copilotkit/shared@0.0.0-max-changeset-20260109174803
12
12
 
13
13
  ## 1.50.2-next.0
14
14
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.0.0-max-changeset-20260109043537",
12
+ "version": "0.0.0-max-changeset-20260109174803",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -28,9 +28,9 @@
28
28
  "license": "MIT",
29
29
  "peerDependencies": {
30
30
  "react": "^18 || ^19 || ^19.0.0-rc",
31
- "@copilotkit/react-core": "0.0.0-max-changeset-20260109043537",
32
- "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109043537",
33
- "@copilotkit/shared": "0.0.0-max-changeset-20260109043537"
31
+ "@copilotkit/react-core": "0.0.0-max-changeset-20260109174803",
32
+ "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109174803",
33
+ "@copilotkit/shared": "0.0.0-max-changeset-20260109174803"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/jest": "^29.5.4",
@@ -44,9 +44,9 @@
44
44
  "ts-jest": "^29.1.1",
45
45
  "tsup": "^6.7.0",
46
46
  "typescript": "^5.2.3",
47
- "@copilotkit/react-core": "0.0.0-max-changeset-20260109043537",
48
- "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109043537",
49
- "@copilotkit/shared": "0.0.0-max-changeset-20260109043537",
47
+ "@copilotkit/react-core": "0.0.0-max-changeset-20260109174803",
48
+ "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109174803",
49
+ "@copilotkit/shared": "0.0.0-max-changeset-20260109174803",
50
50
  "eslint-config-custom": "1.4.6",
51
51
  "tailwind-config": "1.4.6",
52
52
  "tsconfig": "1.4.6"