@copilotkit/react-textarea 1.51.2-next.0 → 1.51.2

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 +24 -0
  2. package/package.json +6 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # ui
2
2
 
3
+ ## 1.51.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e59d23f: Use deps instead of peerdeps
8
+ - e59d23f: Move in-repo deps from peerdeps to actual deps
9
+ - Updated dependencies [e59d23f]
10
+ - Updated dependencies [e59d23f]
11
+ - @copilotkit/runtime-client-gql@1.51.2
12
+ - @copilotkit/react-core@1.51.2
13
+ - @copilotkit/shared@1.51.2
14
+
15
+ ## 1.51.2-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - e59d23f: Use deps instead of peerdeps
20
+ - e59d23f: Move in-repo deps from peerdeps to actual deps
21
+ - Updated dependencies [e59d23f]
22
+ - Updated dependencies [e59d23f]
23
+ - @copilotkit/runtime-client-gql@1.51.2-next.1
24
+ - @copilotkit/react-core@1.51.2-next.1
25
+ - @copilotkit/shared@1.51.2-next.1
26
+
3
27
  ## 1.51.2-next.0
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.51.2-next.0",
12
+ "version": "1.51.2",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -27,10 +27,7 @@
27
27
  "license": "MIT",
28
28
  "peerDependencies": {
29
29
  "react": "^18 || ^19 || ^19.0.0-rc",
30
- "react-dom": "^18 || ^19 || ^19.0.0-rc",
31
- "@copilotkit/react-core": "1.51.2-next.0",
32
- "@copilotkit/runtime-client-gql": "1.51.2-next.0",
33
- "@copilotkit/shared": "1.51.2-next.0"
30
+ "react-dom": "^18 || ^19 || ^19.0.0-rc"
34
31
  },
35
32
  "devDependencies": {
36
33
  "@types/jest": "^29.5.4",
@@ -48,9 +45,6 @@
48
45
  "ts-jest": "^29.1.1",
49
46
  "tsup": "^6.7.0",
50
47
  "typescript": "^5.2.3",
51
- "@copilotkit/react-core": "1.51.2-next.0",
52
- "@copilotkit/runtime-client-gql": "1.51.2-next.0",
53
- "@copilotkit/shared": "1.51.2-next.0",
54
48
  "eslint-config-custom": "1.4.6",
55
49
  "tailwind-config": "1.4.6",
56
50
  "tsconfig": "1.4.6"
@@ -73,7 +67,10 @@
73
67
  "slate": "^0.94.1",
74
68
  "slate-history": "^0.93.0",
75
69
  "slate-react": "^0.98.1",
76
- "tailwind-merge": "^1.13.2"
70
+ "tailwind-merge": "^1.13.2",
71
+ "@copilotkit/react-core": "1.51.2",
72
+ "@copilotkit/runtime-client-gql": "1.51.2",
73
+ "@copilotkit/shared": "1.51.2"
77
74
  },
78
75
  "keywords": [
79
76
  "copilotkit",