Skip to content

Commit d358c3b

Browse files
authored
Merge pull request #15 from OnoSendae/changeset-release/main
chore: version packages
2 parents 914bbd4 + e812c89 commit d358c3b

File tree

7 files changed

+36
-17
lines changed

7 files changed

+36
-17
lines changed

.changeset/release-updates.md

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

apps/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 7c755ca: Release updates with new features and improvements
8+
- Add new templates for assistant architecture, conversation, metadata, synthesis, character evolution, and memory
9+
- Update research.validate command
10+
- Introduce stash system for conflict management and backups in CLI
11+
- Add git synchronization scripts
12+
- Update contributing documentation
13+
314
## 1.0.1
415

516
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibe-devtools",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "CLI tool to install and manage vibes (agentic command packages)",
55
"type": "module",
66
"main": "dist/index.js",

packages/basic/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @vibe-devtools/basic
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 7c755ca: Release updates with new features and improvements
8+
- Add new templates for assistant architecture, conversation, metadata, synthesis, character evolution, and memory
9+
- Update research.validate command
10+
- Introduce stash system for conflict management and backups in CLI
11+
- Add git synchronization scripts
12+
- Update contributing documentation
13+
314
## 1.0.2
415

516
### Patch Changes

packages/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe-devtools/basic",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Vibe DevTools Basic Kit - Foundation tools for building and planning (makers, planners, constitution)",
55
"type": "module",
66
"main": "index.js",

packages/research/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 7c755ca: Release updates with new features and improvements
8+
- Add new templates for assistant architecture, conversation, metadata, synthesis, character evolution, and memory
9+
- Update research.validate command
10+
- Introduce stash system for conflict management and backups in CLI
11+
- Add git synchronization scripts
12+
- Update contributing documentation
13+
314
## 1.0.1
415

516
### Patch Changes

packages/research/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe-devtools/research",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Vibe DevTools Research Kit - Complete research pipelines (simple, deep, expert) for systematic investigation",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)