Skip to content

Commit e233e42

Browse files
authored
Merge pull request #98 from crystian/changeset-release/main
chore: version packages
2 parents de3e1f6 + 4c559ca commit e233e42

5 files changed

Lines changed: 21 additions & 6 deletions

File tree

.changeset/sm-tutorial-review.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
> Forward-looking plan: [`ROADMAP.md`](./ROADMAP.md).
77
88
<details open>
9+
<summary><b>0.53.5</b> · 2026-06-09</summary>
10+
11+
### CLI Patch
12+
- Tutorial-review pass on the bundled `sm-tutorial` walkthrough: the connector-confidence lessons now match the resolver (a faint 0.50 mention versus a resolved 1.00 reference, with no phantom 0.85 step), the `@AGENTS.md` connector is labelled `references`, an optional `content-editor` chapter was added, the `sm bump` chapter was removed, and the MCP part now runs last.
13+
14+
</details>
15+
16+
<details>
917
<summary><b>0.53.4</b> · 2026-06-08</summary>
1018

1119
### CLI Patch

src/CHANGELOG.md

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

3+
## 0.53.5
4+
5+
### Patch Changes
6+
7+
- Tutorial-review pass on the bundled `sm-tutorial` walkthrough: the connector-confidence lessons now match the resolver (a faint 0.50 mention versus a resolved 1.00 reference, with no phantom 0.85 step), the `@AGENTS.md` connector is labelled `references`, an optional `content-editor` chapter was added, the `sm bump` chapter was removed, and the MCP part now runs last.
8+
39
## 0.53.4
410

511
### Patch Changes

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skill-map/cli",
3-
"version": "0.53.4",
3+
"version": "0.53.5",
44
"description": "skill-map reference implementation — kernel + CLI + adapters.",
55
"license": "MIT",
66
"type": "module",

ui/src/data/user-changelog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"schemaVersion": 1,
33
"entries": [
4+
{
5+
"version": "0.53.5",
6+
"date": "2026-06-09",
7+
"kind": "internal",
8+
"highlights": []
9+
},
410
{
511
"version": "0.53.4",
612
"date": "2026-06-08",

0 commit comments

Comments
 (0)