@mantine/tiptap 9.0.0-alpha.6 → 9.0.0

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/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Mantine tiptap
2
2
 
3
- [![npm](https://img.shields.io/npm/dm/@mantine/dates)](https://www.npmjs.com/package/@mantine/tiptap)
3
+ [![npm](https://img.shields.io/npm/dm/@mantine/tiptap)](https://www.npmjs.com/package/@mantine/tiptap)
4
4
 
5
5
  Rich text editor based on [tiptap](https://tiptap.dev/)
6
6
 
@@ -10,10 +10,10 @@ Rich text editor based on [tiptap](https://tiptap.dev/)
10
10
 
11
11
  ```bash
12
12
  # With yarn
13
- yarn add @mantine/core @mantine/hooks @tiptap/react @tiptap/extension-link
13
+ yarn add @mantine/tiptap @mantine/core @mantine/hooks @tiptap/react @tiptap/extension-link
14
14
 
15
15
  # With npm
16
- npm install @mantine/core @mantine/hooks @tiptap/react @tiptap/extension-link
16
+ npm install @mantine/tiptap @mantine/core @mantine/hooks @tiptap/react @tiptap/extension-link
17
17
  ```
18
18
 
19
19
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mantine/tiptap",
3
- "version": "9.0.0-alpha.6",
3
+ "version": "9.0.0",
4
4
  "description": "Rich text editor based on tiptap",
5
5
  "homepage": "https://mantine.dev/x/tiptap",
6
6
  "license": "MIT",
@@ -44,8 +44,8 @@
44
44
  "directory": "packages/@mantine/tiptap"
45
45
  },
46
46
  "peerDependencies": {
47
- "@mantine/core": "9.0.0-alpha.6",
48
- "@mantine/hooks": "9.0.0-alpha.6",
47
+ "@mantine/core": "9.0.0",
48
+ "@mantine/hooks": "9.0.0",
49
49
  "@tiptap/extension-link": ">=3.3.0",
50
50
  "@tiptap/react": ">=3.3.0",
51
51
  "react": "^19.2.0",