Skip to content

Commit bfa83a8

Browse files
committed
2 parents 919a9ff + b46efba commit bfa83a8

File tree

104 files changed

+449
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+449
-52
lines changed

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Changelog for Powerlines - Core
44

5+
## [0.2.10](https://github.com/storm-software/powerlines/releases/tag/core%400.2.10) (03/09/2026)
6+
7+
### Miscellaneous
8+
9+
- **core:** Added logic to ensure prefix is applied in virtual module resolution ([2027d006e](https://github.com/storm-software/powerlines/commit/2027d006e))
10+
511
## [0.2.8](https://github.com/storm-software/powerlines/releases/tag/core%400.2.8) (03/08/2026)
612

713
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/core",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"private": false,
55
"description": "An internal core package for Powerlines - please use the `powerlines` package for public usage.",
66
"homepage": "https://stormsoftware.com",

packages/deepkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Changelog for Powerlines - Deepkit
44

5+
## [0.6.106](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.106) (03/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-esbuild** to **v0.13.332**
10+
- Updated **powerlines** to **v0.40.14**
11+
512
## [0.6.105](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.105) (03/08/2026)
613

714
### Updated Dependencies

packages/deepkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/deepkit",
3-
"version": "0.6.105",
3+
"version": "0.6.106",
44
"private": false,
55
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
66
"keywords": ["deepkit", "powerlines", "storm-software"],

packages/nx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Changelog for Powerlines - Nx
44

5+
## [0.11.255](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.255) (03/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **powerlines** to **v0.40.14**
10+
511
## [0.11.254](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.254) (03/08/2026)
612

713
### Updated Dependencies

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/nx",
3-
"version": "0.11.254",
3+
"version": "0.11.255",
44
"private": false,
55
"type": "commonjs",
66
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",

packages/plugin-alloy/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
# Changelog for Powerlines - Plugin Alloy
44

5+
## [0.25.11](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.11) (03/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.278**
10+
- Updated **plugin-babel** to **v0.12.332**
11+
- Updated **powerlines** to **v0.40.14**
12+
- Updated **deepkit** to **v0.6.106**
13+
- Updated **core** to **v0.2.10**
14+
515
## [0.25.10](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.10) (03/08/2026)
616

717
### Updated Dependencies

packages/plugin-alloy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/plugin-alloy",
3-
"version": "0.25.10",
3+
"version": "0.25.11",
44
"type": "module",
55
"description": "A package containing various Alloy framework components and helper utilities.",
66
"repository": {

packages/plugin-asyncapi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Changelog for Powerlines - Plugin Asyncapi
44

5+
## [0.1.331](https://github.com/storm-software/powerlines/releases/tag/plugin-asyncapi%400.1.331) (03/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.278**
10+
- Updated **powerlines** to **v0.40.14**
11+
512
## [0.1.330](https://github.com/storm-software/powerlines/releases/tag/plugin-asyncapi%400.1.330) (03/08/2026)
613

714
### Updated Dependencies

packages/plugin-asyncapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/plugin-asyncapi",
3-
"version": "0.1.330",
3+
"version": "0.1.331",
44
"type": "module",
55
"description": "A Powerlines plugin to generate project code from AsyncAPI specifications.",
66
"repository": {

0 commit comments

Comments
 (0)