diff --git a/.gitattributes b/.gitattributes index 71afd99..f5e0537 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,6 @@ node_modules export-ignore # Files to exclude from the mirror repo /changelog/** production-exclude -/.eslintrc.cjs production-exclude /jest.config.cjs production-exclude **/stories/** production-exclude /tests/** production-exclude diff --git a/composer.json b/composer.json index daf11f3..15e91df 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,7 @@ "prefer-stable": true, "extra": { "mirror-repo": "Automattic/jetpack-ai-client", + "textdomain": "jetpack-ai-client", "changelogger": { "link-template": "https://github.com/Automattic/jetpack-ai-client/compare/v${old}...v${new}" }, diff --git a/package.json b/package.json index 2043833..721b265 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "main": "./build/index.js", "types": "./build/index.d.ts", "dependencies": { - "@automattic/jetpack-base-styles": "^0.6.38", - "@automattic/jetpack-connection": "^0.36.1", - "@automattic/jetpack-shared-extension-utils": "^0.16.1", + "@automattic/jetpack-base-styles": "^0.6.39-alpha", + "@automattic/jetpack-connection": "^0.36.2-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.16.2-alpha", "@microsoft/fetch-event-source": "2.0.1", "@types/react": "18.3.12", "@types/wordpress__block-editor": "11.5.15",