Skip to content

chore: release 0.2.0 - #27

Merged
joshuajbouw merged 1 commit into
mainfrom
release/v0.2.0
Aug 5, 2026
Merged

chore: release 0.2.0#27
joshuajbouw merged 1 commit into
mainfrom
release/v0.2.0

Conversation

@joshuajbouw

Copy link
Copy Markdown
Member

Summary

Prepare @unicity-astrid/build and @unicity-astrid/sdk 0.2.0 following the JavaScript-native Rust SDK parity work merged in #26.

The minor bump reflects intentional pre-1.0 API changes, including WHATWG-native HTTP, Node-style process and filesystem surfaces, semantic lifecycle hooks, and schema-versioned KV helpers.

Changes

  • package.json (workspace): 0.1.00.2.0
  • packages/astrid-build/package.json: 0.1.00.2.0
  • packages/astrid-sdk/package.json: 0.1.00.2.0
  • package-lock.json: synchronize all workspace package versions
  • CHANGELOG.md: roll [Unreleased] into [0.2.0] - 2026-08-05

Validation

  • npm run build against committed contracts a268eb3 — example componentized successfully (13.49 MB, 178 host imports)
  • npm test — 9/9 tests passed
  • npm pack --dry-run --workspace @unicity-astrid/build@unicity-astrid/build@0.2.0
  • npm pack --dry-run --workspace @unicity-astrid/sdk@unicity-astrid/sdk@0.2.0
  • git diff --check

After merge

  • Tag merged main as v0.2.0 to create the GitHub Release
  • Publish npm packages manually in dependency order: @unicity-astrid/build, then @unicity-astrid/sdk

The existing release workflow creates a GitHub Release from the tag; npm publication remains deliberately manual.

Copilot AI lite review requested due to automatic review settings August 5, 2026 17:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the workspace for the @unicity-astrid/build and @unicity-astrid/sdk v0.2.0 release by bumping package versions and rolling the changelog’s Unreleased notes into a dated release section.

Changes:

  • Bump workspace and package versions from 0.1.0 to 0.2.0.
  • Synchronize package-lock.json to reflect the new workspace/package versions.
  • Move the prior Unreleased changelog content under ## [0.2.0] - 2026-08-05.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updates workspace root version to 0.2.0.
packages/astrid-build/package.json Updates @unicity-astrid/build version to 0.2.0.
packages/astrid-sdk/package.json Updates @unicity-astrid/sdk version to 0.2.0.
package-lock.json Updates lockfile’s recorded workspace/package versions to 0.2.0.
CHANGELOG.md Introduces the 0.2.0 section dated 2026-08-05 and places release notes under it.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@joshuajbouw
joshuajbouw merged commit 57819ce into main Aug 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants