diff --git a/package.json b/package.json index e624355..254f235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/campaign-webui", - "version": "0.1.0", + "version": "0.1.1", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -19,14 +19,19 @@ "LICENSE" ], "dependencies": { - "@govoplan/files-webui": "git+ssh://git@git.add-ideas.de/add-ideas/govoplan-files.git#v0.1.0", - "@govoplan/mail-webui": "git+ssh://git@git.add-ideas.de/add-ideas/govoplan-mail.git#v0.1.0" + "@govoplan/files-webui": "git+ssh://git@git.add-ideas.de/add-ideas/govoplan-files.git#v0.1.1", + "@govoplan/mail-webui": "git+ssh://git@git.add-ideas.de/add-ideas/govoplan-mail.git#v0.1.1" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.0", + "@govoplan/core-webui": "^0.1.1", "lucide-react": "^0.555.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.1.1" + }, + "peerDependenciesMeta": { + "@govoplan/core-webui": { + "optional": true + } } } diff --git a/pyproject.toml b/pyproject.toml index fc64ed8..35a8340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,16 +4,16 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-campaign" -version = "0.1.0" +version = "0.1.1" description = "GovOPlaN campaigns module with backend and WebUI integration." readme = "README.md" requires-python = ">=3.12" license = { file = "LICENSE" } authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.0", - "govoplan-files>=0.1.0", - "govoplan-mail>=0.1.0", + "govoplan-core>=0.1.1", + "govoplan-files>=0.1.1", + "govoplan-mail>=0.1.1", "jsonschema>=4,<5", "pydantic>=2,<3", "SQLAlchemy>=2,<3", diff --git a/webui/package.json b/webui/package.json index ac6a8df..cf06229 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/campaign-webui", - "version": "0.1.0", + "version": "0.1.1", "private": true, "type": "module", "main": "src/index.ts", @@ -18,7 +18,7 @@ "@govoplan/mail-webui": "file:../../govoplan-mail/webui" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.0", + "@govoplan/core-webui": "^0.1.1", "lucide-react": "^0.555.0", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -29,5 +29,10 @@ }, "devDependencies": { "typescript": "^5.7.2" + }, + "peerDependenciesMeta": { + "@govoplan/core-webui": { + "optional": true + } } }