Skip to content
Open
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
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/babel": "0.5.1",
"packages/cli": "0.7.4",
"packages/flow": "0.2.1",
"packages/prepare": "0.2.3",
"packages/swc": "0.4.40",
"packages/typescript": "0.4.1",
"packages/unplugin": "0.6.3"
"packages/babel": "0.5.2",
"packages/cli": "0.7.5",
"packages/flow": "0.2.2",
"packages/prepare": "0.2.4",
"packages/swc": "0.4.41",
"packages/typescript": "0.4.2",
"packages/unplugin": "1.0.0"
}
7 changes: 7 additions & 0 deletions packages/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.5.2](https://github.com/runtime-env/import-meta-env/compare/babel0.5.1...babel0.5.2) (2025-10-14)


### Bug Fixes

* **deps:** update dependency dotenv to v16.6.1 ([#2224](https://github.com/runtime-env/import-meta-env/issues/2224)) ([c04b410](https://github.com/runtime-env/import-meta-env/commit/c04b4105251f8302a8e6bb4a43bcba935aabaaef))

## [0.5.1](https://github.com/runtime-env/import-meta-env/compare/babel0.5.0...babel0.5.1) (2025-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-meta-env/babel",
"version": "0.5.1",
"version": "0.5.2",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
"license": "MIT",
"author": "Ernest",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.7.5](https://github.com/runtime-env/import-meta-env/compare/cli0.7.4...cli0.7.5) (2025-10-14)


### Bug Fixes

* **deps:** update dependency dotenv to v16.6.1 ([#2224](https://github.com/runtime-env/import-meta-env/issues/2224)) ([c04b410](https://github.com/runtime-env/import-meta-env/commit/c04b4105251f8302a8e6bb4a43bcba935aabaaef))
* **deps:** update dependency glob to v11.0.3 ([#2178](https://github.com/runtime-env/import-meta-env/issues/2178)) ([38f37ab](https://github.com/runtime-env/import-meta-env/commit/38f37ab64ae2e05c77aba96c075baa3c79242edf))

## [0.7.4](https://github.com/runtime-env/import-meta-env/compare/cli0.7.3...cli0.7.4) (2025-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-meta-env/cli",
"version": "0.7.4",
"version": "0.7.5",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
"license": "MIT",
"author": "Ernest",
Expand Down
7 changes: 7 additions & 0 deletions packages/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.2](https://github.com/runtime-env/import-meta-env/compare/flow0.2.1...flow0.2.2) (2025-10-14)


### Bug Fixes

* **deps:** update dependency dotenv to v16.6.1 ([#2224](https://github.com/runtime-env/import-meta-env/issues/2224)) ([c04b410](https://github.com/runtime-env/import-meta-env/commit/c04b4105251f8302a8e6bb4a43bcba935aabaaef))

## [0.2.1](https://github.com/runtime-env/import-meta-env/compare/flow0.2.0...flow0.2.1) (2025-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-meta-env/flow",
"version": "0.2.1",
"version": "0.2.2",
"description": "Automatically generate flow type from .env.example",
"license": "MIT",
"author": "Ernest",
Expand Down
8 changes: 8 additions & 0 deletions packages/prepare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.4](https://github.com/runtime-env/import-meta-env/compare/prepare0.2.3...prepare0.2.4) (2025-10-14)


### Bug Fixes

* **deps:** update dependency dotenv to v16.6.1 ([#2224](https://github.com/runtime-env/import-meta-env/issues/2224)) ([c04b410](https://github.com/runtime-env/import-meta-env/commit/c04b4105251f8302a8e6bb4a43bcba935aabaaef))
* **deps:** update dependency glob to v11.0.3 ([#2178](https://github.com/runtime-env/import-meta-env/issues/2178)) ([38f37ab](https://github.com/runtime-env/import-meta-env/commit/38f37ab64ae2e05c77aba96c075baa3c79242edf))

## [0.2.3](https://github.com/runtime-env/import-meta-env/compare/prepare0.2.2...prepare0.2.3) (2025-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/prepare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-meta-env/prepare",
"version": "0.2.3",
"version": "0.2.4",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
"license": "MIT",
"author": "Ernest",
Expand Down
8 changes: 8 additions & 0 deletions packages/swc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.41](https://github.com/runtime-env/import-meta-env/compare/swc0.4.40...swc0.4.41) (2025-10-14)


### Bug Fixes

* **deps:** update rust crate rust-ini to v0.21.3 ([#2184](https://github.com/runtime-env/import-meta-env/issues/2184)) ([80b1b4f](https://github.com/runtime-env/import-meta-env/commit/80b1b4f71605330f8e1862306b98974300ce2dcd))
* **deps:** update rust crate string_cache to v0.9.0 ([#2232](https://github.com/runtime-env/import-meta-env/issues/2232)) ([682c451](https://github.com/runtime-env/import-meta-env/commit/682c45136c5a05ac009ee1530e1a4b00170a9f1f))

## [0.4.40](https://github.com/runtime-env/import-meta-env/compare/swc0.4.39...swc0.4.40) (2025-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/swc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-meta-env/swc",
"version": "0.4.40",
"version": "0.4.41",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
"license": "MIT",
"author": "Ernest",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.2](https://github.com/runtime-env/import-meta-env/compare/typescript0.4.1...typescript0.4.2) (2025-10-14)


### Bug Fixes

* **deps:** update dependency dotenv to v16.6.1 ([#2224](https://github.com/runtime-env/import-meta-env/issues/2224)) ([c04b410](https://github.com/runtime-env/import-meta-env/commit/c04b4105251f8302a8e6bb4a43bcba935aabaaef))

## [0.4.1](https://github.com/runtime-env/import-meta-env/compare/typescript0.4.0...typescript0.4.1) (2025-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-meta-env/typescript",
"version": "0.4.1",
"version": "0.4.2",
"description": "Automatically generate .d.ts from .env.example",
"license": "MIT",
"author": "Ernest",
Expand Down
18 changes: 18 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.3...unplugin1.0.0) (2025-10-14)


### ⚠ BREAKING CHANGES

* **deps:** The HMR server now rejects all connections with unrecognized `Origin` headers. Clients need to update their configured ports and hosts if they want external apps to be able to connect to the HMR server.

### Bug Fixes

* **deps:** update dependency dotenv to v16.6.1 ([#2224](https://github.com/runtime-env/import-meta-env/issues/2224)) ([c04b410](https://github.com/runtime-env/import-meta-env/commit/c04b4105251f8302a8e6bb4a43bcba935aabaaef))
* **deps:** update dependency magic-string to v0.30.19 ([#2179](https://github.com/runtime-env/import-meta-env/issues/2179)) ([6e9b9c0](https://github.com/runtime-env/import-meta-env/commit/6e9b9c0b5498f511545f44bf33dd60f795873e2a))
* **deps:** update dependency unplugin to v2.3.10 ([#2231](https://github.com/runtime-env/import-meta-env/issues/2231)) ([04985c3](https://github.com/runtime-env/import-meta-env/commit/04985c37fef19ae6017c2a793fb3ab5d5b3029a0))


### Miscellaneous Chores

* **deps:** update dependency @farmfe/core to v1.7.11 ([#2152](https://github.com/runtime-env/import-meta-env/issues/2152)) ([438f6f8](https://github.com/runtime-env/import-meta-env/commit/438f6f83653c521b4b0c71d38c407ab2eef3220e))

## [0.6.3](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.2...unplugin0.6.3) (2025-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-meta-env/unplugin",
"version": "0.6.3",
"version": "1.0.0",
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
"license": "MIT",
"author": "Ernest",
Expand Down