Skip to content

Commit ea1926d

Browse files
authored
chore: release main (#1841)
🤖 I have created a release *beep* *boop* --- <details><summary>babel: 0.5.1</summary> ## [0.5.1](babel0.5.0...babel0.5.1) (2025-09-22) ### Bug Fixes * **deps:** pin dependencies ([#1788](#1788)) ([6f42d9e](6f42d9e)) * **deps:** update babel monorepo ([#1800](#1800)) ([e88d6bb](e88d6bb)) * **deps:** update babel monorepo ([#2074](#2074)) ([7292cee](7292cee)) * **deps:** update babel monorepo to v7.26.9 ([#1845](#1845)) ([f92735e](f92735e)) * **deps:** update dependency dotenv to v16.5.0 ([#2087](#2087)) ([23b9f43](23b9f43)) </details> <details><summary>cli: 0.7.4</summary> ## [0.7.4](cli0.7.3...cli0.7.4) (2025-09-22) ### Bug Fixes * **deps:** pin dependencies ([#1788](#1788)) ([6f42d9e](6f42d9e)) * **deps:** update dependency dotenv to v16.5.0 ([#2087](#2087)) ([23b9f43](23b9f43)) * **deps:** update dependency glob to v11.0.2 ([#2055](#2055)) ([4a60458](4a60458)) </details> <details><summary>flow: 0.2.1</summary> ## [0.2.1](flow0.2.0...flow0.2.1) (2025-09-22) ### Bug Fixes * **deps:** pin dependencies ([#1788](#1788)) ([6f42d9e](6f42d9e)) * **deps:** update dependency dotenv to v16.5.0 ([#2087](#2087)) ([23b9f43](23b9f43)) </details> <details><summary>prepare: 0.2.3</summary> ## [0.2.3](prepare0.2.2...prepare0.2.3) (2025-09-22) ### Bug Fixes * **deps:** pin dependencies ([#1788](#1788)) ([6f42d9e](6f42d9e)) * **deps:** update dependency dotenv to v16.5.0 ([#2087](#2087)) ([23b9f43](23b9f43)) * **deps:** update dependency glob to v11.0.2 ([#2055](#2055)) ([4a60458](4a60458)) </details> <details><summary>swc: 0.4.40</summary> ## [0.4.40](swc0.4.39...swc0.4.40) (2025-09-22) ### Bug Fixes * **deps:** pin dependencies ([#1788](#1788)) ([6f42d9e](6f42d9e)) * **deps:** pin dependencies ([#1963](#1963)) ([1c79935](1c79935)) * **deps:** update rust crate rust-ini to v0.21.1 ([#1972](#1972)) ([e80034b](e80034b)) * **deps:** update rust crate serde to v1.0.218 ([#1973](#1973)) ([36b0f97](36b0f97)) * **deps:** update rust crate serde to v1.0.219 ([#2011](#2011)) ([1c94f7c](1c94f7c)) * **deps:** update rust crate serde_json to v1.0.140 ([#1974](#1974)) ([a474337](a474337)) * **deps:** update rust crate string_cache to v0.8.8 ([#1975](#1975)) ([706592b](706592b)) * **deps:** update rust crate string_cache to v0.8.9 ([#2012](#2012)) ([7d335b6](7d335b6)) * **deps:** update rust crate swc_core to v13.3.0 ([#1986](#1986)) ([76c2a2c](76c2a2c)) * **deps:** update rust crate swc_core to v15 ([#1992](#1992)) ([a8b8f02](a8b8f02)) * **deps:** update rust crate swc_core to v21 ([#2032](#2032)) ([963aad2](963aad2)) </details> <details><summary>typescript: 0.4.1</summary> ## [0.4.1](typescript0.4.0...typescript0.4.1) (2025-09-22) ### Bug Fixes * **deps:** pin dependencies ([#1788](#1788)) ([6f42d9e](6f42d9e)) * **deps:** update dependency dotenv to v16.5.0 ([#2087](#2087)) ([23b9f43](23b9f43)) </details> <details><summary>unplugin: 0.6.3</summary> ## [0.6.3](unplugin0.6.2...unplugin0.6.3) (2025-09-22) ### Bug Fixes * add support for search parameters in file path ([d9969dc](d9969dc)) * **deps:** pin dependencies ([#1788](#1788)) ([6f42d9e](6f42d9e)) * **deps:** update dependency dotenv to v16.5.0 ([#2087](#2087)) ([23b9f43](23b9f43)) * **deps:** update dependency unplugin to v2.2.0 ([#1822](#1822)) ([8fbaabf](8fbaabf)) * **deps:** update dependency unplugin to v2.2.2 ([#2009](#2009)) ([ac3a8d4](ac3a8d4)) * **deps:** update dependency webpack to v5.98.0 ([#1849](#1849)) ([0856ce5](0856ce5)) </details> --- 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 ee6f3ce commit ea1926d

15 files changed

Lines changed: 88 additions & 14 deletions

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/babel": "0.5.0",
3-
"packages/cli": "0.7.3",
4-
"packages/flow": "0.2.0",
5-
"packages/prepare": "0.2.2",
6-
"packages/swc": "0.4.39",
7-
"packages/typescript": "0.4.0",
8-
"packages/unplugin": "0.6.2"
2+
"packages/babel": "0.5.1",
3+
"packages/cli": "0.7.4",
4+
"packages/flow": "0.2.1",
5+
"packages/prepare": "0.2.3",
6+
"packages/swc": "0.4.40",
7+
"packages/typescript": "0.4.1",
8+
"packages/unplugin": "0.6.3"
99
}

