Skip to content

Commit

Permalink
chore(main): release 2.2.3 (#184)
Browse files Browse the repository at this point in the history
* chore(main): release 2.2.3

* chore(packagejson): bump version

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steven Thompson <[email protected]>
  • Loading branch information
github-actions[bot] and thompsonsj authored Jan 19, 2025
1 parent 3084324 commit 41811e2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [2.2.3](https://github.com/thompsonsj/slate-serializers/compare/v2.2.2...v2.2.3) (2025-01-19)


### Bug Fixes

* **domhandler:** remove limit on mark transforms ([#183](https://github.com/thompsonsj/slate-serializers/issues/183)) ([3084324](https://github.com/thompsonsj/slate-serializers/commit/3084324cdf55f12567d35e3f8f6f0e3e9a8193a6))

## [2.2.2](https://github.com/thompsonsj/slate-serializers/compare/v2.2.1...v2.2.2) (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slate-serializers/source",
"version": "2.2.2",
"version": "2.2.3",
"license": "MIT",
"scripts": {
"test": "nx run-many --all --target=test",
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slate-serializers/dom",
"version": "2.2.2",
"version": "2.2.3",
"description": "Serialize Slate JSON objects to the DOM. Can be used with `htmlparser2` and associated utilities to modify the DOM and generate HTML. Used by other serializers in this monorepo.",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@slate-serializers/html",
"version": "2.2.2",
"version": "2.2.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@slate-serializers/react",
"version": "2.2.2"
"version": "2.2.3"
}
2 changes: 1 addition & 1 deletion packages/slate-serializers/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "slate-serializers",
"version": "2.2.2",
"version": "2.2.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@slate-serializers/template",
"version": "2.2.2",
"version": "2.2.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@slate-serializers/tests",
"version": "2.2.2",
"version": "2.2.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@slate-serializers/utilities",
"version": "2.2.2",
"version": "2.2.3",
"type": "commonjs"
}

0 comments on commit 41811e2

Please sign in to comment.