Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
svenadlung committed Jul 17, 2023
1 parent 7f2c619 commit c4e655f
Show file tree
Hide file tree
Showing 112 changed files with 868 additions and 416 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.0.4) (2023-07-17)


### Bug Fixes

* missing word in toggle-node.md ([1436f3e](https://github.com/ueberdosis/tiptap/commit/1436f3e24ef44a6e26c2e6f53bcace7c58803fdf))
* typo in focus.md ([64731e1](https://github.com/ueberdosis/tiptap/commit/64731e1a1a3f16ea49a1370b641a28d5738a2940))


### Features

* **core:** add the ability to register CSS via extension ([7f2c619](https://github.com/ueberdosis/tiptap/commit/7f2c6194fddc0ebb889cf3622da768f4cba74baf))





## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)


Expand Down
8 changes: 8 additions & 0 deletions demos/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.0.4) (2023-07-17)

**Note:** Version bump only for package tiptap-demos





## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)


Expand Down
8 changes: 4 additions & 4 deletions demos/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demos/package.json
@@ -1,6 +1,6 @@
{
"name": "tiptap-demos",
"version": "2.0.3",
"version": "2.0.4",
"private": true,
"scripts": {
"start": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -10,5 +10,5 @@
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"version": "2.0.3"
"version": "2.0.4"
}

0 comments on commit c4e655f

Please sign in to comment.