Skip to content

Commit 9f777eb

Browse files
authored
Merge pull request #47 from Genyus/changeset-release/main
Release Packages
2 parents 2d08669 + f15f96c commit 9f777eb

6 files changed

Lines changed: 33 additions & 18 deletions

File tree

.changeset/auto-changeset-swarm-wasp.md

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

.changeset/auto-changeset-swarm.md

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

packages/swarm-wasp/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @ingenyus/swarm-wasp
22

3+
## [1.1.0][1.1.0] - 2025-12-20
4+
5+
### Minor Changes
6+
7+
### 🎉 New Features
8+
9+
- add Wasp compatibility checking ([ba8c1f7](https://github.com/genyus/swarm/commit/ba8c1f798845111517ad4b0c52ad9711522bcceb))
10+
11+
### 📦 Updated Dependencies
12+
13+
- update @ingenyus/swarm to 1.0.3 ([2d08669](https://github.com/genyus/swarm/commit/2d086695973590faf44766144d7df31aa035d960))
14+
15+
Contributors: [genyus](https://github.com/genyus)
16+
17+
[1.1.0]: https://github.com/genyus/swarm/releases/tag/%40ingenyus%2Fswarm-wasp%401.1.0
18+
319
## [1.0.3][1.0.3] - 2025-11-17
420

521
### 🐞 Bug Fixes

packages/swarm-wasp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ingenyus/swarm-wasp",
33
"type": "module",
4-
"version": "1.0.3",
4+
"version": "1.1.0",
55
"description": "Wasp-specific plugins for Swarm - Feature generators, commands, MCP tools, and enhanced Wasp configuration for Wasp development",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

packages/swarm/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @ingenyus/swarm
22

3+
## [1.0.3][1.0.3] - 2025-12-20
4+
5+
### 🐞 Bug Fixes
6+
7+
- improve error logging output ([6e92ac7](https://github.com/genyus/swarm/commit/6e92ac7fe2f7ef32a7e8c85f77a5f31d5775f7f2))
8+
9+
### 🔧 Minor Improvements
10+
11+
- add support for plugin configuration ([5044010](https://github.com/genyus/swarm/commit/504401014f91733615c7c8cc99348be11ad0adfa))
12+
- support cross-package version checks ([8ed5053](https://github.com/genyus/swarm/commit/8ed5053aaef37fb7c5e32eda0358582004e96335))
13+
14+
Contributors: [genyus](https://github.com/genyus)
15+
16+
[1.0.3]: https://github.com/genyus/swarm/releases/tag/%40ingenyus%2Fswarm%401.0.3
17+
318
## [1.0.2][1.0.2] - 2025-11-17
419

520
### 🐞 Bug Fixes

packages/swarm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ingenyus/swarm",
33
"type": "module",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "Core Swarm logic - including a CLI, MCP server, plugin framework and base types for custom generators",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)