Skip to content

Commit 1486dca

Browse files
authored
chore: release main (#1429)
🤖 I have created a release *beep* *boop* --- <details><summary>babel: 0.5.0</summary> ## [0.5.0](babel0.4.5...babel0.5.0) (2024-09-01) ### ⚠ BREAKING CHANGES * dotenv is a dependency instead of a peer dependency ### Features * support single executable applications ([#1424](#1424)) ([31724fd](31724fd)), closes [#1421](#1421) </details> <details><summary>cli: 0.7.0</summary> ## [0.7.0](cli0.6.9...cli0.7.0) (2024-09-01) ### ⚠ BREAKING CHANGES * dotenv is a dependency instead of a peer dependency ### Features * support single executable applications ([#1424](#1424)) ([31724fd](31724fd)), closes [#1421](#1421) </details> <details><summary>flow: 0.2.0</summary> ## [0.2.0](flow0.1.4...flow0.2.0) (2024-09-01) ### ⚠ BREAKING CHANGES * dotenv is a dependency instead of a peer dependency ### Features * support single executable applications ([#1424](#1424)) ([31724fd](31724fd)), closes [#1421](#1421) </details> <details><summary>prepare: 0.2.0</summary> ## [0.2.0](prepare0.1.14...prepare0.2.0) (2024-09-01) ### ⚠ BREAKING CHANGES * dotenv is a dependency instead of a peer dependency ### Features * support single executable applications ([#1424](#1424)) ([31724fd](31724fd)), closes [#1421](#1421) </details> <details><summary>swc: 0.4.18</summary> ## [0.4.18](swc0.4.17...swc0.4.18) (2024-09-01) ### Bug Fixes * **deps:** update rust crate rust-ini to v0.21.1 ([#1383](#1383)) ([1dba2fb](1dba2fb)) * **deps:** update rust crate serde to v1.0.205 ([#1390](#1390)) ([c24b6ad](c24b6ad)) * **deps:** update rust crate serde to v1.0.206 ([#1392](#1392)) ([99134ae](99134ae)) * **deps:** update rust crate serde to v1.0.207 ([#1395](#1395)) ([f92ed35](f92ed35)) * **deps:** update rust crate serde to v1.0.208 ([#1399](#1399)) ([e7ac6d3](e7ac6d3)) * **deps:** update rust crate serde to v1.0.209 ([#1414](#1414)) ([c4e7777](c4e7777)) * **deps:** update rust crate serde_json to v1.0.121 ([#1369](#1369)) ([f517257](f517257)) * **deps:** update rust crate serde_json to v1.0.122 ([#1379](#1379)) ([5c5cfdd](5c5cfdd)) * **deps:** update rust crate serde_json to v1.0.123 ([#1393](#1393)) ([a07b1f1](a07b1f1)) * **deps:** update rust crate serde_json to v1.0.124 ([#1394](#1394)) ([0114dba](0114dba)) * **deps:** update rust crate serde_json to v1.0.125 ([#1397](#1397)) ([131513b](131513b)) * **deps:** update rust crate serde_json to v1.0.127 ([#1413](#1413)) ([9c464c0](9c464c0)) * **deps:** update rust crate swc_core to 0.102.0 ([#1384](#1384)) ([0e80a69](0e80a69)) * **deps:** update rust crate swc_core to v0.99.3 ([#1352](#1352)) ([0597e8d](0597e8d)) * **deps:** update rust crate swc_core to v0.99.4 ([#1360](#1360)) ([fa41d6e](fa41d6e)) * **deps:** update rust crate swc_core to v0.99.5 ([#1364](#1364)) ([b503545](b503545)) * **deps:** update rust crate swc_core to v0.99.6 ([#1378](#1378)) ([ad79cc3](ad79cc3)) </details> <details><summary>typescript: 0.4.0</summary> ## [0.4.0](typescript0.3.4...typescript0.4.0) (2024-09-01) ### ⚠ BREAKING CHANGES * dotenv is a dependency instead of a peer dependency ### Features * support single executable applications ([#1424](#1424)) ([31724fd](31724fd)), closes [#1421](#1421) </details> <details><summary>unplugin: 0.6.0</summary> ## [0.6.0](unplugin0.5.2...unplugin0.6.0) (2024-09-01) ### ⚠ BREAKING CHANGES * dotenv is a dependency instead of a peer dependency ### Features * support single executable applications ([#1424](#1424)) ([31724fd](31724fd)), closes [#1421](#1421) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Ernest <>
1 parent e0d295c commit 1486dca

17 files changed

+135
-93
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
link-workspace-packages=true

.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.4.5",
3-
"packages/cli": "0.6.9",
4-
"packages/flow": "0.1.4",
5-
"packages/prepare": "0.1.14",
6-
"packages/swc": "0.4.17",
7-
"packages/typescript": "0.3.4",
8-
"packages/unplugin": "0.5.2"
2+
"packages/babel": "0.5.0",
3+
"packages/cli": "0.7.0",
4+
"packages/flow": "0.2.0",
5+
"packages/prepare": "0.2.0",
6+
"packages/swc": "0.4.18",
7+
"packages/typescript": "0.4.0",
8+
"packages/unplugin": "0.6.0"
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.0](https://github.com/runtime-env/import-meta-env/compare/babel0.4.5...babel0.5.0) (2024-09-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* dotenv is a dependency instead of a peer dependency
11+
12+
### Features
13+
14+
* support single executable applications ([#1424](https://github.com/runtime-env/import-meta-env/issues/1424)) ([31724fd](https://github.com/runtime-env/import-meta-env/commit/31724fd7c3ef83ea7e4410e08e5df1650766f8d2)), closes [#1421](https://github.com/runtime-env/import-meta-env/issues/1421)
15+
516
### [0.4.5](https://github.com/runtime-env/import-meta-env/compare/babel0.4.4...babel0.4.5) (2023-12-06)
617

718

packages/babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@import-meta-env/babel",
3-
"version": "0.4.5",
3+
"version": "0.5.0",
44
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
55
"license": "MIT",
66
"author": "Ernest",
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/runtime-env/import-meta-env/tree/main/packages/babel#readme",
3131
"peerDependencies": {
3232
"@babel/core": "^7.0.0-0",
33-
"@import-meta-env/cli": "^0.5.1 || ^0.6.0"
33+
"@import-meta-env/cli": "^0.7.0"
3434
},
3535
"peerDependenciesMeta": {
3636
"@import-meta-env/cli": {

packages/cli/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.7.0](https://github.com/runtime-env/import-meta-env/compare/cli0.6.9...cli0.7.0) (2024-09-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* dotenv is a dependency instead of a peer dependency
11+
12+
### Features
13+
14+
* support single executable applications ([#1424](https://github.com/runtime-env/import-meta-env/issues/1424)) ([31724fd](https://github.com/runtime-env/import-meta-env/commit/31724fd7c3ef83ea7e4410e08e5df1650766f8d2)), closes [#1421](https://github.com/runtime-env/import-meta-env/issues/1421)
15+
516
## [0.6.9](https://github.com/runtime-env/import-meta-env/compare/cli0.6.8...cli0.6.9) (2024-07-13)
617

718

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@import-meta-env/cli",
3-
"version": "0.6.9",
3+
"version": "0.7.0",
44
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
55
"license": "MIT",
66
"author": "Ernest",
@@ -38,9 +38,9 @@
3838
"@types/serialize-javascript": "5.0.4"
3939
},
4040
"peerDependencies": {
41-
"@import-meta-env/babel": "^0.4.3",
41+
"@import-meta-env/babel": "^0.5.0",
4242
"@import-meta-env/swc": "^0.4.5",
43-
"@import-meta-env/unplugin": "^0.4.8 || ^0.5.0"
43+
"@import-meta-env/unplugin": "^0.6.0"
4444
},
4545
"peerDependenciesMeta": {
4646
"@import-meta-env/babel": {

packages/flow/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.2.0](https://github.com/runtime-env/import-meta-env/compare/flow0.1.4...flow0.2.0) (2024-09-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* dotenv is a dependency instead of a peer dependency
11+
12+
### Features
13+
14+
* support single executable applications ([#1424](https://github.com/runtime-env/import-meta-env/issues/1424)) ([31724fd](https://github.com/runtime-env/import-meta-env/commit/31724fd7c3ef83ea7e4410e08e5df1650766f8d2)), closes [#1421](https://github.com/runtime-env/import-meta-env/issues/1421)
15+
516
## [0.1.4](https://github.com/runtime-env/import-meta-env/compare/flow0.1.3...flow0.1.4) (2024-07-13)
617

718

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

packages/prepare/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.2.0](https://github.com/runtime-env/import-meta-env/compare/prepare0.1.14...prepare0.2.0) (2024-09-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* dotenv is a dependency instead of a peer dependency
11+
12+
### Features
13+
14+
* support single executable applications ([#1424](https://github.com/runtime-env/import-meta-env/issues/1424)) ([31724fd](https://github.com/runtime-env/import-meta-env/commit/31724fd7c3ef83ea7e4410e08e5df1650766f8d2)), closes [#1421](https://github.com/runtime-env/import-meta-env/issues/1421)
15+
516
## [0.1.14](https://github.com/runtime-env/import-meta-env/compare/prepare0.1.13...prepare0.1.14) (2024-07-13)
617

718

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.1.14",
3+
"version": "0.2.0",
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.18](https://github.com/runtime-env/import-meta-env/compare/swc0.4.17...swc0.4.18) (2024-09-01)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update rust crate rust-ini to v0.21.1 ([#1383](https://github.com/runtime-env/import-meta-env/issues/1383)) ([1dba2fb](https://github.com/runtime-env/import-meta-env/commit/1dba2fb65af2e7111ee57204c80d35ee14a0df50))
11+
* **deps:** update rust crate serde to v1.0.205 ([#1390](https://github.com/runtime-env/import-meta-env/issues/1390)) ([c24b6ad](https://github.com/runtime-env/import-meta-env/commit/c24b6add303c21a60453abb282dd7423805f0cb2))
12+
* **deps:** update rust crate serde to v1.0.206 ([#1392](https://github.com/runtime-env/import-meta-env/issues/1392)) ([99134ae](https://github.com/runtime-env/import-meta-env/commit/99134ae2ddff3ba8a3550b9731c5c91a10ec658d))
13+
* **deps:** update rust crate serde to v1.0.207 ([#1395](https://github.com/runtime-env/import-meta-env/issues/1395)) ([f92ed35](https://github.com/runtime-env/import-meta-env/commit/f92ed358bc19832fac7aaaa663126a0c9575dd96))
14+
* **deps:** update rust crate serde to v1.0.208 ([#1399](https://github.com/runtime-env/import-meta-env/issues/1399)) ([e7ac6d3](https://github.com/runtime-env/import-meta-env/commit/e7ac6d3a7d0606ad53ad25bda41f5702379ff9ec))
15+
* **deps:** update rust crate serde to v1.0.209 ([#1414](https://github.com/runtime-env/import-meta-env/issues/1414)) ([c4e7777](https://github.com/runtime-env/import-meta-env/commit/c4e7777b15c4ffcb8b356c9a148fe865639f2f71))
16+
* **deps:** update rust crate serde_json to v1.0.121 ([#1369](https://github.com/runtime-env/import-meta-env/issues/1369)) ([f517257](https://github.com/runtime-env/import-meta-env/commit/f5172575f30426e7895174db6c2a4cfc32d9ca3d))
17+
* **deps:** update rust crate serde_json to v1.0.122 ([#1379](https://github.com/runtime-env/import-meta-env/issues/1379)) ([5c5cfdd](https://github.com/runtime-env/import-meta-env/commit/5c5cfdd4247354dfaf12cfbcc918ed0037e25340))
18+
* **deps:** update rust crate serde_json to v1.0.123 ([#1393](https://github.com/runtime-env/import-meta-env/issues/1393)) ([a07b1f1](https://github.com/runtime-env/import-meta-env/commit/a07b1f13f29bd4dde3858497389c30a71a4f36f1))
19+
* **deps:** update rust crate serde_json to v1.0.124 ([#1394](https://github.com/runtime-env/import-meta-env/issues/1394)) ([0114dba](https://github.com/runtime-env/import-meta-env/commit/0114dbae6db17c49df50781c0d2ff50bd449f17a))
20+
* **deps:** update rust crate serde_json to v1.0.125 ([#1397](https://github.com/runtime-env/import-meta-env/issues/1397)) ([131513b](https://github.com/runtime-env/import-meta-env/commit/131513bc18d288626aa1922d5ded35ed43d43e75))
21+
* **deps:** update rust crate serde_json to v1.0.127 ([#1413](https://github.com/runtime-env/import-meta-env/issues/1413)) ([9c464c0](https://github.com/runtime-env/import-meta-env/commit/9c464c047af50101b187238a3126a30ff65c87ce))
22+
* **deps:** update rust crate swc_core to 0.102.0 ([#1384](https://github.com/runtime-env/import-meta-env/issues/1384)) ([0e80a69](https://github.com/runtime-env/import-meta-env/commit/0e80a699ebf50f29c46debf099692660c7c89f1e))
23+
* **deps:** update rust crate swc_core to v0.99.3 ([#1352](https://github.com/runtime-env/import-meta-env/issues/1352)) ([0597e8d](https://github.com/runtime-env/import-meta-env/commit/0597e8dd52d2ef54d64500d35eec139013a6a902))
24+
* **deps:** update rust crate swc_core to v0.99.4 ([#1360](https://github.com/runtime-env/import-meta-env/issues/1360)) ([fa41d6e](https://github.com/runtime-env/import-meta-env/commit/fa41d6e19a89fb1dc415d3de0851d035ed2584ba))
25+
* **deps:** update rust crate swc_core to v0.99.5 ([#1364](https://github.com/runtime-env/import-meta-env/issues/1364)) ([b503545](https://github.com/runtime-env/import-meta-env/commit/b503545ae5ba2b603a5355f2810774c002fe07b0))
26+
* **deps:** update rust crate swc_core to v0.99.6 ([#1378](https://github.com/runtime-env/import-meta-env/issues/1378)) ([ad79cc3](https://github.com/runtime-env/import-meta-env/commit/ad79cc3430ec68f7b9a9c098e6b0f36eb77528f8))
27+
528
## [0.4.17](https://github.com/runtime-env/import-meta-env/compare/swc0.4.16...swc0.4.17) (2024-07-20)
629

730

packages/swc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@import-meta-env/swc",
3-
"version": "0.4.17",
3+
"version": "0.4.18",
44
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
55
"license": "MIT",
66
"author": "Ernest",
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/runtime-env/import-meta-env/tree/main/packages/swc#readme",
2929
"peerDependencies": {
30-
"@import-meta-env/cli": "^0.5.1 || ^0.6.1",
30+
"@import-meta-env/cli": "^0.7.0",
3131
"@swc/core": "~1.7.0"
3232
},
3333
"peerDependenciesMeta": {

packages/typescript/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.4.0](https://github.com/runtime-env/import-meta-env/compare/typescript0.3.4...typescript0.4.0) (2024-09-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* dotenv is a dependency instead of a peer dependency
11+
12+
### Features
13+
14+
* support single executable applications ([#1424](https://github.com/runtime-env/import-meta-env/issues/1424)) ([31724fd](https://github.com/runtime-env/import-meta-env/commit/31724fd7c3ef83ea7e4410e08e5df1650766f8d2)), closes [#1421](https://github.com/runtime-env/import-meta-env/issues/1421)
15+
516
## [0.3.4](https://github.com/runtime-env/import-meta-env/compare/typescript0.3.3...typescript0.3.4) (2024-07-13)
617

718

packages/typescript/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/typescript",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Automatically generate .d.ts from .env.example",
55
"license": "MIT",
66
"author": "Ernest",

packages/unplugin/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.6.0](https://github.com/runtime-env/import-meta-env/compare/unplugin0.5.2...unplugin0.6.0) (2024-09-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* dotenv is a dependency instead of a peer dependency
11+
12+
### Features
13+
14+
* support single executable applications ([#1424](https://github.com/runtime-env/import-meta-env/issues/1424)) ([31724fd](https://github.com/runtime-env/import-meta-env/commit/31724fd7c3ef83ea7e4410e08e5df1650766f8d2)), closes [#1421](https://github.com/runtime-env/import-meta-env/issues/1421)
15+
516
## [0.5.2](https://github.com/runtime-env/import-meta-env/compare/unplugin0.5.1...unplugin0.5.2) (2024-07-20)
617

718

packages/unplugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@import-meta-env/unplugin",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
55
"license": "MIT",
66
"author": "Ernest",
@@ -50,7 +50,7 @@
5050
"webpack": "5.94.0"
5151
},
5252
"peerDependencies": {
53-
"@import-meta-env/cli": "^0.5.1 || ^0.6.0"
53+
"@import-meta-env/cli": "^0.7.0"
5454
},
5555
"peerDependenciesMeta": {
5656
"@import-meta-env/cli": {

0 commit comments

Comments
 (0)