Skip to content

Commit 17d0551

Browse files
committed
chore: release main
1 parent 682c451 commit 17d0551

File tree

15 files changed

+77
-14
lines changed

15 files changed

+77
-14
lines changed

.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.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"
2+
"packages/babel": "0.5.2",
3+
"packages/cli": "0.7.5",
4+
"packages/flow": "0.2.2",
5+
"packages/prepare": "0.2.4",
6+
"packages/swc": "0.4.41",
7+
"packages/typescript": "0.4.2",
8+
"packages/unplugin": "1.0.0"
99
}

packages/babel/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2](https://github.com/runtime-env/import-meta-env/compare/babel0.5.1...babel0.5.2) (2025-10-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
512
## [0.5.1](https://github.com/runtime-env/import-meta-env/compare/babel0.5.0...babel0.5.1) (2025-09-22)
613

714

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.1",
3+
"version": "0.5.2",
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: 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.7.5](https://github.com/runtime-env/import-meta-env/compare/cli0.7.4...cli0.7.5) (2025-10-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
* **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))
12+
513
## [0.7.4](https://github.com/runtime-env/import-meta-env/compare/cli0.7.3...cli0.7.4) (2025-09-22)
614

715

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.4",
3+
"version": "0.7.5",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2](https://github.com/runtime-env/import-meta-env/compare/flow0.2.1...flow0.2.2) (2025-10-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
512
## [0.2.1](https://github.com/runtime-env/import-meta-env/compare/flow0.2.0...flow0.2.1) (2025-09-22)
613

714

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.1",
3+
"version": "0.2.2",
44
"description": "Automatically generate flow type from .env.example",
55
"license": "MIT",
66
"author": "Ernest",

packages/prepare/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.4](https://github.com/runtime-env/import-meta-env/compare/prepare0.2.3...prepare0.2.4) (2025-10-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
* **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))
12+
513
## [0.2.3](https://github.com/runtime-env/import-meta-env/compare/prepare0.2.2...prepare0.2.3) (2025-09-22)
614

715

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.3",
3+
"version": "0.2.4",
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: 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.4.41](https://github.com/runtime-env/import-meta-env/compare/swc0.4.40...swc0.4.41) (2025-10-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
* **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))
12+
513
## [0.4.40](https://github.com/runtime-env/import-meta-env/compare/swc0.4.39...swc0.4.40) (2025-09-22)
614

715

0 commit comments

Comments
 (0)