From cad7915f912bced5030cde9329b7e1ee9478b41d Mon Sep 17 00:00:00 2001 From: Ernest Date: Sun, 22 Dec 2024 12:51:22 +0800 Subject: [PATCH] chore: release main (#1652) :robot: I have created a release *beep* *boop* ---
cli: 0.7.2 ## [0.7.2](https://github.com/runtime-env/import-meta-env/compare/cli0.7.1...cli0.7.2) (2024-12-22) ### Bug Fixes * incomplete string escaping or encoding ([#1651](https://github.com/runtime-env/import-meta-env/issues/1651)) ([870d2c2](https://github.com/runtime-env/import-meta-env/commit/870d2c2d8c5aa7faf492ad40f734998ed05a0886))
unplugin: 0.6.2 ## [0.6.2](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.1...unplugin0.6.2) (2024-12-22) ### Bug Fixes * incomplete string escaping or encoding ([#1651](https://github.com/runtime-env/import-meta-env/issues/1651)) ([870d2c2](https://github.com/runtime-env/import-meta-env/commit/870d2c2d8c5aa7faf492ad40f734998ed05a0886))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 4 ++-- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- packages/unplugin/CHANGELOG.md | 7 +++++++ packages/unplugin/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c96a1928f..2ba6fdc0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { "packages/babel": "0.5.0", - "packages/cli": "0.7.1", + "packages/cli": "0.7.2", "packages/flow": "0.2.0", "packages/prepare": "0.2.1", "packages/swc": "0.4.27", "packages/typescript": "0.4.0", - "packages/unplugin": "0.6.1" + "packages/unplugin": "0.6.2" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b8c7c076c..9e88a0bed 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.7.2](https://github.com/runtime-env/import-meta-env/compare/cli0.7.1...cli0.7.2) (2024-12-22) + + +### Bug Fixes + +* incomplete string escaping or encoding ([#1651](https://github.com/runtime-env/import-meta-env/issues/1651)) ([870d2c2](https://github.com/runtime-env/import-meta-env/commit/870d2c2d8c5aa7faf492ad40f734998ed05a0886)) + ## [0.7.1](https://github.com/runtime-env/import-meta-env/compare/cli0.7.0...cli0.7.1) (2024-11-11) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5b03ed31f..ce5a8abca 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@import-meta-env/cli", - "version": "0.7.1", + "version": "0.7.2", "description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.", "license": "MIT", "author": "Ernest", diff --git a/packages/unplugin/CHANGELOG.md b/packages/unplugin/CHANGELOG.md index 6310c9dd5..356421108 100644 --- a/packages/unplugin/CHANGELOG.md +++ b/packages/unplugin/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.6.2](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.1...unplugin0.6.2) (2024-12-22) + + +### Bug Fixes + +* incomplete string escaping or encoding ([#1651](https://github.com/runtime-env/import-meta-env/issues/1651)) ([870d2c2](https://github.com/runtime-env/import-meta-env/commit/870d2c2d8c5aa7faf492ad40f734998ed05a0886)) + ## [0.6.1](https://github.com/runtime-env/import-meta-env/compare/unplugin0.6.0...unplugin0.6.1) (2024-12-07) diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index dcd7bdf61..d071ec49f 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@import-meta-env/unplugin", - "version": "0.6.1", + "version": "0.6.2", "description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.", "license": "MIT", "author": "Ernest",