Skip to content

Commit 8891abc

Browse files
committed
chore: release main
1 parent 4aea44e commit 8891abc

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"packages/babel": "0.5.1",
3-
"packages/cli": "0.7.4",
3+
"packages/cli": "0.7.5",
44
"packages/flow": "0.2.1",
5-
"packages/prepare": "0.2.3",
5+
"packages/prepare": "0.2.4",
66
"packages/swc": "0.4.40",
77
"packages/typescript": "0.4.1",
8-
"packages/unplugin": "0.6.3"
8+
"packages/unplugin": "1.0.0"
99
}

packages/cli/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.7.5](https://github.com/runtime-env/import-meta-env/compare/cli0.7.4...cli0.7.5) (2025-10-09)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
512
## [0.7.4](https://github.com/runtime-env/import-meta-env/compare/cli0.7.3...cli0.7.4) (2025-09-22)
613

714

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

714

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/unplugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [1.0.0](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.3...unplugin1.0.0) (2025-10-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **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.
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* **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))
20+
521
## [0.6.3](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.2...unplugin0.6.3) (2025-09-22)
622

723

packages/unplugin/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/unplugin",
3-
"version": "0.6.3",
3+
"version": "1.0.0",
44
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
55
"license": "MIT",
66
"author": "Ernest",

0 commit comments

Comments
 (0)