Skip to content

Commit aafecef

Browse files
authored
Merge pull request #45 from Genyus/changeset-release/main
Release Packages
2 parents 0cbef6b + 3b54602 commit aafecef

6 files changed

Lines changed: 26 additions & 16 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 & 7 deletions
This file was deleted.

packages/swarm-wasp/CHANGELOG.md

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

3+
## [1.0.3][1.0.3] - 2025-11-17
4+
5+
### 🐞 Bug Fixes
6+
7+
- process operation name correctly ([fbd0901](https://github.com/genyus/swarm/commit/fbd090195961a799702f5d1abe16130e08db1b95))
8+
9+
### 📦 Updated Dependencies
10+
11+
- update @ingenyus/swarm to 1.0.2 ([7a02303](https://github.com/genyus/swarm/commit/7a0230373f1e1017d1b3f03dbe5ee40e3e34cb97))
12+
13+
Contributors: [genyus](https://github.com/genyus)
14+
15+
[1.0.3]: https://github.com/genyus/swarm/releases/tag/%40ingenyus%2Fswarm-wasp%401.0.3
16+
317
## [1.0.2][1.0.2] - 2025-11-17
418

519
### 🐞 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.2",
4+
"version": "1.0.3",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @ingenyus/swarm
22

3+
## [1.0.2][1.0.2] - 2025-11-17
4+
5+
### 🐞 Bug Fixes
6+
7+
- fix create command timing bug ([9ac9d25](https://github.com/genyus/swarm/commit/9ac9d25969fe8176acdd3fc8bc6315c8b9d4a2b2))
8+
9+
Contributors: [genyus](https://github.com/genyus)
10+
11+
[1.0.2]: https://github.com/genyus/swarm/releases/tag/%40ingenyus%2Fswarm%401.0.2
12+
313
## [1.0.1][1.0.1] - 2025-11-15
414

515
### 🐞 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.1",
4+
"version": "1.0.2",
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)