Skip to content

Commit 6ce2105

Browse files
chore(release): version packages
1 parent 17b45c4 commit 6ce2105

7 files changed

Lines changed: 58 additions & 27 deletions

File tree

.changeset/separate-container-definition.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect-template/api
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`046a3dd`](https://github.com/ProverCoderAI/docker-git/commit/046a3ddde6a346bc5bfe927ff63bc25907b9def4)]:
8+
- @effect-template/lib@1.2.1
9+
310
## 0.2.1
411

512
### Patch Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-template/api",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"description": "docker-git API controller",
66
"main": "dist/src/main.js",

packages/app/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @prover-coder-ai/docker-git
22

3+
## 1.3.5
4+
5+
### Patch Changes
6+
7+
- [#416](https://github.com/ProverCoderAI/docker-git/pull/416) [`046a3dd`](https://github.com/ProverCoderAI/docker-git/commit/046a3ddde6a346bc5bfe927ff63bc25907b9def4) Thanks [@skulidropek](https://github.com/skulidropek)! - Separate the container definition from the panel and the backend (issue [#412](https://github.com/ProverCoderAI/docker-git/issues/412)).
8+
9+
The container definition — the pure layer that renders a project's `Dockerfile`,
10+
`entrypoint.sh` and `docker-compose.yml` from a `TemplateConfig` — has been
11+
extracted from the backend package (`@effect-template/lib`) into a new,
12+
dependency-free leaf package `@prover-coder-ai/docker-git-container`. The backend
13+
now depends on it and re-exports the moved symbols, so its public API is
14+
unchanged.
15+
16+
The panel (`@prover-coder-ai/docker-git`) no longer carries a duplicate copy of
17+
the container/backend logic: the dead `packages/app/src/lib` tree (165 files) and
18+
its now-unused `@lib` / `@effect-template/lib` aliases and dependency were
19+
removed. The `no-lib-imports` ESLint rule now forbids the panel from importing
20+
either the backend or the container-definition package, keeping the boundary
21+
enforced.
22+
23+
No runtime behaviour changes: the generated container files are byte-identical
24+
(guaranteed by the unchanged property-based template test suite, which moved to
25+
the new package).
26+
327
## 1.3.4
428

529
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prover-coder-ai/docker-git",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "docker-git Bun and Gridland CLI plus browser frontend",
55
"main": "dist/src/docker-git/main.js",
66
"bin": {

packages/lib/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @effect-template/lib
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#416](https://github.com/ProverCoderAI/docker-git/pull/416) [`046a3dd`](https://github.com/ProverCoderAI/docker-git/commit/046a3ddde6a346bc5bfe927ff63bc25907b9def4) Thanks [@skulidropek](https://github.com/skulidropek)! - Separate the container definition from the panel and the backend (issue [#412](https://github.com/ProverCoderAI/docker-git/issues/412)).
8+
9+
The container definition — the pure layer that renders a project's `Dockerfile`,
10+
`entrypoint.sh` and `docker-compose.yml` from a `TemplateConfig` — has been
11+
extracted from the backend package (`@effect-template/lib`) into a new,
12+
dependency-free leaf package `@prover-coder-ai/docker-git-container`. The backend
13+
now depends on it and re-exports the moved symbols, so its public API is
14+
unchanged.
15+
16+
The panel (`@prover-coder-ai/docker-git`) no longer carries a duplicate copy of
17+
the container/backend logic: the dead `packages/app/src/lib` tree (165 files) and
18+
its now-unused `@lib` / `@effect-template/lib` aliases and dependency were
19+
removed. The `no-lib-imports` ESLint rule now forbids the panel from importing
20+
either the backend or the container-definition package, keeping the boundary
21+
enforced.
22+
23+
No runtime behaviour changes: the generated container files are byte-identical
24+
(guaranteed by the unchanged property-based template test suite, which moved to
25+
the new package).
26+
327
## 1.2.0
428

529
### Minor Changes

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-template/lib",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"description": "Shared business logic (docker-git orchestrator core)",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)