@tiptap/pm 2.0.0-beta.219 → 2.0.0-rc.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -19,4 +19,4 @@ Documentation can be found on the [Tiptap website](https://tiptap.dev).
19
19
 
20
20
  ## License
21
21
 
22
- tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap/blob/main/LICENSE.md).
22
+ Tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap/blob/main/LICENSE.md).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiptap/pm",
3
3
  "description": "prosemirror wrapper package for tiptap",
4
- "version": "2.0.0-beta.219",
4
+ "version": "2.0.0-rc.1",
5
5
  "homepage": "https://tiptap.dev",
6
6
  "keywords": [
7
7
  "tiptap",
@@ -126,7 +126,7 @@
126
126
  "view/**"
127
127
  ],
128
128
  "peerDependencies": {
129
- "@tiptap/core": "^2.0.0-beta.209"
129
+ "@tiptap/core": "2.0.0-rc.1"
130
130
  },
131
131
  "dependencies": {
132
132
  "prosemirror-changeset": "^2.2.0",
@@ -174,4 +174,4 @@
174
174
  "build:transform": "tsup \"transform/index.ts\" --out-dir transform/dist",
175
175
  "build:view": "tsup \"view/index.ts\" --out-dir view/dist"
176
176
  }
177
- }
177
+ }