Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/auto-changeset-swarm-wasp.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/auto-changeset-swarm.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/swarm-wasp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @ingenyus/swarm-wasp

## [1.2.0][1.2.0] - 2025-12-23

### Minor Changes

### 🎉 New Features

- add support for Wasp 0.20.x ([22e7903](https://github.com/genyus/swarm/commit/22e790383bba8ea7534c554cefe45fd2a1272056))

### 🔧 Minor Improvements

- move supported range to package.json ([948c8ab](https://github.com/genyus/swarm/commit/948c8abbd4b76a0f04f4eac594202c157951ad48))

### 📦 Updated Dependencies

- update @ingenyus/swarm to 1.0.4 ([22e7903](https://github.com/genyus/swarm/commit/22e790383bba8ea7534c554cefe45fd2a1272056))

Contributors: [genyus](https://github.com/genyus)

[1.2.0]: https://github.com/genyus/swarm/releases/tag/%40ingenyus%2Fswarm-wasp%401.2.0

## [1.1.0][1.1.0] - 2025-12-20

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swarm-wasp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ingenyus/swarm-wasp",
"type": "module",
"version": "1.1.0",
"version": "1.2.0",
"description": "Wasp-specific plugins for Swarm - Feature generators, commands, MCP tools, and enhanced Wasp configuration for Wasp development",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ingenyus/swarm

## [1.0.4][1.0.4] - 2025-12-23

### 🔧 Minor Improvements

- refactor project root resolution ([d74e561](https://github.com/genyus/swarm/commit/d74e5611730ee30d437b51dd6b6a1456a07f93bd))

Contributors: [genyus](https://github.com/genyus)

[1.0.4]: https://github.com/genyus/swarm/releases/tag/%40ingenyus%2Fswarm%401.0.4

## [1.0.3][1.0.3] - 2025-12-20

### 🐞 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/swarm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ingenyus/swarm",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"description": "Core Swarm logic - including a CLI, MCP server, plugin framework and base types for custom generators",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down