@opensaas/stack-tiptap 0.5.0 → 0.6.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.
@@ -1,11 +1,11 @@
1
1
 
2
- > @opensaas/stack-tiptap@0.5.0 build /home/runner/work/stack/stack/packages/tiptap
2
+ > @opensaas/stack-tiptap@0.6.1 build /home/runner/work/stack/stack/packages/tiptap
3
3
  > tsc && npm run copy:css
4
4
 
5
5
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
6
6
  npm warn Unknown env config "npm-globalconfig". This will stop working in the next major version of npm.
7
7
  npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
8
8
 
9
- > @opensaas/stack-tiptap@0.5.0 copy:css
9
+ > @opensaas/stack-tiptap@0.6.1 copy:css
10
10
  > mkdir -p dist/styles && cp src/styles/tiptap.css dist/styles/
11
11
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @opensaas/stack-tiptap
2
2
 
3
+ ## 0.6.1
4
+
5
+ ## 0.6.0
6
+
3
7
  ## 0.5.0
4
8
 
5
9
  ## 0.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/stack-tiptap",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "Tiptap rich text editor integration for OpenSaas Stack",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -55,8 +55,8 @@
55
55
  "react": "^19.2.1",
56
56
  "react-dom": "^19.2.1",
57
57
  "typescript": "^5.9.3",
58
- "@opensaas/stack-core": "0.5.0",
59
- "@opensaas/stack-ui": "0.5.0"
58
+ "@opensaas/stack-core": "0.6.1",
59
+ "@opensaas/stack-ui": "0.6.1"
60
60
  },
61
61
  "scripts": {
62
62
  "build": "tsc && npm run copy:css",