Skip to content

Commit fa743d9

Browse files
authored
fix(release): put @gemstack/the-framework back on the 1.x line (#1099)
The rename shipped with a major changeset, so the first release under the new name came out as 2.0.0. A rename to a NEW package name does not break anyone: @gemstack/framework keeps resolving and is deprecated with a pointer, so nothing installed stops working. Minor is the honest bump, and 1.x is the line we want to stay on. Sets the version to 1.2.0, moves the rename entry from Major to Minor Changes, rewords it so it no longer claims to be breaking, and fixes the CHANGELOG title, which still read @gemstack/framework. No changeset here on purpose: this corrects a version, it is not a change to publish, and a changeset would bump it straight back up.
1 parent 8ea3333 commit fa743d9

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

packages/the-framework/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# @gemstack/framework
1+
# @gemstack/the-framework
22

3-
## 2.0.0
3+
## 1.2.0
44

5-
### Major Changes
5+
### Minor Changes
66

77
- b2d23ed: Rename the package from `@gemstack/framework` to `@gemstack/the-framework`, and the CLI command from `framework` to `the-framework` (#1071), for consistency with the product name **The Framework**.
88

9-
This is a breaking change: update installs to `@gemstack/the-framework` and invocations to `the-framework`. The old `@gemstack/framework` package will be deprecated on npm with a pointer to the new name.
10-
11-
### Minor Changes
9+
Shipped as a new package name rather than a break in the old one: `@gemstack/framework` keeps resolving and is deprecated with a pointer here, so nothing installed today stops working. Update installs to `@gemstack/the-framework` and invocations to `the-framework`.
1210

1311
- 61451a1: Dashboard: the session page says its branch once. The handoff card that repeated the branch name under the action bar is gone; its verdict ("2 commits · 0 files", "no changes", "branch gone") and its Push branch / Open PR buttons now ride in the branch row itself, and clicking that row expands the commits and changed files. A live session's Changes panel folds into the same row: the file count sits beside the branch, the rows open underneath.
1412
- ecf2ce4: feat(framework): context fragment lists the recorded conversations (#683)

packages/the-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gemstack/the-framework",
3-
"version": "2.0.0",
3+
"version": "1.2.0",
44
"description": "The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)