Skip to content

Commit fc46a26

Browse files
Version Packages (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7cfef58 commit fc46a26

6 files changed

Lines changed: 23 additions & 21 deletions

File tree

.changeset/create-app-latest-and-template-sync.md

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

.changeset/devstack-readme-create-latest.md

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

packages/create-devstack-app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @mysten-incubation/create-devstack-app
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 7cfef58: Scaffolded apps now pin the matching-latest SDK versions automatically. The scaffolder
8+
injects its own (publish-time-resolved) `@mysten-incubation/devstack` and
9+
`@mysten-incubation/dev-wallet` versions into the generated `package.json` at scaffold time —
10+
mirroring `create-dapp` — instead of relying on the build-time template snapshot, which could
11+
drift from the published release. The scaffolder lists these as `workspace:^` devDependencies, so
12+
`pnpm`'s publish-time workspace-protocol rewrite keeps them in lockstep with the release, and
13+
`pnpm create @mysten-incubation/devstack-app@latest` always resolves the newest scaffolder. The
14+
committed template carries the synced versions as a fallback for dev checkouts.
15+
316
## 0.1.2
417

518
### Patch Changes

packages/create-devstack-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mysten-incubation/create-devstack-app",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Scaffold a new devstack-backed Sui app from the canonical template. Run via `pnpm create @mysten-incubation/devstack-app <name>`.",
55
"keywords": [
66
"sui",

packages/devstack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @mysten-incubation/devstack
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 7cfef58: Docs: the README's create command uses the `@latest` tag
8+
(`pnpm create @mysten-incubation/devstack-app@latest my-app`) so new apps scaffold from the newest
9+
tooling. No runtime change.
10+
311
## 0.1.0
412

513
### Minor Changes

packages/devstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mysten-incubation/devstack",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Next-generation Sui devstack package.",
55
"keywords": [
66
"sui",

0 commit comments

Comments
 (0)