diff --git a/packages/kg-default-nodes/package.json b/packages/kg-default-nodes/package.json index 348a31512..3912cda5e 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.16", + "version": "1.1.17", "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 84cf575b9..f53d97a83 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.17", + "version": "1.1.18", "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.16", + "@tryghost/kg-default-nodes": "1.1.17", "lexical": "0.13.1" } } diff --git a/packages/kg-html-to-lexical/package.json b/packages/kg-html-to-lexical/package.json index 01680b24b..549244c92 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.17", + "version": "1.1.18", "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.16", - "@tryghost/kg-default-transforms": "1.1.17", + "@tryghost/kg-default-nodes": "1.1.17", + "@tryghost/kg-default-transforms": "1.1.18", "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 4cacc949a..e89048e1c 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.19", + "version": "1.1.20", "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.16", - "@tryghost/kg-default-transforms": "1.1.17", + "@tryghost/kg-default-nodes": "1.1.17", + "@tryghost/kg-default-transforms": "1.1.18", "jsdom": "^24.1.0", "lexical": "0.13.1" } diff --git a/packages/kg-unsplash-selector/package.json b/packages/kg-unsplash-selector/package.json index 986679894..3fe93661a 100644 --- a/packages/kg-unsplash-selector/package.json +++ b/packages/kg-unsplash-selector/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/kg-unsplash-selector", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "repository": { "type": "git", diff --git a/packages/koenig-lexical/package.json b/packages/koenig-lexical/package.json index a2a4b9777..28801aec8 100644 --- a/packages/koenig-lexical/package.json +++ b/packages/koenig-lexical/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/koenig-lexical", - "version": "1.3.22", + "version": "1.3.23", "repository": "https://github.com/TryGhost/Koenig/tree/master/packages/koenig-lexical", "author": "Ghost Foundation", "license": "MIT", @@ -78,11 +78,11 @@ "@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.16", - "@tryghost/kg-default-transforms": "1.1.17", + "@tryghost/kg-default-nodes": "1.1.17", + "@tryghost/kg-default-transforms": "1.1.18", "@tryghost/kg-markdown-html-renderer": "7.0.7", "@tryghost/kg-simplemde": "3.0.4", - "@tryghost/kg-unsplash-selector": "0.2.3", + "@tryghost/kg-unsplash-selector": "0.2.4", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@uiw/react-codemirror": "^4.23.0",