@opensaas/stack-tiptap 0.1.4 → 0.1.6

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,10 +1,10 @@
1
1
 
2
- > @opensaas/stack-tiptap@0.1.4 build /home/runner/work/stack/stack/packages/tiptap
2
+ > @opensaas/stack-tiptap@0.1.6 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 "_jsr-registry". This will stop working in the next major version of npm.
7
7
 
8
- > @opensaas/stack-tiptap@0.1.4 copy:css
8
+ > @opensaas/stack-tiptap@0.1.6 copy:css
9
9
  > mkdir -p dist/styles && cp src/styles/tiptap.css dist/styles/
10
10
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @opensaas/stack-tiptap
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [39996ca]
8
+ - Updated dependencies [39996ca]
9
+ - @opensaas/stack-core@0.1.6
10
+ - @opensaas/stack-ui@0.1.6
11
+
12
+ ## 0.1.5
13
+
14
+ ### Patch Changes
15
+
16
+ - 17eaafb: Update package urls
17
+ - Updated dependencies [17eaafb]
18
+ - @opensaas/stack-core@0.1.5
19
+ - @opensaas/stack-ui@0.1.5
20
+
3
21
  ## 0.1.4
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/stack-tiptap",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Tiptap rich text editor integration for OpenSaas Stack",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,12 +24,21 @@
24
24
  ],
25
25
  "author": "",
26
26
  "license": "MIT",
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "https://github.com/OpenSaasAU/stack.git",
30
+ "directory": "packages/tiptap"
31
+ },
32
+ "homepage": "https://stack.opensaas.au",
33
+ "bugs": {
34
+ "url": "https://github.com/OpenSaasAU/stack/issues"
35
+ },
27
36
  "peerDependencies": {
28
37
  "next": "^15.0.0 || ^16.0.0",
29
38
  "react": "^19.0.0",
30
39
  "react-dom": "^19.0.0",
31
- "@opensaas/stack-core": "0.1.4",
32
- "@opensaas/stack-ui": "0.1.4"
40
+ "@opensaas/stack-core": "0.1.6",
41
+ "@opensaas/stack-ui": "0.1.6"
33
42
  },
34
43
  "dependencies": {
35
44
  "@tiptap/react": "^3.7.2",
@@ -43,8 +52,8 @@
43
52
  "@types/react": "^19.2.2",
44
53
  "@types/react-dom": "^19.2.2",
45
54
  "typescript": "^5.9.3",
46
- "@opensaas/stack-core": "0.1.4",
47
- "@opensaas/stack-ui": "0.1.4"
55
+ "@opensaas/stack-core": "0.1.6",
56
+ "@opensaas/stack-ui": "0.1.6"
48
57
  },
49
58
  "scripts": {
50
59
  "build": "tsc && npm run copy:css",