diff --git a/packages/kg-default-nodes/package.json b/packages/kg-default-nodes/package.json index 3912cda5e..856b95fb0 100644 --- a/packages/kg-default-nodes/package.json +++ b/packages/kg-default-nodes/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/kg-default-nodes", - "version": "1.1.17", + "version": "1.1.18", "repository": "https://github.com/TryGhost/Koenig/tree/main/packages/kg-default-nodes", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/kg-default-transforms/package.json b/packages/kg-default-transforms/package.json index f53d97a83..4f4b01aaa 100644 --- a/packages/kg-default-transforms/package.json +++ b/packages/kg-default-transforms/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/kg-default-transforms", - "version": "1.1.18", + "version": "1.1.19", "repository": "https://github.com/TryGhost/Koenig/tree/main/packages/kg-default-transforms", "author": "Ghost Foundation", "license": "MIT", @@ -37,7 +37,7 @@ "@lexical/list": "0.13.1", "@lexical/rich-text": "0.13.1", "@lexical/utils": "0.13.1", - "@tryghost/kg-default-nodes": "1.1.17", + "@tryghost/kg-default-nodes": "1.1.18", "lexical": "0.13.1" } } diff --git a/packages/kg-html-to-lexical/package.json b/packages/kg-html-to-lexical/package.json index 549244c92..9f916b814 100644 --- a/packages/kg-html-to-lexical/package.json +++ b/packages/kg-html-to-lexical/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/kg-html-to-lexical", - "version": "1.1.18", + "version": "1.1.19", "repository": "https://github.com/TryGhost/Koenig/tree/main/packages/kg-html-to-lexical", "author": "Ghost Foundation", "license": "MIT", @@ -42,8 +42,8 @@ "@lexical/link": "0.13.1", "@lexical/list": "0.13.1", "@lexical/rich-text": "0.13.1", - "@tryghost/kg-default-nodes": "1.1.17", - "@tryghost/kg-default-transforms": "1.1.18", + "@tryghost/kg-default-nodes": "1.1.18", + "@tryghost/kg-default-transforms": "1.1.19", "jsdom": "^24.1.0", "lexical": "0.13.1" } diff --git a/packages/kg-lexical-html-renderer/package.json b/packages/kg-lexical-html-renderer/package.json index e89048e1c..b326026f5 100644 --- a/packages/kg-lexical-html-renderer/package.json +++ b/packages/kg-lexical-html-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/kg-lexical-html-renderer", - "version": "1.1.20", + "version": "1.1.21", "repository": "https://github.com/TryGhost/Koenig/tree/main/packages/kg-lexical-html-renderer", "author": "Ghost Foundation", "license": "MIT", @@ -42,8 +42,8 @@ "@lexical/link": "0.13.1", "@lexical/list": "0.13.1", "@lexical/rich-text": "0.13.1", - "@tryghost/kg-default-nodes": "1.1.17", - "@tryghost/kg-default-transforms": "1.1.18", + "@tryghost/kg-default-nodes": "1.1.18", + "@tryghost/kg-default-transforms": "1.1.19", "jsdom": "^24.1.0", "lexical": "0.13.1" } diff --git a/packages/koenig-lexical/package.json b/packages/koenig-lexical/package.json index 28801aec8..762929934 100644 --- a/packages/koenig-lexical/package.json +++ b/packages/koenig-lexical/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/koenig-lexical", - "version": "1.3.23", + "version": "1.3.24", "repository": "https://github.com/TryGhost/Koenig/tree/master/packages/koenig-lexical", "author": "Ghost Foundation", "license": "MIT", @@ -78,8 +78,8 @@ "@tryghost/helpers": "1.1.90", "@tryghost/kg-clean-basic-html": "4.1.4", "@tryghost/kg-converters": "1.0.7", - "@tryghost/kg-default-nodes": "1.1.17", - "@tryghost/kg-default-transforms": "1.1.18", + "@tryghost/kg-default-nodes": "1.1.18", + "@tryghost/kg-default-transforms": "1.1.19", "@tryghost/kg-markdown-html-renderer": "7.0.7", "@tryghost/kg-simplemde": "3.0.4", "@tryghost/kg-unsplash-selector": "0.2.4",