packages/babel/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [0.5.1](https://github.com/runtime-env/import-meta-env/compare/babel0.5.0...babel0.5.1) (2025-09-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** pin dependencies ([#1788](https://github.com/runtime-env/import-meta-env/issues/1788)) ([6f42d9e](https://github.com/runtime-env/import-meta-env/commit/6f42d9e97ff8c04940b1c0df285e0704b2719517))
11+
* **deps:** update babel monorepo ([#1800](https://github.com/runtime-env/import-meta-env/issues/1800)) ([e88d6bb](https://github.com/runtime-env/import-meta-env/commit/e88d6bb192a1c4b1b673714711d752392efc6dd4))
12+
* **deps:** update babel monorepo ([#2074](https://github.com/runtime-env/import-meta-env/issues/2074)) ([7292cee](https://github.com/runtime-env/import-meta-env/commit/7292cee2cb1036b2b62d298a4124979607fe548f))
13+
* **deps:** update babel monorepo to v7.26.9 ([#1845](https://github.com/runtime-env/import-meta-env/issues/1845)) ([f92735e](https://github.com/runtime-env/import-meta-env/commit/f92735e9112725783e464b033b73945d513848cb))
14+
* **deps:** update dependency dotenv to v16.5.0 ([#2087](https://github.com/runtime-env/import-meta-env/issues/2087)) ([23b9f43](https://github.com/runtime-env/import-meta-env/commit/23b9f4349d44b95293253ac73d4c78e767d862c6))
15+
516
## [0.5.0](https://github.com/runtime-env/import-meta-env/compare/babel0.4.5...babel0.5.0) (2024-09-01)
617

718

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@import-meta-env/babel",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
55
"license": "MIT",
66
"author": "Ernest",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [0.7.4](https://github.com/runtime-env/import-meta-env/compare/cli0.7.3...cli0.7.4) (2025-09-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** pin dependencies ([#1788](https://github.com/runtime-env/import-meta-env/issues/1788)) ([6f42d9e](https://github.com/runtime-env/import-meta-env/commit/6f42d9e97ff8c04940b1c0df285e0704b2719517))
11+
* **deps:** update dependency dotenv to v16.5.0 ([#2087](https://github.com/runtime-env/import-meta-env/issues/2087)) ([23b9f43](https://github.com/runtime-env/import-meta-env/commit/23b9f4349d44b95293253ac73d4c78e767d862c6))
12+
* **deps:** update dependency glob to v11.0.2 ([#2055](https://github.com/runtime-env/import-meta-env/issues/2055)) ([4a60458](https://github.com/runtime-env/import-meta-env/commit/4a60458735c70a3bb78cc357c6029228c8a56112))
13+
514
## [0.7.3](https://github.com/runtime-env/import-meta-env/compare/cli0.7.2...cli0.7.3) (2025-01-24)
615

716

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": "@import-meta-env/cli",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
55
"license": "MIT",
66
"author": "Ernest",

packages/flow/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [0.2.1](https://github.com/runtime-env/import-meta-env/compare/flow0.2.0...flow0.2.1) (2025-09-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** pin dependencies ([#1788](https://github.com/runtime-env/import-meta-env/issues/1788)) ([6f42d9e](https://github.com/runtime-env/import-meta-env/commit/6f42d9e97ff8c04940b1c0df285e0704b2719517))
11+
* **deps:** update dependency dotenv to v16.5.0 ([#2087](https://github.com/runtime-env/import-meta-env/issues/2087)) ([23b9f43](https://github.com/runtime-env/import-meta-env/commit/23b9f4349d44b95293253ac73d4c78e767d862c6))
12+
513
## [0.2.0](https://github.com/runtime-env/import-meta-env/compare/flow0.1.4...flow0.2.0) (2024-09-01)
614

715

packages/flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@import-meta-env/flow",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Automatically generate flow type from .env.example",
55
"license": "MIT",
66
"author": "Ernest",

packages/prepare/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [0.2.3](https://github.com/runtime-env/import-meta-env/compare/prepare0.2.2...prepare0.2.3) (2025-09-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** pin dependencies ([#1788](https://github.com/runtime-env/import-meta-env/issues/1788)) ([6f42d9e](https://github.com/runtime-env/import-meta-env/commit/6f42d9e97ff8c04940b1c0df285e0704b2719517))
11+
* **deps:** update dependency dotenv to v16.5.0 ([#2087](https://github.com/runtime-env/import-meta-env/issues/2087)) ([23b9f43](https://github.com/runtime-env/import-meta-env/commit/23b9f4349d44b95293253ac73d4c78e767d862c6))
12+
* **deps:** update dependency glob to v11.0.2 ([#2055](https://github.com/runtime-env/import-meta-env/issues/2055)) ([4a60458](https://github.com/runtime-env/import-meta-env/commit/4a60458735c70a3bb78cc357c6029228c8a56112))
13+
514
## [0.2.2](https://github.com/runtime-env/import-meta-env/compare/prepare0.2.1...prepare0.2.2) (2025-01-24)
615

716

packages/prepare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@import-meta-env/prepare",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
55
"license": "MIT",
66
"author": "Ernest",

packages/swc/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## [0.4.40](https://github.com/runtime-env/import-meta-env/compare/swc0.4.39...swc0.4.40) (2025-09-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** pin dependencies ([#1788](https://github.com/runtime-env/import-meta-env/issues/1788)) ([6f42d9e](https://github.com/runtime-env/import-meta-env/commit/6f42d9e97ff8c04940b1c0df285e0704b2719517))
11+
* **deps:** pin dependencies ([#1963](https://github.com/runtime-env/import-meta-env/issues/1963)) ([1c79935](https://github.com/runtime-env/import-meta-env/commit/1c799355a77e15cb84248c32656a819822f4a8d7))
12+
* **deps:** update rust crate rust-ini to v0.21.1 ([#1972](https://github.com/runtime-env/import-meta-env/issues/1972)) ([e80034b](https://github.com/runtime-env/import-meta-env/commit/e80034b1f34f5fa007ec1e767de43b351982f4ef))
13+
* **deps:** update rust crate serde to v1.0.218 ([#1973](https://github.com/runtime-env/import-meta-env/issues/1973)) ([36b0f97](https://github.com/runtime-env/import-meta-env/commit/36b0f975da2f749e439d2862a4ac5c9a8252fbfb))
14+
* **deps:** update rust crate serde to v1.0.219 ([#2011](https://github.com/runtime-env/import-meta-env/issues/2011)) ([1c94f7c](https://github.com/runtime-env/import-meta-env/commit/1c94f7c998fe031e1e974f0805f16a8927f0b43c))
15+
* **deps:** update rust crate serde_json to v1.0.140 ([#1974](https://github.com/runtime-env/import-meta-env/issues/1974)) ([a474337](https://github.com/runtime-env/import-meta-env/commit/a474337a5099873b87905ba497dbf43a2196062d))
16+
* **deps:** update rust crate string_cache to v0.8.8 ([#1975](https://github.com/runtime-env/import-meta-env/issues/1975)) ([706592b](https://github.com/runtime-env/import-meta-env/commit/706592b017c867dde0334e69528ad51727373dd0))
17+
* **deps:** update rust crate string_cache to v0.8.9 ([#2012](https://github.com/runtime-env/import-meta-env/issues/2012)) ([7d335b6](https://github.com/runtime-env/import-meta-env/commit/7d335b656ebca777bd417ce9cf0beb52c9978ac4))
18+
* **deps:** update rust crate swc_core to v13.3.0 ([#1986](https://github.com/runtime-env/import-meta-env/issues/1986)) ([76c2a2c](https://github.com/runtime-env/import-meta-env/commit/76c2a2cee4e82076a05899207aabf380fa3b574b))
19+
* **deps:** update rust crate swc_core to v15 ([#1992](https://github.com/runtime-env/import-meta-env/issues/1992)) ([a8b8f02](https://github.com/runtime-env/import-meta-env/commit/a8b8f027d0f4921cb3ed2dde1cb62b86017bec74))
20+
* **deps:** update rust crate swc_core to v21 ([#2032](https://github.com/runtime-env/import-meta-env/issues/2032)) ([963aad2](https://github.com/runtime-env/import-meta-env/commit/963aad2ab570e0df5b861b5a9d4375fc107b7886))
21+
522
## [0.4.39](https://github.com/runtime-env/import-meta-env/compare/swc0.4.38...swc0.4.39) (2025-02-08)
623

724

0 commit comments

Comments
 (0)