Skip to content

Commit 1905338

Browse files
authored
chore: release create-nadle v0.0.3 (#497)
🤖 I have created a release *beep* *boop* --- ## [0.0.3](create-nadle/v0.0.2...create-nadle/v0.0.3) (2026-02-20) ### Internal * Consolidate tsconfig setup across the monorepo ([#490](#490)) ([1d221f1](1d221f1)) * **deps-dev:** Bump @size-limit/file from 11.2.0 to 12.0.0 ([#482](#482)) ([8af6b7c](8af6b7c)) * **deps-dev:** Bump serialize-javascript from 6.0.2 to 7.0.0 ([#399](#399)) ([638e674](638e674)) * **deps-dev:** Bump the minor-updates group with 5 updates ([#381](#381)) ([6998e24](6998e24)) * **deps-dev:** Bump the minor-updates group with 6 updates ([#384](#384)) ([dabb88b](dabb88b)) * **deps-dev:** Bump vitest from 3.2.4 to 4.0.18 ([#450](#450)) ([115bd5e](115bd5e)) * **deps:** Bump the minor-updates ([#394](#394)) ([4171039](4171039)) * **deps:** Bump the minor-updates group across 1 directory with 12 updates ([#380](#380)) ([51c18f8](51c18f8)) * **deps:** Bump the minor-updates group across 1 directory with 4 updates ([#467](#467)) ([7fc4bc4](7fc4bc4)) * **deps:** Bump the minor-updates group with 7 updates ([#386](#386)) ([690a8cf](690a8cf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 441ab15 commit 1905338

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages/nadle": "0.5.1",
3-
"packages/create-nadle": "0.0.2"
3+
"packages/create-nadle": "0.0.3"
44
}

packages/create-nadle/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# create-nadle
22

3+
## [0.0.3](https://github.com/nadlejs/nadle/compare/create-nadle/v0.0.2...create-nadle/v0.0.3) (2026-02-20)
4+
5+
6+
### Internal
7+
8+
* Consolidate tsconfig setup across the monorepo ([#490](https://github.com/nadlejs/nadle/issues/490)) ([1d221f1](https://github.com/nadlejs/nadle/commit/1d221f1bd74928169237ce1726ca7f5512f14187))
9+
* **deps-dev:** Bump @size-limit/file from 11.2.0 to 12.0.0 ([#482](https://github.com/nadlejs/nadle/issues/482)) ([8af6b7c](https://github.com/nadlejs/nadle/commit/8af6b7c4f4a7dcfb69e8091850268aed1587e063))
10+
* **deps-dev:** Bump serialize-javascript from 6.0.2 to 7.0.0 ([#399](https://github.com/nadlejs/nadle/issues/399)) ([638e674](https://github.com/nadlejs/nadle/commit/638e674327bab7577e5d4f4f68b8f5f67df9bc21))
11+
* **deps-dev:** Bump the minor-updates group with 5 updates ([#381](https://github.com/nadlejs/nadle/issues/381)) ([6998e24](https://github.com/nadlejs/nadle/commit/6998e246464589fab6e7fe8129093a8b1eea9741))
12+
* **deps-dev:** Bump the minor-updates group with 6 updates ([#384](https://github.com/nadlejs/nadle/issues/384)) ([dabb88b](https://github.com/nadlejs/nadle/commit/dabb88b1a9c839488a7bd798bcf6a0012be3b964))
13+
* **deps-dev:** Bump vitest from 3.2.4 to 4.0.18 ([#450](https://github.com/nadlejs/nadle/issues/450)) ([115bd5e](https://github.com/nadlejs/nadle/commit/115bd5e6aaee28de15645b08c0d92e659bc762bf))
14+
* **deps:** Bump the minor-updates ([#394](https://github.com/nadlejs/nadle/issues/394)) ([4171039](https://github.com/nadlejs/nadle/commit/417103902dffabbead641941746ac8ea49da8a38))
15+
* **deps:** Bump the minor-updates group across 1 directory with 12 updates ([#380](https://github.com/nadlejs/nadle/issues/380)) ([51c18f8](https://github.com/nadlejs/nadle/commit/51c18f8e2aafbb1a00c5c2ee906bff41adc30fa3))
16+
* **deps:** Bump the minor-updates group across 1 directory with 4 updates ([#467](https://github.com/nadlejs/nadle/issues/467)) ([7fc4bc4](https://github.com/nadlejs/nadle/commit/7fc4bc4411f816c613e720c07a1f7ed4f9175ab4))
17+
* **deps:** Bump the minor-updates group with 7 updates ([#386](https://github.com/nadlejs/nadle/issues/386)) ([690a8cf](https://github.com/nadlejs/nadle/commit/690a8cf2814059175077e49a32e0f2bbd2047800))
18+
319
## [0.0.2](https://github.com/nadlejs/nadle/compare/create-nadle/v0.0.1...create-nadle/v0.0.2) (2025-07-20)
420

521

packages/create-nadle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nadle",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Initialize Nadle into an existing project with zero hassle.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)