Skip to content

Commit 5fc08d1

Browse files
release: version packages (#169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 55071fa commit 5fc08d1

File tree

10 files changed

+37
-12
lines changed

10 files changed

+37
-12
lines changed

.changeset/disable-bun-env-autoloading.md

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

.changeset/fifty-poems-shake.md

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

packages/bundler/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @kidd-cli/bundler
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 55071fa: Disable Bun's automatic `.env` and `bunfig.toml` loading in compiled binaries by default. Adds `autoloadDotenv` option to compile config for opt-in `.env` loading. `bunfig.toml` loading is always disabled.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [55071fa]
12+
- @kidd-cli/config@0.4.0
13+
314
## 0.8.0
415

516
### Minor Changes

packages/bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kidd-cli/bundler",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Programmatic bundler for kidd CLI tools powered by tsdown",
55
"keywords": [
66
"bundler",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# kidd-cli
22

3+
## 0.11.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [55071fa]
8+
- @kidd-cli/config@0.4.0
9+
- @kidd-cli/bundler@0.9.0
10+
- @kidd-cli/core@0.23.1
11+
312
## 0.11.4
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kidd-cli/cli",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"description": "DX companion CLI for the kidd framework",
55
"keywords": [
66
"cli",

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kidd-cli/config
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 55071fa: Disable Bun's automatic `.env` and `bunfig.toml` loading in compiled binaries by default. Adds `autoloadDotenv` option to compile config for opt-in `.env` loading. `bunfig.toml` loading is always disabled.
8+
39
## 0.3.1
410

511
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kidd-cli/config",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Build-time configuration for kidd CLIs",
55
"keywords": [
66
"cli",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# kidd
22

3+
## 0.23.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [55071fa]
8+
- @kidd-cli/config@0.4.0
9+
310
## 0.23.0
411

512
### Minor Changes

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": "@kidd-cli/core",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "An opinionated CLI framework for Node.js",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)