diff --git a/packages/mg-wp-api/package.json b/packages/mg-wp-api/package.json index 6055ae9d3..77776ca8a 100644 --- a/packages/mg-wp-api/package.json +++ b/packages/mg-wp-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mg-wp-api", - "version": "0.10.33", + "version": "0.10.34", "repository": "https://github.com/TryGhost/migrate/tree/main/packages/mg-wp-api", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/mg-wp-xml/package.json b/packages/mg-wp-xml/package.json index 7165a135e..6d2cdd439 100644 --- a/packages/mg-wp-xml/package.json +++ b/packages/mg-wp-xml/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mg-wp-xml", - "version": "0.4.4", + "version": "0.4.5", "repository": "https://github.com/TryGhost/migrate/tree/main/packages/mg-wp-xml", "author": "Ghost Foundation", "license": "MIT", @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/errors": "1.3.6", - "@tryghost/mg-wp-api": "0.10.33", + "@tryghost/mg-wp-api": "0.10.34", "cheerio": "1.0.0-rc.12", "fast-glob": "3.3.3", "markdown-it": "14.1.0", diff --git a/packages/migrate/package.json b/packages/migrate/package.json index 88d4bee19..aee0f3d6e 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/migrate", - "version": "0.46.3", + "version": "0.46.4", "repository": "https://github.com/TryGhost/migrate/tree/main/packages/migrate", "author": "Ghost Foundation", "license": "MIT", @@ -60,8 +60,8 @@ "@tryghost/mg-tinynews": "0.0.20", "@tryghost/mg-tinynews-members": "0.0.11", "@tryghost/mg-webscraper": "0.9.25", - "@tryghost/mg-wp-api": "0.10.33", - "@tryghost/mg-wp-xml": "0.4.4", + "@tryghost/mg-wp-api": "0.10.34", + "@tryghost/mg-wp-xml": "0.4.5", "@tryghost/pretty-cli": "1.2.45", "@tryghost/string": "0.2.12", "cheerio": "1.0.0-rc.12",