Skip to content

Commit 3addf2c

Browse files
committed
[2025-10-27] release: 0.3.0-alpha.2
1 parent 6c7fecc commit 3addf2c

File tree

308 files changed

+3175
-3095
lines changed

Some content is hidden

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

308 files changed

+3175
-3095
lines changed
237 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ and this project adheres to
1919
<!--CHANGELOG_NEW-->
2020

2121

22+
## **0.3.0-alpha.2** — 2025-10-27
23+
24+
Whoopsie. Forgot dependencies.
25+
26+
2227
## **0.3.0-alpha.1** — 2025-10-27
2328

2429
Better compile concurrency and way improves sass compiling!

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ children:
77
---
88

99
<!--README_HEADER-->
10-
# NPM Build Utilities @ 0.3.0-alpha.1
10+
# NPM Build Utilities @ 0.3.0-alpha.2
1111
<!--/README_HEADER-->
1212

1313
<!--README_DESC-->
@@ -36,8 +36,8 @@ or
3636

3737
<!--README_INSTALL-->
3838
```bash
39-
npm i -D @maddimathon/build-utilities@0.3.0-alpha.1
40-
npm i -D github:maddimathon/build-utilities#0.3.0-alpha.1
39+
npm i -D @maddimathon/build-utilities@0.3.0-alpha.2
40+
npm i -D github:maddimathon/build-utilities#0.3.0-alpha.2
4141
```
4242
<!--/README_INSTALL-->
4343

demos/complete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maddimathon/build-utilities--demos--complete",
3-
"version": "0.3.0-alpha.1",
3+
"version": "0.3.0-alpha.2",
44

55
"files": [
66
"./dist/**/*",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
},
4242
"devDependencies": {
43-
"@maddimathon/build-utilities": "0.3.0-alpha.1"
43+
"@maddimathon/build-utilities": "0.3.0-alpha.2"
4444
},
4545

4646
"browserslist": [

demos/no-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maddimathon/build-utilities--demos--no-config",
3-
"version": "0.3.0-alpha.1",
3+
"version": "0.3.0-alpha.2",
44

55
"config": {
66
"title": "NPM Build Utilities No-config Demo"
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
},
4646
"devDependencies": {
47-
"@maddimathon/build-utilities": "0.3.0-alpha.1"
47+
"@maddimathon/build-utilities": "0.3.0-alpha.2"
4848
},
4949

5050
"browserslist": [

dist/js/bin/help.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.1
8+
* @maddimathon/build-utilities@0.3.0-alpha.2
99
* @license MIT
1010
*/
1111
import type { CLI } from '../types/index.js';

dist/js/bin/help.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.1
8+
* @maddimathon/build-utilities@0.3.0-alpha.2
99
* @license MIT
1010
*/
1111
export {};

dist/js/bin/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/lib/getConfig.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @packageDocumentation
55
*/
66
/*!
7-
* @maddimathon/build-utilities@0.3.0-alpha.1
7+
* @maddimathon/build-utilities@0.3.0-alpha.2
88
* @license MIT
99
*/
1010
import type { CLI } from '../../types/index.js';

0 commit comments

Comments
 (0)