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
7 changes: 0 additions & 7 deletions .changeset/auto-changeset-swarm-wasp.md

This file was deleted.

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

This file was deleted.

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

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

### Minor Changes

### πŸŽ‰ New Features

- add Wasp compatibility checking ([ba8c1f7](https://github.com/genyus/swarm/commit/ba8c1f798845111517ad4b0c52ad9711522bcceb))

### πŸ“¦ Updated Dependencies

- update @ingenyus/swarm to 1.0.3 ([2d08669](https://github.com/genyus/swarm/commit/2d086695973590faf44766144d7df31aa035d960))

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

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

## [1.0.3][1.0.3] - 2025-11-17

### 🐞 Bug Fixes
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.0.3",
"version": "1.1.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
15 changes: 15 additions & 0 deletions packages/swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @ingenyus/swarm

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

### 🐞 Bug Fixes

- improve error logging output ([6e92ac7](https://github.com/genyus/swarm/commit/6e92ac7fe2f7ef32a7e8c85f77a5f31d5775f7f2))

### πŸ”§ Minor Improvements

- add support for plugin configuration ([5044010](https://github.com/genyus/swarm/commit/504401014f91733615c7c8cc99348be11ad0adfa))
- support cross-package version checks ([8ed5053](https://github.com/genyus/swarm/commit/8ed5053aaef37fb7c5e32eda0358582004e96335))

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

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

## [1.0.2][1.0.2] - 2025-11-17

### 🐞 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.2",
"version": "1.0.3",
"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