You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First setup a blocknote schema with additional blocks offered by this library...
8
18
9
19
```jsx
@@ -81,8 +91,6 @@ This should make sure that the package is available for OpenProject even if runn
81
91
82
92
### Releases
83
93
84
-
Releases and versioning are not implemented yet. For now the way to use this library is by including the following entry directly to the _package.json_of your application.
94
+
Updating the version field in package.json will automatically create a new Git tag with the corresponding version. Pushing this tag to the repository triggers the generation of a new release.
0 commit comments