diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 01fb51f60..27f0792d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/packages/babel/CHANGELOG.md b/packages/babel/CHANGELOG.md index 28a63cbdb..582ffd09e 100644 --- a/packages/babel/CHANGELOG.md +++ b/packages/babel/CHANGELOG.md @@ -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-12-02) + + +### 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) diff --git a/packages/babel/package.json b/packages/babel/package.json index 49c70c1fc..1e1205806 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 490b4ffd8..7afc23e34 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,6 +2,15 @@ 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-12-02) + + +### 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)) +* **deps:** update dependency glob to v11.1.0 ([#2240](https://github.com/runtime-env/import-meta-env/issues/2240)) ([679e8a9](https://github.com/runtime-env/import-meta-env/commit/679e8a91ea03ed32d387880af19c53edaf955c28)) + ## [0.7.4](https://github.com/runtime-env/import-meta-env/compare/cli0.7.3...cli0.7.4) (2025-09-22) diff --git a/packages/cli/package.json b/packages/cli/package.json index ee809d961..1ce984547 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/flow/CHANGELOG.md b/packages/flow/CHANGELOG.md index cf0034365..29b413ba4 100644 --- a/packages/flow/CHANGELOG.md +++ b/packages/flow/CHANGELOG.md @@ -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-12-02) + + +### 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) diff --git a/packages/flow/package.json b/packages/flow/package.json index c3f8b4f9d..e5bd9d68f 100644 --- a/packages/flow/package.json +++ b/packages/flow/package.json @@ -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", diff --git a/packages/prepare/CHANGELOG.md b/packages/prepare/CHANGELOG.md index e07a322bd..e59d85e9c 100644 --- a/packages/prepare/CHANGELOG.md +++ b/packages/prepare/CHANGELOG.md @@ -2,6 +2,15 @@ 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-12-02) + + +### 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)) +* **deps:** update dependency glob to v11.1.0 ([#2240](https://github.com/runtime-env/import-meta-env/issues/2240)) ([679e8a9](https://github.com/runtime-env/import-meta-env/commit/679e8a91ea03ed32d387880af19c53edaf955c28)) + ## [0.2.3](https://github.com/runtime-env/import-meta-env/compare/prepare0.2.2...prepare0.2.3) (2025-09-22) diff --git a/packages/prepare/package.json b/packages/prepare/package.json index 7b562deeb..8de030d33 100644 --- a/packages/prepare/package.json +++ b/packages/prepare/package.json @@ -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", diff --git a/packages/swc/CHANGELOG.md b/packages/swc/CHANGELOG.md index 95c600d6d..f5f7da23c 100644 --- a/packages/swc/CHANGELOG.md +++ b/packages/swc/CHANGELOG.md @@ -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-12-02) + + +### 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) diff --git a/packages/swc/package.json b/packages/swc/package.json index 02f2cce32..df062163d 100644 --- a/packages/swc/package.json +++ b/packages/swc/package.json @@ -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", diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 98ca8fb59..e8a3483db 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -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-12-02) + + +### 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) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 5050a3525..7decff911 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -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", diff --git a/packages/unplugin/CHANGELOG.md b/packages/unplugin/CHANGELOG.md index 795cbb09b..6cc7c3827 100644 --- a/packages/unplugin/CHANGELOG.md +++ b/packages/unplugin/CHANGELOG.md @@ -2,6 +2,25 @@ 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-12-02) + + +### ⚠ 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 magic-string to v0.30.21 ([#2263](https://github.com/runtime-env/import-meta-env/issues/2263)) ([befa6bb](https://github.com/runtime-env/import-meta-env/commit/befa6bbcee8bd716c2acd1c1bbefe8032dc5c79a)) +* **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) diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index a63f46b53..6e1691d84 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -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",