Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/kind-garlics-move.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mighty-kids-count.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wacky-oranges-care.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/bun-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @arkenv/bun-plugin

## 0.1.0

### Minor Changes

- #### Refactoring + remove `processEnvSchema` export _[`#739`](https://github.com/yamcodes/arkenv/pull/739) [`16c6047`](https://github.com/yamcodes/arkenv/commit/16c6047dad8d797b6e87d77ca413ba6582a16916) [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)_

**Breaking change:** We've removed the `processEnvSchema` export from this library as it's an internal utility.

### Patch Changes

- #### Support for `.mts` and `.cts` extensions _[`#739`](https://github.com/yamcodes/arkenv/pull/739) [`16c6047`](https://github.com/yamcodes/arkenv/commit/16c6047dad8d797b6e87d77ca413ba6582a16916) [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)_

Updated the Bun plugin to correctly process and load `.mts` and `.cts` files. This ensures environment variables are properly injected when using these TypeScript file extensions.

<details><summary>Updated 1 dependency</summary>

<small>

</small>

- `arkenv@0.9.0`

</details>

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkenv/bun-plugin",
"version": "0.0.9",
"version": "0.1.0",
"author": "Yam Borodetsky <yam@yam.codes>",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/internal/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @repo/types

## 0.1.0

### Minor Changes

- #### Renamed type: `CompiledEnvSchema` (was `EnvSchemaWithType`) _[`#739`](https://github.com/yamcodes/arkenv/pull/739) [`16c6047`](https://github.com/yamcodes/arkenv/commit/16c6047dad8d797b6e87d77ca413ba6582a16916) [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)_

**Breaking change:** The type `EnvSchemaWithType` has been renamed to `CompiledEnvSchema`.

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/types",
"version": "0.0.7",
"version": "0.1.0",
"type": "module",
"private": true,
"description": "Internal TypeScript types shared across ArkEnv packages",
Expand Down
Loading