Skip to content

Commit 1c27987

Browse files
authored
chore: release v0.2.0
chore: version packages
2 parents bd43e0d + 3f57f75 commit 1c27987

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.changeset/fix-pnpm-workspace-root.md

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

.changeset/release-pipeline-migration.md

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

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 2308edf: - Migrate release pipeline from semantic-release to @changesets/cli for explicit per-PR version control
8+
- Add Zod schema validation for design token files against the W3C DTCG spec
9+
- Remove @semantic-release/\* dependencies; add @changesets/cli
10+
11+
### Patch Changes
12+
13+
- 03dabcf: Add root package to pnpm-workspace.yaml so changesets can resolve the helixir package during version and publish.
14+
315
All notable changes to `helixir` (formerly `wc-tools`) will be documented in this file.
416

517
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helixir",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "MCP server that gives AI agents full situational awareness of any web component library",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)