Skip to content

Commit eda6887

Browse files
chore(release): version packages
1 parent fa271f4 commit eda6887

5 files changed

Lines changed: 18 additions & 8 deletions

File tree

.changeset/tidy-session-sync-tool.md

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

packages/app/CHANGELOG.md

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

3+
## 1.0.82
4+
5+
### Patch Changes
6+
7+
- [#231](https://github.com/ProverCoderAI/docker-git/pull/231) [`babbf8d`](https://github.com/ProverCoderAI/docker-git/commit/babbf8db693d49c6e35996934658097dc305ba8b) Thanks [@skulidropek](https://github.com/skulidropek)! - Publish docker-git-session-sync as a public npm CLI and install it for post-push session backup comments, with a local Docker build fallback before first publish.
8+
9+
- Updated dependencies [[`babbf8d`](https://github.com/ProverCoderAI/docker-git/commit/babbf8db693d49c6e35996934658097dc305ba8b)]:
10+
- @prover-coder-ai/docker-git-session-sync@1.0.1
11+
312
## 1.0.81
413

514
### 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.0.81",
3+
"version": "1.0.82",
44
"description": "docker-git Bun and Gridland CLI plus browser frontend",
55
"main": "dist/src/docker-git/main.js",
66
"bin": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @prover-coder-ai/docker-git-session-sync
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#231](https://github.com/ProverCoderAI/docker-git/pull/231) [`babbf8d`](https://github.com/ProverCoderAI/docker-git/commit/babbf8db693d49c6e35996934658097dc305ba8b) Thanks [@skulidropek](https://github.com/skulidropek)! - Publish docker-git-session-sync as a public npm CLI and install it for post-push session backup comments, with a local Docker build fallback before first publish.

packages/docker-git-session-sync/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-session-sync",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Standalone docker-git AI agent session synchronization tool",
55
"main": "dist/docker-git-session-sync.js",
66
"bin": {

0 commit comments

Comments
 (0)