tembro 6.0.0 → 6.0.1

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## 6.0.1 - 2026-07-18
6
+
7
+ ### Fixed
8
+
9
+ - Pinned Tiptap install specs used by the CLI so rich text editor dependencies resolve as one compatible package family during `tembro add`.
10
+
5
11
  ## 6.0.0 - 2026-07-18
6
12
 
7
13
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tembro",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Reusable React UI kit with dashboard-ready components, CLI registry helpers, and TypeScript support.",
5
5
  "keywords": [
6
6
  "react",
@@ -156,14 +156,18 @@
156
156
  "dependencies": {
157
157
  "@base-ui/react": "^1.5.0",
158
158
  "@dnd-kit/helpers": "^0.5.0",
159
- "@dnd-kit/react": "^0.5.0",
160
- "@tanstack/react-table": "^8.21.3",
161
- "@tanstack/react-virtual": "^3.14.5",
162
- "@tiptap/extension-link": "^3.27.3",
163
- "@tiptap/extension-placeholder": "^3.27.3",
164
- "@tiptap/pm": "^3.27.3",
165
- "@tiptap/react": "^3.27.3",
166
- "@tiptap/starter-kit": "^3.27.3",
159
+ "@dnd-kit/react": "^0.5.0",
160
+ "@tanstack/react-table": "^8.21.3",
161
+ "@tanstack/react-virtual": "^3.14.5",
162
+ "@tiptap/core": "3.28.0",
163
+ "@tiptap/extension-bubble-menu": "3.28.0",
164
+ "@tiptap/extension-floating-menu": "3.28.0",
165
+ "@tiptap/extension-link": "3.28.0",
166
+ "@tiptap/extension-placeholder": "3.28.0",
167
+ "@tiptap/extensions": "3.28.0",
168
+ "@tiptap/pm": "3.28.0",
169
+ "@tiptap/react": "3.28.0",
170
+ "@tiptap/starter-kit": "3.28.0",
167
171
  "@types/qrcode": "^1.5.6",
168
172
  "class-variance-authority": "^0.7.1",
169
173
  "clsx": "^2.1.1",