diff --git a/package.json b/package.json index b2e55ae..c419d34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@slate-serializers/source", - "version": "2.2.1", + "version": "2.2.2", "license": "MIT", "scripts": { "test": "nx run-many --all --target=test", diff --git a/packages/dom/package.json b/packages/dom/package.json index 536a0a6..dfd8654 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -1,6 +1,6 @@ { "name": "@slate-serializers/dom", - "version": "2.2.1", + "version": "2.2.2", "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" } \ No newline at end of file diff --git a/packages/html/package.json b/packages/html/package.json index a675253..77d7fbe 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,5 +1,5 @@ { "name": "@slate-serializers/html", - "version": "2.2.1", + "version": "2.2.2", "type": "commonjs" } \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index 36dcea5..11f8232 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,4 +1,4 @@ { "name": "@slate-serializers/react", - "version": "2.2.1" + "version": "2.2.2" } \ No newline at end of file diff --git a/packages/slate-serializers/package.json b/packages/slate-serializers/package.json index c8ce3c6..5d3bb88 100644 --- a/packages/slate-serializers/package.json +++ b/packages/slate-serializers/package.json @@ -1,5 +1,5 @@ { "name": "slate-serializers", - "version": "2.2.1", + "version": "2.2.2", "type": "commonjs" } \ No newline at end of file diff --git a/packages/template/package.json b/packages/template/package.json index 554e548..02b3868 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,5 +1,5 @@ { "name": "@slate-serializers/template", - "version": "2.2.1", + "version": "2.2.2", "type": "commonjs" } \ No newline at end of file diff --git a/packages/tests/package.json b/packages/tests/package.json index e62cc6b..5f85692 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,5 +1,5 @@ { "name": "@slate-serializers/tests", - "version": "2.2.1", + "version": "2.2.2", "type": "commonjs" } \ No newline at end of file diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 2300e4d..c63c96a 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,5 +1,5 @@ { "name": "@slate-serializers/utilities", - "version": "2.2.1", + "version": "2.2.2", "type": "commonjs" } \ No newline at end of file